dev: bump the safe group across 1 directory with 40 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(9 months ago)
(8 months ago)
(8 months ago)
dependencies go
Bumps the safe group with 27 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.31.15
Commits
4bd7f54Release 2025-10-2355fb47cRegenerated Clientsbf727c0Update partitions file0ca943fUpdate endpoints model3908bc4Update API modela0c74d2Release 2025-10-22eb61154Regenerated Clientse20d3e4Update endpoints model9acd5faUpdate API modela91cc6cSpeed up unit tests by removing duplicate work (#3216)- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.78.2 to 1.88.7
Commits
4bd7f54Release 2025-10-2355fb47cRegenerated Clientsbf727c0Update partitions file0ca943fUpdate endpoints model3908bc4Update API modela0c74d2Release 2025-10-22eb61154Regenerated Clientse20d3e4Update endpoints model9acd5faUpdate API modela91cc6cSpeed up unit tests by removing duplicate work (#3216)- 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, 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 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/getsentry/sentry-go from 0.34.1 to 0.36.1
Release notes
Sourced from github.com/getsentry/sentry-go's releases.
0.36.1
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.36.1.
Bug Fixes
- Prevent panic when converting error chains containing non-comparable error types by using a safe fallback for visited detection in exception conversion (#1113)
0.36.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.36.0.
Breaking Changes
Behavioral change for the
MaxBreadcrumbsclient option. Removed the hard limit of 100 breadcrumbs, allowing users to set a larger limit and also changed the default limit from 30 to 100 (#1106))The changes to error handling (#1075) will affect issue grouping. It is expected that any wrapped and complex errors will be grouped under a new issue group.
Features
Add support for improved issue grouping with enhanced error chain handling (#1075)
The SDK now provides better handling of complex error scenarios, particularly when dealing with multiple related errors or error chains. This feature automatically detects and properly structures errors created with Go's
errors.Join()function and other multi-error patterns.// Multiple errors are now properly grouped and displayed in Sentry err1 := errors.New("err1") err2 := errors.New("err2") combinedErr := errors.Join(err1, err2)// When captured, these will be shown as related exceptions in Sentry sentry.CaptureException(combinedErr)
Add
TraceIgnoreStatusCodesoption to allow filtering of HTTP transactions based on status codes (#1089)
- Configure which HTTP status codes should not be traced by providing single codes or ranges
- Example:
TraceIgnoreStatusCodes: [][]int{{404}, {500, 599}}ignores 404 and server errors 500-599Bug Fixes
- Fix logs being incorrectly filtered by
BeforeSendcallback (#1109)
- Logs now bypass the
processEventmethod and are sent directly to the transport- This ensures logs are only filtered by
BeforeSendLog, not by the error/messageBeforeSendcallbackMisc
- Add support for Go 1.25 and drop support for Go 1.22 (#1103)
0.35.3
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.35.3.
Bug Fixes
... (truncated)
Changelog
Sourced from github.com/getsentry/sentry-go's changelog.
0.36.1
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.36.1.
Bug Fixes
- Prevent panic when converting error chains containing non-comparable error types by using a safe fallback for visited detection in exception conversion (#1113)
0.36.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.36.0.
Breaking Changes
Behavioral change for the
MaxBreadcrumbsclient option. Removed the hard limit of 100 breadcrumbs, allowing users to set a larger limit and also changed the default limit from 30 to 100 (#1106))The changes to error handling (#1075) will affect issue grouping. It is expected that any wrapped and complex errors will be grouped under a new issue group.
Features
Add support for improved issue grouping with enhanced error chain handling (#1075)
The SDK now provides better handling of complex error scenarios, particularly when dealing with multiple related errors or error chains. This feature automatically detects and properly structures errors created with Go's
errors.Join()function and other multi-error patterns.// Multiple errors are now properly grouped and displayed in Sentry err1 := errors.New("err1") err2 := errors.New("err2") combinedErr := errors.Join(err1, err2)// When captured, these will be shown as related exceptions in Sentry sentry.CaptureException(combinedErr)
Add
TraceIgnoreStatusCodesoption to allow filtering of HTTP transactions based on status codes (#1089)
- Configure which HTTP status codes should not be traced by providing single codes or ranges
- Example:
TraceIgnoreStatusCodes: [][]int{{404}, {500, 599}}ignores 404 and server errors 500-599Bug Fixes
- Fix logs being incorrectly filtered by
BeforeSendcallback (#1109)
- Logs now bypass the
processEventmethod and are sent directly to the transport- This ensures logs are only filtered by
BeforeSendLog, not by the error/messageBeforeSendcallbackMisc
- Add support for Go 1.25 and drop support for Go 1.22 (#1103)
0.35.3
... (truncated)
Commits
1bdc7aarelease: 0.36.1fb7dacfPrepare 0.36.1 (#1114)11f2790fix: add fallback on non hashable errors (#1113)2cf1dc0Merge branch 'release/0.36.0'fe877a9release: 0.36.0586e92ePrepare 0.36.0 (#1110)99cebd5feat: properly support error capturing (#1075)49d29a6fix: logs should not pass from processEvent (#1109)2dc3b97feat!: remove MaxBreadcrumbs hard limit and change default to 100 (#1106)c24b748ref: create debuglog package (#1105)- 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.1
Release notes
Sourced from github.com/klauspost/compress's releases.
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
d10b525build(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)c43fcbbRun modernize. Deprecate Go 1.22 (#1095)86a9489gzhttp: remove redundant err check in zstdReader (#1090)ad4a030build(deps): bump github/codeql-action in the github-actions group (#1087)1a8c0e4Avoiding extra allocation in Reset (#1086)- Additional commits viewable in compare view
Updates github.com/nats-io/nats-server/v2 from 2.11.4 to 2.12.1
Release notes
Sourced from github.com/nats-io/nats-server/v2's releases.
Release v2.12.1
Changelog
Refer to the 2.12 Upgrade Guide for backwards compatibility notes with 2.11.x.
Go Version
- 1.25.3 (#7428)
Dependencies
- github.com/google/go-tpm v0.9.6 (#7374)
- github.com/nats-io/nats.go v1.46.0 (#7374)
- golang.org/x/crypto v0.43.0 (#7423)
- golang.org/x/sys v0.37.0 (#7423)
- golang.org/x/time v0.14.0 (#7423)
Added
General
- The
NewServerFromConfigfunction has been added to the embedded server API for parsing an external configuration file whenConfigFileis supplied (#7364)- WebSocket leafnode connections can now use a HTTP proxy by specifying
proxysettings in the leafnoderemotes(#7242)- The
write_deadlineoption in thecluster,leafnodeandgatewayconfig blocks allows configuring write deadlines on a finger-grained basis (#7405)Improved
Monitoring
- The
jszmonitoring endpoint can now report leader counts (#7429)JetStream
- The store lock is no longer held while searching for TTL expiry tasks, improving performance (#7344)
- Removing a message from the TTL state is now faster (#7344)
- The filestore no longer performs heap allocations for hash checks (#7345)
- The filestore now reuses pooled write cache allocations more efficiently (#7346)
- Meta snapshot performance for a very large number of assets has been improved after a regression in v2.11.9 (#7350)
- Sequence-from-timestamp lookups, such as those using
opt_start_timeon consumers orstart_timeon message get requests, now use a binary search for improved lookup performance (#7357)- Scheduled messages are now deactivated properly when followed up with another message on the same subject without a schedule (#7366)
- Meta snapshots are no longer taken on every stream removal (#7373)
- Filestore cache lookups can now return early for empty blocks (#7381)
- Filestore meta files are now written using temporary staging, avoiding accidental truncation on crashes (#7388)
- Atomic batch publish now supports deduplication with the
Nats-Msg-Idheader (#7391)- Cache-specific log lines in the filestore have been improved (#7396)
- Log lines and errors related to offline/unsupported assets are now clearer (#7416, #7425)
Fixed
General
... (truncated)
Commits
fab5f99Release v2.12.1bf2c60aCherry-picks for v2.12.1 (#7430)350d9d7[FIXED] Filestore unlock when message erase fails18007b8[IMPROVED] JSZ Raft leader statsbc7407aUpdate to Go 1.25.3/1.24.9ffbdb10[FIXED] Trusted Proxies: Reload log message report added keys as removed59361c9Release v2.12.1-RC.5fd8c5b7Cherry-picks for v2.12.1-RC.5 (#7426)6c9a051feat: add riscv64 support84fe04aNRG: Parallel catchups can truncate committed- Additional commits viewable in compare view
Updates github.com/nats-io/nats.go from 1.43.0 to 1.46.1
Release notes
Sourced from github.com/nats-io/nats.go's releases.
Release v1.46.1
Changelog
FIXED
- JetStream:
- Add omitempty to AllowMsgTTL and AllowMsgCounter (#1947)
Complete Changes
https://github.com/nats-io/nats.go/compare/v1.46.0...v1.46.1
Release v1.46.0
Changelog
Overview
This release enables features introduced in nats-server@v2.12.0.
Some features, while enabled in the client by adding relevant configuration, have APIs exposed in synadia-io/orbit.go, namely:
ADDED
- JetStream:
- Stream counters configuration option (#1932, #1939)
- New fields in
ClusterInfo(#1935)AllowAtomicPublishstream configuration option (#1940)PersistModestream config option for configurable stream persistence settings (#1943)AllowMsgSchedulesstream configuration option to enable message scheduling (#1942)- Context and timeout options to
Messages.Next()plusFetchcontext support (#1938)- Support custom name prefix for ordered consumers (#1928)
- Prioritized priority policy (#1937)
- KeyValue:
- Added KeyValue bucket metadada support (#1944)
IMPROVED
- JetStream:
Complete Changes
https://github.com/nats-io/nats.go/compare/v1.45.0...v1.46.0
Release v1.45.0
Changelog
ADDED
- Core NATS:
- Handling for maximum account active connections exceeded (#1921)
- JetStream:
... (truncated)
Commits
4dc7f1eRelease v1.46.1 (#1948)0bbc048[FIXED] Add omitempty to AllowMsgTTL and AllowMsgCounter (#1947)41de016Release v1.46.02d3be0c[IMPROVED] Bump nats-server test dependency9726c6f[ADDED] AllowMsgSchedules field to enable message scheduling in stream config...5e67170[FIXED] Revert leftover no headers support changes (#1941)c85e275[ADDED] Introduce PersistMode for configurable persistence settings in stream...13d3ae2[ADDED] AllowAtomicPublish option on stream config (#1940)60f1718[CHANGED] Remove no headers support (#1939)ec9b58f[IMPROVED] Add test veryfying if mirror can be updated to regular stream (#1934)- Additional commits viewable in compare view
Updates github.com/prometheus/client_golang from 1.22.0 to 1.23.2
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.23.2 - 2025-09-05
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
- [release-1.23] Upgrade to prometheus/common@v0.66.1 by
@aknuds1in prometheus/client_golang#1869- [release-1.23] Cut v1.23.2 by
@aknuds1in prometheus/client_golang#1870Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.1...v1.23.2
v1.23.1 - 2025-09-04
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
- [release-1.23] Upgrade to prometheus/common v0.66 by
@aknuds1in prometheus/client_golang#1866- [release-1.23] Cut v1.23.1 by
@aknuds1in prometheus/client_golang#1867Full Changelog: https://github.com/prometheus/client_golang/compare/v1.23.0...v1.23.1
v1.23.0 - 2025-07-30
- [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
- [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
- [FEATURE] Add exemplars for native histograms #1686
- [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
- [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
- [BUGFIX] exp/api: client prompt return on context cancellation #1729
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.23.2 / 2025-09-05
This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.
1.23.1 / 2025-09-04
This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.
1.23.0 / 2025-07-30
- [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
- [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
- [FEATURE] Add exemplars for native histograms #1686
- [ENHANCEMENT] exp/api: Bubble up status code from writeResponse
Package Dependencies
Ecosystem:
goVersion Change:
1.78.2 → 1.88.7Update Type:
MinorPackage:
github.com/prometheus/client_golangEcosystem:
goVersion Change:
1.22.0 → 1.23.2Update Type:
MinorPackage:
github.com/redis/go-redis/v9Ecosystem:
goVersion Change:
9.11.0 → 9.16.0Update Type:
MinorPackage:
github.com/coder/websocketEcosystem:
goVersion Change:
1.8.13 → 1.8.14Update Type:
PatchEcosystem:
goVersion Change:
0.62.0 → 0.63.0Update Type:
MinorEcosystem:
goVersion Change:
1.37.0 → 1.38.0Update Type:
MinorEcosystem:
goVersion Change:
0.62.0 → 0.63.0Update Type:
MinorPackage:
github.com/aws/aws-sdk-go-v2/configEcosystem:
goVersion Change:
1.29.12 → 1.31.15Update Type:
MinorPackage:
github.com/getsentry/sentry-goEcosystem:
goVersion Change:
0.34.1 → 0.36.1Update Type:
MinorEcosystem:
goVersion Change:
2.27.1 → 2.27.3Update Type:
PatchPackage:
github.com/nats-io/nats-server/v2Ecosystem:
goVersion Change:
2.11.4 → 2.12.1Update Type:
MinorEcosystem:
goVersion Change:
0.62.0 → 0.63.0Update Type:
MinorEcosystem:
goVersion Change:
0.7.4 → 0.7.5Update Type:
PatchPackage:
github.com/klauspost/compressEcosystem:
goVersion Change:
1.18.0 → 1.18.1Update Type:
PatchPackage:
github.com/eclipse/paho.mqtt.golangEcosystem:
goVersion Change:
1.5.0 → 1.5.1Update Type:
PatchPackage:
github.com/emersion/go-smtpEcosystem:
goVersion Change:
0.22.0 → 0.24.0Update Type:
MinorEcosystem:
goVersion Change:
1.2.14 → 1.2.15Update Type:
PatchEcosystem:
goVersion Change:
1.2.14 → 1.2.15Update Type:
PatchPackage:
github.com/throttled/throttled/v2Ecosystem:
goVersion Change:
2.13.0 → 2.15.0Update Type:
Minor
Technical Details
| ID: | 11357531 |
| UUID: | 3559098680 |
| Node ID: | PR_kwDOCdvj-c6wBHTG |
| Host: | GitHub |
| Repository: | TheThingsNetwork/lorawan-stack |