dev: bump the safe group across 1 directory with 43 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(6 months ago)
(4 months ago)
(4 months ago)
dependencies go
Bumps the safe group with 30 updates in the / directory:
Updates github.com/KimMachineGun/automemlimit from 0.7.4 to 0.7.5
Release notes
Sourced from github.com/KimMachineGun/automemlimit's releases.
v0.7.5
What's Changed
- fix(memlimit): respect parent cgroup limits in v2 (KimMachineGun/automemlimit#31) by
@KimMachineGunin https://github.com/KimMachineGun/automemlimit/commit/6d12049dcf3e429d3aeab23c3dd57ee4ce610292Full Changelog: https://github.com/KimMachineGun/automemlimit/compare/v0.7.4...v0.7.5
Commits
6d12049fix(memlimit): respect parent cgroup limits in v2 (#31)- See full diff in compare view
Updates github.com/aws/aws-sdk-go from 1.55.7 to 1.55.8
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.55.8 (2025-07-31)
SDK Features
- Mark the module and all packages as deprecated.
- This SDK has entered end-of-support.
Commits
Updates github.com/aws/aws-sdk-go-v2/config from 1.29.12 to 1.32.6
Commits
776903fRelease 2024-12-02170b13cRegenerated Clientsc1a02e7Update API model2835f7bFix user agent to add business metrics at the end instead of prepend them (#2...ba4965dRelease 2024-11-2755149b0Regenerated Clientsfd6bb8bUpdate endpoints model65ab4f8Update API model8939ed0Release 2024-11-2623cf36bRegenerated Clients- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.78.2 to 1.94.0
Commits
3297582Release 2025-12-15682a1b6Regenerated Clientsf2a67b1Update API modelfbe0776Release 2025-12-1291070ffRegenerated Clients67f5776Update endpoints modela154798Update API model76d0a55Release 2025-12-1172bae88Regenerated Clients9b57b96Update endpoints model- Additional commits viewable in compare view
Updates github.com/coder/websocket from 1.8.13 to 1.8.14
Release notes
Sourced from github.com/coder/websocket's releases.
v1.8.14
Changes
- fix: match Origin scheme if defined in OriginPatterns by
@mafredriin coder/websocket#536- refactor: use
context.AfterFuncto track timeouts instead of goroutine by@ash2kin coder/websocket#532- refactor: add
ErrMessageTooBigsentinel error for limited reads by@DanielleMaywoodin coder/websocket#535- build: update to Go 1.23 by
@mafredriin coder/websocket#524- build: add Makefile by
@mafredriin coder/websocket#525- chore: update LICENSE file by
@mtojekin coder/websocket#526- chore: apply various modernisations by
@Jacalzin coder/websocket#531New Contributors
@mtojekmade their first contribution in coder/websocket#526@ash2kmade their first contribution in coder/websocket#532@DanielleMaywoodmade their first contribution in coder/websocket#535Full Changelog: https://github.com/coder/websocket/compare/v1.8.13...v1.8.14
Commits
7d7c644refactor: addErrMessageTooBigsentinel error for limited reads (#535)c7846earefactor: usecontext.AfterFuncto track timeouts instead of goroutine (#532)e11dd4efix: match Origin scheme if defined in OriginPatterns (#536)91013c1chore: apply various modernisations (#531)efb626bchore: update LICENSE file (#526)246891fbuild: add Makefile (#525)778d161build: update to Go 1.23 (#524)- See full diff in compare view
Updates github.com/eclipse/paho.mqtt.golang from 1.5.0 to 1.5.1
Release notes
Sourced from github.com/eclipse/paho.mqtt.golang's releases.
v1.5.1
This is a minor release incorporating changes made in the 14 months since v1.5.0 (including updating dependencies, and raising the Go version to 1.24). The changes are relatively minor but address a potential security issue (CVE-2025-10543), possible panic, enable users to better monitor the connection status, and incorporate a few optimisations.
Thanks to those who have provided fixes/enhancements included in this release!
Special thanks to Paul Gerste at Sonar for reporting issue #730 via the Eclipse security team (fix was implemented in PR #714 in May, github issue created just prior to this release). This issue arose where a topic > 65535 bytes was passed to the
Publishfunction, due to the way the data was encoded the topic could leak into the message body. Please see issue #730 or CVE-2025-10543 for further details.What's Changed
- Updating go dependencies from pub and sub into the containers before building by
@JefJrFigueiredoin eclipse-paho/paho.mqtt.golang#691- Optimize TCP connection logic by
@geekeryyin eclipse-paho/paho.mqtt.golang#713- Fields over 65535 bytes not encoded correctly by
@MattBrittanin eclipse-paho/paho.mqtt.golang#714- Reduce slice allocations in route dispatch by
@alespourin eclipse-paho/paho.mqtt.golang#710- Add a ConnectionNotificationHandler by
@RangelRealein eclipse-paho/paho.mqtt.golang#727- Potential panic when using manual ACK by
@MattBrittanin eclipse-paho/paho.mqtt.golang#729Full Changelog: https://github.com/eclipse-paho/paho.mqtt.golang/compare/v1.5.0...v1.5.1
Commits
b305237Update dependencies in docker examples35ee03dPotential panic when using manual ACK433bd22address data race in test4debe3aPotential panic when using manual ACK601453bResolve issues in fvt_client_test439e2abDependency update (also rise Go version to 1.24)d276593ConnectionNotificationHandler - generic callback for all types of connection ...8a350a9notifications5620c5enotifications45048ccnotifications- Additional commits viewable in compare view
Updates github.com/emersion/go-smtp from 0.22.0 to 0.24.0
Commits
ab24fe7Remove superfluous validateLine() calls in sendMail()6944e33Implement MT-PRIORITY (RFC 6710)54dd31dImplement DELIVERBY (RFC 2852)- See full diff in compare view
Updates github.com/envoyproxy/protoc-gen-validate from 1.2.1 to 1.3.0
Release notes
Sourced from github.com/envoyproxy/protoc-gen-validate's releases.
v1.3.0
What's Changed
- Update README.md by
@nicksnyderin bufbuild/protoc-gen-validate#1233- Fix unreliable asset generation by
@nicksnyderin bufbuild/protoc-gen-validate#1235- Add Maven developers entry by
@pkwarrenin bufbuild/protoc-gen-validate#1237- Bump the java group across 1 directory with 5 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1230- Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 in the go group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1239- Fix
inrule forrepeated int32by@mortezaPRKin bufbuild/protoc-gen-validate#1240- Bump the python-root group across 1 directory with 8 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1243- Support
inrule for repeatedint32andint64fields by@mortezaPRKin bufbuild/protoc-gen-validate#1241- Bump protobuf from 5.29.1 to 5.29.3 in /python in the python group across 1 directory by
@dependabot[bot] in bufbuild/protoc-gen-validate#1244- Link to migration guide by
@nicksnyderin bufbuild/protoc-gen-validate#1247- Bump the go group across 1 directory with 2 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1251- Bump the go-tests group across 1 directory with 2 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1250- Bump flake8 from 7.1.1 to 7.1.2 in the python-root group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1249- Bump com.google.api.grpc:proto-google-common-protos from 2.50.1 to 2.52.0 in /java in the java group across 1 directory by
@dependabot[bot] in bufbuild/protoc-gen-validate#1248- Bump jinja2 from 3.1.4 to 3.1.5 in /python by
@dependabot[bot] in bufbuild/protoc-gen-validate#1213- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 in /java in the java group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1252- Bump com.google.api.grpc:proto-google-common-protos from 2.52.0 to 2.53.0 in /java in the java group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1254- Bump jinja2 from 3.1.5 to 3.1.6 in /python by
@dependabot[bot] in bufbuild/protoc-gen-validate#1255- Bump the python-root group with 2 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1253- Bump the java group in /java with 2 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1259- Bump setuptools from 75.8.2 to 76.0.0 in the python-root group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1258- Bump golang.org/x/net from 0.35.0 to 0.37.0 in /tests in the go-tests group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1257- Bump protobuf from 5.29.3 to 6.30.1 in the python-root group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1261- Bump the java group across 1 directory with 5 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1270- Bump the go-tests group across 1 directory with 2 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1267- Bump the java group in /java with 3 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1274- Fix incompatibility with --incompatible_disable_starlark_host_transitions by
@meteorcloudyin bufbuild/protoc-gen-validate#1275- Bump com.google.api.grpc:proto-google-common-protos from 2.55.0 to 2.55.3 in /java in the java group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1277- Switch to publish to Maven Central by
@pkwarrenin bufbuild/protoc-gen-validate#1278- Bump golang.org/x/net from 0.39.0 to 0.40.0 in /tests in the go-tests group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1280- Bump the python-root group across 1 directory with 3 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1268- Bump com.google.api.grpc:proto-google-common-protos from 2.55.3 to 2.56.0 in /java in the java group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1279- Bump the java group in /java with 2 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1281- Bump setuptools from 80.4.0 to 80.7.1 in the python-root group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1282- Bump setuptools from 80.7.1 to 80.8.0 in the python-root group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1283- Bump the python-root group with 2 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1284- Bump the java group in /java with 3 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1285- Bump the java group across 1 directory with 5 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1293- Bump flake8 from 7.2.0 to 7.3.0 in the python-root group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1289- Bump protobuf from 5.29.3 to 5.29.5 in /python by
@dependabot[bot] in bufbuild/protoc-gen-validate#1288- Bump golang.org/x/net from 0.40.0 to 0.41.0 in /tests in the go-tests group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1286- Bump golang.org/x/net from 0.41.0 to 0.42.0 in /tests in the go-tests group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1297- Bump the java group in /java with 2 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1296- Bump build from 1.2.2.post1 to 1.3.0 in the python-root group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1295- Bump the java group in /java with 2 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1299- Bump the go-tests group in /tests with 2 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1298- Bump the java group in /java with 4 updates by
@dependabot[bot] in bufbuild/protoc-gen-validate#1301- Bump google.golang.org/protobuf from 1.36.7 to 1.36.8 in /tests in the go-tests group by
@dependabot[bot] in bufbuild/protoc-gen-validate#1300
... (truncated)
Commits
4eb9011Python 3.13 support in validator.py (#1326)ad5af80Bump golang.org/x/net from 0.46.0 to 0.47.0 in /tests in the go-tests group (...b02a069Bump the java group across 1 directory with 3 updates (#1328)c3d7b9bBump the java group in /java with 3 updates (#1323)0b3cccfBump actions/upload-artifact from 4 to 5 in the github-actions group (#1324)3c1639cBump golang.org/x/net from 0.44.0 to 0.46.0 in /tests in the go-tests group (...552d005Bump the java group in /java with 2 updates (#1320)519c9ceBump google.golang.org/protobuf from 1.36.9 to 1.36.10 in /tests in the go-te...962aec3Bump the java group in /java with 3 updates (#1316)e1caab2Bump isort from 6.0.1 to 6.1.0 in the python-root group (#1317)- Additional commits viewable in compare view
Updates github.com/getsentry/sentry-go from 0.34.1 to 0.40.0
Release notes
Sourced from github.com/getsentry/sentry-go's releases.
0.40.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.40.0.
Bug Fixes
- Disable
DisableTelemetryBufferflag and noop Telemetry Buffer, to prevent a panic at runtime (#1149).0.39.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.39.0.
Features
- Drop events from the telemetry buffer when rate-limited or transport is full, allowing the buffer queue to empty itself under load (#1138).
Bug Fixes
- Fix scheduler's
hasWork()method to check if buffers are ready to flush. The previous implementation was causing CPU spikes (#1143).0.38.0
Breaking Changes
Features
Introduce a new async envelope transport and telemetry buffer to prioritize and batch events (#1094, #1093, #1107).
- Advantages:
- Prioritized, per-category buffers (errors, transactions, logs, check-ins) reduce starvation and improve resilience under load
- Batching for high-volume logs (up to 100 items or 5s) cuts network overhead
- Bounded memory with eviction policies
- Improved flush behavior with context-aware flushing
Add
ClientOptions.DisableTelemetryBufferto opt out and fall back to the legacy transport layer (HTTPTransport/HTTPSyncTransport).err := sentry.Init(sentry.ClientOptions{ Dsn: "__DSN__", DisableTelemetryBuffer: true, // fallback to legacy transport })Notes
- If a custom
Transportis provided, the SDK automatically disables the telemetry buffer and uses the legacy transport for compatibility.0.37.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.37.0.
Breaking Changes
- Behavioral change for the
TraceIgnoreStatusCodesoption. The option now defaults to ignoring 404 status codes (#1122).Features
... (truncated)
Changelog
Sourced from github.com/getsentry/sentry-go's changelog.
0.40.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.40.0.
Bug Fixes
- Disable
DisableTelemetryBufferflag and noop Telemetry Buffer, to prevent a panic at runtime (#1149).0.39.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.39.0.
Features
- Drop events from the telemetry buffer when rate-limited or transport is full, allowing the buffer queue to empty itself under load (#1138).
Bug Fixes
- Fix scheduler's
hasWork()method to check if buffers are ready to flush. The previous implementation was causing CPU spikes (#1143).0.38.0
Breaking Changes
Features
Introduce a new async envelope transport and telemetry buffer to prioritize and batch events (#1094, #1093, #1107).
- Advantages:
- Prioritized, per-category buffers (errors, transactions, logs, check-ins) reduce starvation and improve resilience under load
- Batching for high-volume logs (up to 100 items or 5s) cuts network overhead
- Bounded memory with eviction policies
- Improved flush behavior with context-aware flushing
Add
ClientOptions.DisableTelemetryBufferto opt out and fall back to the legacy transport layer (HTTPTransport/HTTPSyncTransport).err := sentry.Init(sentry.ClientOptions{ Dsn: "__DSN__", DisableTelemetryBuffer: true, // fallback to legacy transport })Notes
- If a custom
Transportis provided, the SDK automatically disables the telemetry buffer and uses the legacy transport for compatibility.0.37.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.37.0.
Breaking Changes
... (truncated)
Commits
f3fc564release: 0.40.09232f5dchore: prepare 0.40.0 (#1150)55ee13efeat: disable Telemetry Buffer (#1149)34261f3Merge branch 'release/0.39.0'a362682release: 0.39.02153b50chore: prepare 0.39.0 (#1144)112f257fix: scheduler should check for ready to flush buffers (#1143)03de096feat: drop rate-limited events (#1138)a2066efMerge branch 'release/0.38.0'eb9fd9frelease: 0.38.0- Additional commits viewable in compare view
Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.1 to 2.27.3
Release notes
Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.
v2.27.3
What's Changed
- refactor(runtime): using reflect.TypeFor by
@cuiweixiein grpc-ecosystem/grpc-gateway#5868- fix(runtime): annotate context even if no incoming headers by
@boolangeryin grpc-ecosystem/grpc-gateway#5887- feat: add Opaque API and Protobuf Editions support by
@kopin grpc-ecosystem/grpc-gateway#5723- fix: annotate healthz endpoint handler by
@ZY-Angin grpc-ecosystem/grpc-gateway#5914- expand_slash_patterns=true now converts parameters with hyphens correctly by
@goulashifyin grpc-ecosystem/grpc-gateway#5938New Contributors
@cuiweixiemade their first contribution in grpc-ecosystem/grpc-gateway#5868@boolangerymade their first contribution in grpc-ecosystem/grpc-gateway#5887@kopmade their first contribution in grpc-ecosystem/grpc-gateway#5723@ZY-Angmade their first contribution in grpc-ecosystem/grpc-gateway#5914@goulashifymade their first contribution in grpc-ecosystem/grpc-gateway#5938Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.2...v2.27.3
v2.27.2
What's Changed
- Fix nested schema definition for body parameter (#3058) by
@ilyongcho-molocoin grpc-ecosystem/grpc-gateway#5827- Replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 by
@MB175in grpc-ecosystem/grpc-gateway#5857New Contributors
@ilyongcho-molocomade their first contribution in grpc-ecosystem/grpc-gateway#5827@MB175made their first contribution in grpc-ecosystem/grpc-gateway#5857Full Changelog: https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.27.1...v2.27.2
Commits
ab243acchore(deps): update googleapis digest to 9070e63 (#5970)30abf93fix(deps): update module google.golang.org/protobuf to v1.36.10 (#5969)b73048fchore(deps): update dependency bazel to v8.4.2 (#5968)95f123bchore(deps): update googleapis digest to 3990e05 (#5967)fb9da67chore(deps): update googleapis digest to 063f9e1 (#5966)208372achore(deps): update googleapis digest to e78280f (#5965)1a315aafix(deps): update google.golang.org/genproto/googleapis/api digest to 57b25ae...b862f0bfix(deps): update google.golang.org/genproto/googleapis/rpc digest to 57b25ae...e6cdbc7chore(deps): update googleapis digest to eab82ec (#5962)7fefac0chore(deps): update googleapis digest to a4ded73 (#5961)- Additional commits viewable in compare view
Updates github.com/jackc/pgx/v5 from 5.7.5 to 5.7.6
Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
5.7.6 (September 8, 2025)
- Use ParseConfigError in pgx.ParseConfig and pgxpool.ParseConfig (Yurasov Ilia)
- Add PrepareConn hook to pgxpool (Jonathan Hall)
- Reduce allocations in QueryContext (Dominique Lefevre)
- Add MarshalJSON and UnmarshalJSON for pgtype.Uint32 (Panos Koutsovasilis)
- Configure ping behavior on pgxpool with ShouldPing (Christian Kiely)
- zeronull int types implement Int64Valuer and Int64Scanner (Li Zeghong)
- Fix panic when receiving terminate connection message during CopyFrom (Michal Drausowski)
- Fix statement cache not being invalidated on error during batch (Muhammadali Nazarov)
Commits
a2fca03Release v5.7.695fc312Add link to github.com/KoNekoD/pgx-colon-query-rewriter5534fa9Improve Rows docsa295d68Merge pull request #2368 from zeghong/zeronull-int-valuer03f32c0Merge branch 'master' into zeronull-int-valuer82fbe49Merge pull request #2372 from WGH-/improve-batch-doc594d9d6Merge pull request #2367 from zeghong/zeronull-int-scanner5a18241Merge branch 'master' into zeronull-int-scannercc34da5Merge pull request #2370 from Saurabh2402/improvement/setup-lintersdd81f81Merge pull request #2369 from zeghong/go-doc-links- Additional commits viewable in compare view
Updates github.com/jarcoal/httpmock from 1.4.0 to 1.4.1
Release notes
Sourced from github.com/jarcoal/httpmock's releases.
v1.4.1
What's Changed
- test: also test with go v1.25 and use golangci-lint v2.4.0 by
@maxatomein jarcoal/httpmock#164- Avoid data race when closing body by
@DavyJohnesin jarcoal/httpmock#165New Contributors
@DavyJohnesmade his first contribution in jarcoal/httpmock#165Full Changelog: https://github.com/jarcoal/httpmock/compare/v1.4.0...v1.4.1
Commits
314d58afix: protect all body-related methods with mutexte482896fix: avoid data race when closing bodyc977145test: also test with go v1.25 and use golangci-lint v2.4.0- See full diff in compare view
Updates github.com/klauspost/compress from 1.18.0 to 1.18.2
Release notes
Sourced from github.com/klauspost/compress's releases.
v1.18.2
What's Changed
- flate: Fix invalid encoding on level 9 with single value input by
@klauspostin klauspost/compress#1115- flate: reduce stateless allocations by
@RXamzinin klauspost/compress#1106- build(deps): bump github/codeql-action from 3.30.5 to 4.31.2 in the github-actions group by
@dependabot[bot] in klauspost/compress#1111
v1.18.1is marked "retracted" due to invalid flate/zip/gzip encoding.New Contributors
@RXamzinmade their first contribution in klauspost/compress#1106Full Changelog: https://github.com/klauspost/compress/compare/v1.18.1...v1.18.2
v1.18.1
What's Changed
- zstd: Fix incorrect buffer size in dictionary encodes by
@klauspostin klauspost/compress#1059- s2: check for cap, not len of buffer in EncodeBetter/Best by
@vdarulisin klauspost/compress#1080- zstd: Add simple zstd EncodeTo/DecodeTo functions by
@klauspostin klauspost/compress#1079- zlib: Avoiding extra allocation in zlib.reader.Reset by
@travelpolicyin klauspost/compress#1086- gzhttp: remove redundant err check in zstdReader by
@ryanfowlerin klauspost/compress#1090- Run modernize. Deprecate Go 1.22 by
@klauspostin klauspost/compress#1095- flate: Simplify matchlen by
@klauspostin klauspost/compress#1101- flate: Add examples by
@klauspostin klauspost/compress#1102- flate: Use exact sizes for huffman tables by
@klauspostin klauspost/compress#1103- flate: Faster load+store by
@klauspostin klauspost/compress#1104- Add notice to S2 about MinLZ by
@klauspostin klauspost/compress#1065New Contributors
@wooffiemade their first contribution in klauspost/compress#1069@vdarulismade their first contribution in klauspost/compress#1080@travelpolicymade their first contribution in klauspost/compress#1086@ryanfowlermade their first contribution in klauspost/compress#1090Full Changelog: https://github.com/klauspost/compress/compare/v1.18.0...v1.18.1
Commits
444d5d9Fix invalid encoding on level 9 with single value input (#1115)503c028build(deps): bump github/codeql-action in the github-actions group (#1111)701ca28flate: reduce stateless allocations (#1106)e0b47ffUpdate changelogd10b525build(deps): bump the github-actions group with 2 updates (#1105)3c0d308flate: Faster load+st0re (#1104)6e2f5d5flate: Use exact sizes for huffman tables (#1103)bda824bflate: Add examples (#1102)f44517cflate: Simplify matchlen (#1101)54cb7a5build(deps): bump the github-actions group with 3 updates (#1096)- Additional commits viewable in compare view
Updates github.com/nats-io/nats-server/v2 from 2.11.4 to 2.12.3
Release notes
Sourced from github.com/nats-io/nats-server/v2's releases.
Release v2.12.3
Changelog
Refer to the 2.12 Upgrade Guide for backwards compatibility notes with 2.11.x.
Go Version
- 1.25.5 (#7604)
Dependencies
Package Dependencies
go
1.78.2 → 1.94.0
Minor
github.com/prometheus/client_golang
go
1.22.0 → 1.23.2
Minor
github.com/redis/go-redis/v9
go
9.11.0 → 9.17.2
Minor
github.com/coder/websocket
go
1.8.13 → 1.8.14
Patch
go
0.62.0 → 0.64.0
Minor
go
1.37.0 → 1.39.0
Minor
go
0.62.0 → 0.64.0
Minor
github.com/aws/aws-sdk-go-v2/config
go
1.29.12 → 1.32.6
Minor
github.com/getsentry/sentry-go
go
0.34.1 → 0.40.0
Minor
go
2.27.1 → 2.27.3
Patch
github.com/nats-io/nats-server/v2
go
2.11.4 → 2.12.3
Minor
go
0.62.0 → 0.64.0
Minor
go
0.7.4 → 0.7.5
Patch
github.com/klauspost/compress
go
1.18.0 → 1.18.2
Patch
github.com/eclipse/paho.mqtt.golang
go
1.5.0 → 1.5.1
Patch
github.com/emersion/go-smtp
go
0.22.0 → 0.24.0
Minor
go
1.2.1 → 1.3.0
Minor
go
1.2.14 → 1.2.16
Patch
go
1.2.14 → 1.2.16
Patch
github.com/throttled/throttled/v2
go
2.13.0 → 2.15.0
Minor
go
2.1.0 → 2.1.1
Patch
Technical Details
| ID: | 13434808 |
| UUID: | 3755381679 |
| Node ID: | PR_kwDOCdvj-c66OeE1 |
| Host: | GitHub |
| Repository: | TheThingsNetwork/lorawan-stack |