dev: bump the safe group across 1 directory with 29 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
(about 1 year ago)
dependencies go
Bumps the safe group with 17 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/KimMachineGun/automemlimit | 0.7.1 |
0.7.2 |
| github.com/aws/aws-sdk-go | 1.55.6 |
1.55.7 |
| github.com/emersion/go-smtp | 0.21.3 |
0.22.0 |
| github.com/getsentry/sentry-go | 0.31.1 |
0.33.0 |
| github.com/gorilla/csrf | 1.7.2 |
1.7.3 |
| github.com/hellofresh/health-go/v5 | 5.5.3 |
5.5.4 |
| github.com/jackc/pgx/v5 | 5.7.4 |
5.7.5 |
| github.com/nats-io/nats-server/v2 | 2.11.0 |
2.11.4 |
| github.com/oklog/ulid/v2 | 2.1.0 |
2.1.1 |
| github.com/prometheus/client_golang | 1.21.1 |
1.22.0 |
| github.com/redis/go-redis/v9 | 9.7.3 |
9.8.0 |
| github.com/spf13/cast | 1.7.1 |
1.8.0 |
| go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux | 0.60.0 |
0.61.0 |
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc | 0.60.0 |
0.61.0 |
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | 0.60.0 |
0.61.0 |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc | 1.35.0 |
1.36.0 |
| golang.org/x/oauth2 | 0.28.0 |
0.30.0 |
Updates github.com/KimMachineGun/automemlimit from 0.7.1 to 0.7.2
Release notes
Sourced from github.com/KimMachineGun/automemlimit's releases.
v0.7.2
What's Changed
- fix(memlimit): fix mountinfo validation logic when super options have spaces by
@KimMachineGunin https://github.com/KimMachineGun/automemlimit/commit/a659ed11b8c2b268723cc09710e52a4bddfcf5bbFull Changelog: https://github.com/KimMachineGun/automemlimit/compare/v0.7.1...v0.7.2
Commits
a9a712bci: bump ubuntu versiona659ed1fix(memlimit): fix mountinfo validation logic when super options have spacesb5e3683chore(examples/gosigar): remove gosigar example- See full diff in compare view
Updates github.com/aws/aws-sdk-go from 1.55.6 to 1.55.7
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.55.7 (2025-04-22)
SDK Bugs
service/s3/s3manager: Abort multipart download if object is modified during download
- Fixes 4986
Commits
163aadarelease v1.55.7 (2025-04-22) (#5346)9eb2bfdAbort multi part download if the object is modified during download8d203ccUpdate bug-report.yml- See full diff in compare view
Updates github.com/emersion/go-smtp from 0.21.3 to 0.22.0
Commits
495c409client: introduce DataCommandf9e8d24Implement RRVSe2dbc50server: handle newline characters in error messagesb7d48abUpgrade dependencies8a5b093Add checking for auth to Server examplec6c3019server: reset session on EHLOe764d71client: allow manual Hello after Reset274020dreadme: drop CI badgeb63eedeclient: save greet error75e52afAllow manual Hello after StartTLS- Additional commits viewable in compare view
Updates github.com/getsentry/sentry-go from 0.31.1 to 0.33.0
Release notes
Sourced from github.com/getsentry/sentry-go's releases.
0.33.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.33.0.
Breaking Changes
- Rename the internal
LoggertoDebugLogger. This feature was only used when you setDebug: Truein yoursentry.Init()call. If you haven't used the Logger directly, no changes are necessary. (#1012)Features
Add support for Structured Logging. (#1010)
logger := sentry.NewLogger(ctx) logger.Info(ctx, "Hello, Logs!")You can learn more about Sentry Logs on our docs and the examples.
Add new attributes APIs, which are currently only exposed on logs. (#1007)
Bug Fixes
- Do not push a new scope on
StartSpan. (#1013)- Fix an issue where the propagated smapling decision wasn't used. (#995)
- [Otel] Prefer
httpRouteoverhttpTargetfor span descriptions. (#1002)Misc
- Update
github.com/stretchr/testifyto v1.8.4. (#988)0.32.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.32.0.
Breaking Changes
- Bump the minimum Go version to 1.22. The supported versions are 1.22, 1.23 and 1.24. (#967)
- Setting any values on
span.Extrahas no effect anymore. UseSetData(name string, value interface{})instead. (#864)Features
- Add a
MockTransportandMockScope. (#972)Bug Fixes
- Fix writing
*http.Requestin the Logrus JSONFormatter. (#955)Misc
- Transaction
dataattributes are now seralized as trace context data attributes, allowing you to query these attributes in the Trace Explorer.
Changelog
Sourced from github.com/getsentry/sentry-go's changelog.
0.33.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.33.0.
Breaking Changes
- Rename the internal
LoggertoDebugLogger. This feature was only used when you setDebug: Truein yoursentry.Init()call. If you haven't used the Logger directly, no changes are necessary. (#1012)Features
Add support for Structured Logging. (#1010)
logger := sentry.NewLogger(ctx) logger.Info(ctx, "Hello, Logs!")You can learn more about Sentry Logs on our docs and the examples.
Add new attributes APIs, which are currently only exposed on logs. (#1007)
Bug Fixes
- Do not push a new scope on
StartSpan. (#1013)- Fix an issue where the propagated smapling decision wasn't used. (#995)
- [Otel] Prefer
httpRouteoverhttpTargetfor span descriptions. (#1002)Misc
- Update
github.com/stretchr/testifyto v1.8.4. (#988)0.32.0
The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.32.0.
Breaking Changes
- Bump the minimum Go version to 1.22. The supported versions are 1.22, 1.23 and 1.24. (#967)
- Setting any values on
span.Extrahas no effect anymore. UseSetData(name string, value interface{})instead. (#864)Features
- Add a
MockTransportandMockScope. (#972)Bug Fixes
- Fix writing
*http.Requestin the Logrus JSONFormatter. (#955)Misc
... (truncated)
Commits
03a4debrelease: 0.33.034ba180Prepare 0.33.0 (#1016)c340089Add initial logger implementation (#1010)00a135aDo not push a new scope onStartSpan(#1013)64de096RenameLoggertoDebugLogger(#1012)523e1b4Bump github.com/stretchr/testify on otel submodule (#1011)bf20c9fPrefer http route over http target for span description (#1002)021ccc1Add attributes API (#1007)c7d162cUpdate github.com/stretchr/testify to v1.8.4 (#988)a309f56build(deps): bump actions/create-github-app-token from 1.11.5 to 1.12.0 (#987)- Additional commits viewable in compare view
Updates github.com/gorilla/csrf from 1.7.2 to 1.7.3
Release notes
Sourced from github.com/gorilla/csrf's releases.
v1.7.3
This Release fixes the following:
- CVE-2025-24358
Full Changelog: https://github.com/gorilla/csrf/compare/v1.7.2...v1.7.3
Commits
9dd6af1Merge commit from fork- See full diff in compare view
Updates github.com/hellofresh/health-go/v5 from 5.5.3 to 5.5.4
Release notes
Sourced from github.com/hellofresh/health-go/v5's releases.
v5.5.4
What's Changed
- Bump golang.org/x/crypto from 0.20.0 to 0.31.0 by
@dependabotin hellofresh/health-go#196- Bump golang.org/x/net from 0.21.0 to 0.33.0 by
@dependabotin hellofresh/health-go#197- EPS-105 - remove version from docker-compose.yml by
@s-radyukin hellofresh/health-go#202- Bump golang.org/x/crypto from 0.31.0 to 0.35.0 by
@dependabotin hellofresh/health-go#212Full Changelog: https://github.com/hellofresh/health-go/compare/v5.5.3...v5.5.4
In order to fix the security vulnerability in
golang.org/x/cryptothe minimal go version supported now is 1.23
Commits
2c22af5Bump golang.org/x/crypto from 0.31.0 to 0.35.0 (#212)975c863Merge pull request #202 from hellofresh/patch/EPS-105f00067fremove version from docker-compose.ymld1c916eBump golang.org/x/net from 0.21.0 to 0.33.0 (#197)6716ef0Bump golang.org/x/crypto from 0.20.0 to 0.31.0 (#196)74007afUpdate Workflows [ci skip]41dcaf5Update Workflows [ci skip]70a6035Update Workflows [ci skip]- See full diff in compare view
Updates github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5
Changelog
Sourced from github.com/jackc/pgx/v5's changelog.
5.7.5 (May 17, 2025)
- Support sslnegotiation connection option (divyam234)
- Update golang.org/x/crypto to v0.37.0. This placates security scanners that were unable to see that pgx did not use the behavior affected by https://pkg.go.dev/vuln/GO-2025-3487.
- TraceLog now logs Acquire and Release at the debug level (dave sinclair)
- Add support for PGTZ environment variable
- Add support for PGOPTIONS environment variable
- Unpin memory used by Rows quicker
- Remove PlanScan memoization. This resolves a rare issue where scanning could be broken for one type by first scanning another. The problem was in the memoization system and benchmarking revealed that memoization was not providing any meaningful benefit.
Commits
15bca4aRelease v5.7.51d557f9Remove PlanScan memoizationde7fe81Use reflect.TypeFor instead of reflect.TypeOfd9eb089Remove unused function6be24ebFix comment typo07871c0Zero internal baseRows references to allow GC earlier777e7e5Merge pull request #2313 from stampy88/tracelog_pool_additions151bd02Switched toLogLevelDebug540fcaaAdd support for PGOPTIONS environment variable3a248e3Add support for PGTZ environment variable- Additional commits viewable in compare view
Updates github.com/nats-io/nats-server/v2 from 2.11.0 to 2.11.4
Release notes
Sourced from github.com/nats-io/nats-server/v2's releases.
Release v2.11.4
Changelog
Refer to the 2.11 Upgrade Guide for backwards compatibility notes with 2.10.x.
Go Version
- 1.24.3 (#6876)
Dependencies
- github.com/nats-io/nats.go v1.42.0 (#6868)
- golang.org/x/crypto v0.38.0 (#6868)
- golang.org/x/sys v0.33.0 (#6868)
- github.com/google/go-tpm v0.9.5 (#6918)
Improved
General
- Log lines for TLS handshake errors now include the subject and SHA-256 hash of the certificate if known (#6883)
JetStream
- Enforcing per-subject limits on streams after a state rebuild or retention policy change is now considerably faster (#6871)
- Reduced allocations when finding the next message matching a filter in the filestore, which also improves the performance of calculating interest state on streams with an interest/WQ retention policy (#6908)
Fixed
General
- Reloading the gateway TLS configuration now applies to implicit remotes (#6886)
JetStream
- Stream and consumer updates are no longer possible if all peers are offline, fixing a potential avenue for data loss (#6856)
- The stream first sequence is now adjusted correctly when purging over interior delete gaps (#6861)
- Consumer redeliveries are no longer incorrectly reported for consumers with a max deliver of 1 (#6877)
- Avoid resetting the first and last sequences of a workqueue stream to zero after a crash with unflushed data (#6882)
- Access time goroutines are now reference-counted and no longer leak (#6887)
- Fixed a deadlock that could occur when using
multi_lastdirect gets or when calculating the first sequence number for a consumer with a deliver-last-per-subject deliver policy (#6899)- A spelling error in a store error was fixed (#6895) Thanks to
@cjohansenfor the contribution!- A rare panic in the filestore has been fixed (#6912)
- Direct gets will no longer return messages incorrectly with
up_to_timeorstart_timein some configurations (#6911)- Fixed a panic in the stree that could occur when removing subject state tracking for a short subject (#6914)
Complete Changes
https://github.com/nats-io/nats-server/compare/v2.11.3...v2.11.4
... (truncated)
Commits
4c2fc7fRelease v2.11.45e4e7ccCherry-picks for 2.11.4 (#6918)5d5346aUpdate dependenciesbe14545Fix a bug that could cause a panic if subject to delete was shorter then inde...9fd1d13Fixed spelling.fb6de55Release v2.11.4-RC.3e375872Cherry-picks for 2.11.4-RC.3 (#6913)f941c3bFixStartTimebug with memory store and only one message16645b6FixMultiLastForunderflow bug withUpToTimebefore first sequenceff9445eFix possible panic on filestore.go- Additional commits viewable in compare view
Updates github.com/nats-io/nats.go from 1.41.0 to 1.42.0
Release notes
Sourced from github.com/nats-io/nats.go's releases.
Release v1.42.0
Changelog
Overview
This release adds per-key TTL functionality to key-value stores. It adds:
LimitMarkerTTLconfig option to enable automatic tombstone deletion.KeyTTLoption tokv.Create()PurgeTTL()option tokv.Purge()ADDED
- KeyValue:
- Added KeyValue per key TTL support and limit markers (#1864)
Complete Changes
https://github.com/nats-io/nats.go/compare/v1.41.2...v1.42.0
Release v1.41.2
Changelog
ADDED
- Core NATS:
- Add
nc.RemoveStatusListener()method (#1856)FIXED
- Legacy JetStream:
- Fix
FetchandFetchBatchmemory leak (#1856)- Legacy KeyValue:
- Use context in when purging stream in
kv.PurgeDeletes()(#1858)- Bump golang.org/x/crypto to fix vulnerability (#1857)
Complete Changes
https://github.com/nats-io/nats.go/compare/v1.41.1...v1.41.2
Release v1.41.1
Changelog
FIXED
- ObjectStore:
- Use default timeout for
ObjectStore.Getwhen no deadline is set on ctx (#1850)IMPROVED
- Remove
golang.org/x/textdependency (#1849)Complete Changes
... (truncated)
Commits
70300b2Release v1.42.0 (#1869)c93af50[ADDED] KeyValue per key TTL support and limit markers (#1864)d1cdbf5Release v1.41.2 (#1859)ca54e50[FIXED] Bump golang.org/x/crypto to fix vulnerability (#1857)aeebc8d[FIXED] Use context in when purging stream in kv.PurgeDeletes() (#1858)7bfd96a[FIXED] Add RemoveStatusListener method and fixFetch memory leak (#1856)50e6153Release v1.41.1 (#1851)e04728e[FIXED] Use default timeout for ObjectStore.Get when no deadline is set on ct...8a2bd73[IMPROVED] Removegolang.org/x/textdependency (#1849)- See full diff in compare view
Updates github.com/oklog/ulid/v2 from 2.1.0 to 2.1.1
Release notes
Sourced from github.com/oklog/ulid/v2's releases.
v2.1.1
What's Changed
- README fix broken pkg.go.dev links by
@peterabain oklog/ulid#82- README: fix small typos by
@craigpastroin oklog/ulid#88- Add fmt, vet, staticcheck to CI and lint accordingly by
@craigpastroin oklog/ulid#89- ulid: add MakeFromTime helper function by
@craigpastroin oklog/ulid#87- Refactor default entropy and fix test by
@peterbourgonin oklog/ulid#98- Add ulid.Timestamp method by
@peterbourgonin oklog/ulid#107- bump actions/setup-go@v5 by
@shogo82148in oklog/ulid#114- bump actions/checkout@v4 by
@shogo82148in oklog/ulid#113- Add
ulid.Niland.IsZero()method by@tonyhbin oklog/ulid#112New Contributors
@peterabamade their first contribution in oklog/ulid#82@craigpastromade their first contribution in oklog/ulid#88@shogo82148made their first contribution in oklog/ulid#114@tonyhbmade their first contribution in oklog/ulid#112Full Changelog: https://github.com/oklog/ulid/compare/v2.1.0...v2.1.1
Commits
96c4edfAddulid.Zeroand.IsZero()method (#112)8b543f4bump actions/checkout@v4 (#113)1d53f5dbump actions/setup-go@v5 (#114)a1d104fAdd ulid.Timestamp method (#107)b4f9914README: println -> fmt.Println99f5976Refactor default entropy and fix test (#98)6222989ulid: add MakeFromTime helper function (#87)ab86345Add fmt, vet, staticcheck to CI and lint accordingly (#89)1dfe33aREADME: fix small typos (#88)1d504c6README: fix ulid tool install instructions- Additional commits viewable in compare view
Updates github.com/prometheus/client_golang from 1.21.1 to 1.22.0
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.22.0 - 2025-04-07
:warning: This release contains potential breaking change if you use experimental
zstdsupport introduce in #1496 :warning:Experimental support for
zstdon scrape was added, controlled by the requestAccept-Encodingheader. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.e.g.:
import ( _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd" )
- [FEATURE] prometheus: Add new CollectorFunc utility #1724
- [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
- [FEATURE] api:
WithLookbackDeltaandWithStatsoptions have been added to API client. #1743- [CHANGE] :warning: promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
- build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 by
@dependabotin prometheus/client_golang#1720- build(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.3 by
@dependabotin prometheus/client_golang#1719- Update RELEASE.md by
@bwplotkain prometheus/client_golang#1721- chore(docs): Add links for the upstream PRs by
@kakkoyunin prometheus/client_golang#1722- Added tips on releasing client and checking with k8s. by
@bwplotkain prometheus/client_golang#1723- feat: Add new CollectorFunc utility by
@Saumya40-codesin prometheus/client_golang#1724- build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by
@dependabotin prometheus/client_golang#1725- build(deps): bump the github-actions group with 5 updates by
@dependabotin prometheus/client_golang#1726- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#1727- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#1731- build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 by
@dependabotin prometheus/client_golang#1739- build(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by
@dependabotin prometheus/client_golang#1740- Cleanup dependabot config by
@SuperQin prometheus/client_golang#1741- Upgrade Golang version v1.24 by
@dongjiang1989in prometheus/client_golang#1738- build(deps): bump the github-actions group with 2 updates by
@dependabotin prometheus/client_golang#1742- Merging 1.21 release back to main. by
@bwplotkain prometheus/client_golang#1744- Synchronize common files from prometheus/prometheus by
@prombotin prometheus/client_golang#1745- Add support for undocumented query options for API by
@mahendrapaipuriin prometheus/client_golang#1743- exp/api: Add experimental exp module; Add remote API with write client and handler. by
@bwplotkain prometheus/client_golang#1658- exp/api: Add accepted msg type validation to handler by
@saswatamcodein prometheus/client_golang#1750- build(deps): bump the github-actions group with 5 updates by
@dependabotin prometheus/client_golang#1751- build(deps): bump github.com/klauspost/compress from 1.17.11 to 1.18.0 by
@dependabotin prometheus/client_golang#1752- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 by
@dependabotin prometheus/client_golang#1753- exp: Reset snappy buf by
@saswatamcodein prometheus/client_golang#1756- Merge release 1.21.1 to main. by
@bwplotkain prometheus/client_golang#1762- exp: Add dependabot config by
@saswatamcodein prometheus/client_golang#1754- build(deps): bump peter-evans/create-pull-request from 7.0.7 to 7.0.8 in the github-actions group by
@dependabotin prometheus/client_golang#1764
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.22.0 / 2025-04-07
:warning: This release contains potential breaking change if you use experimental
zstdsupport introduce in #1496 :warning:Experimental support for
zstdon scrape was added, controlled by the requestAccept-Encodingheader. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.e.g.:
import ( _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd" )
- [FEATURE] prometheus: Add new CollectorFunc utility #1724
- [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
- [FEATURE] api:
WithLookbackDeltaandWithStatsoptions have been added to API client. #1743- [CHANGE] :warning: promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
Commits
d50be25Cut 1.22.0 (#1793)1043db7Cut 1.22.0-rc.0 (#1768)e575c9cpromhttp: Isolate zstd support and klauspost/compress library use to promhttp...f2276aaMerge pull request #1764 from prometheus/dependabot/github_actions/github-act...9df772cbuild(deps): bump peter-evans/create-pull-requesta3548c5Merge pull request #1754 from saswatamcode/exp-eh60fd2b0Remove go.work file for now8f9d0deexp: Add dependabot configc5cf981Merge pull request #1762 from prometheus/release-1.21e84c305exp: Reset snappy buf (#1756)- Additional commits viewable in compare view
Updates github.com/redis/go-redis/v9 from 9.7.3 to 9.8.0
Release notes
Sourced from github.com/redis/go-redis/v9's releases.
v9.8.0
9.8.0 (2025-04-30)
🚀 Highlights
- Redis 8 Support: Full compatibility with Redis 8.0, including testing and CI integration
- Enhanced Hash Operations: Added support for new hash commands (
HGETDEL,HGETEX,HSETEX) andHSTRLENcommand- Search Improvements: Enabled Search DIALECT 2 by default and added
CountOnlyargument forFT.Search✨ New Features
- Added support for new hash commands:
HGETDEL,HGETEX,HSETEX(#3305)- Added
HSTRLENcommand for hash operations (#2843)- Added
Domethod for raw query by single connection frompool.Conn()(#3182)- Prevent false-positive marshaling by treating zero time.Time as empty in isEmptyValue (#3273)
- Added FailoverClusterClient support for Universal client (#2794)
- Added support for cluster mode with
IsClusterModeconfig parameter (#3255)- Added client name support in
HELLORESP handshake (#3294)- Enabled Search DIALECT 2 by default (#3213)
- Added read-only option for failover configurations (#3281)
- Added
CountOnlyargument forFT.Searchto useLIMIT 0 0(#3338)- Added
DBoption support inNewFailoverClusterClient(#3342)- Added
nilcheck for the options when creating a client (#3363)🐛 Bug Fixes
- Fixed
PubSubconcurrency safety issues (#3360)- Fixed panic caused when argument is
nil(#3353)- Improved error handling when fetching master node from sentinels (#3349)
- Fixed connection pool timeout issues and increased retries (#3298)
- Fixed context cancellation error leading to connection spikes on Primary instances (#3190)
- Fixed RedisCluster client to consider
MASTERDOWNa retriable error (#3164)- Fixed tracing to show complete commands instead of truncated versions (#3290)
- Fixed OpenTelemetry instrumentation to prevent multiple span reporting (#3168)
- Fixed
FT.SearchLimit argument and addedCountOnlyargument for limit 0 0 (#3338)- Fixed missing command in interface (#3344)
- Fixed slot calculation for
COUNTKEYSINSLOTcommand (#3327)- Updated PubSub implementation with correct context (#3329)
📚 Documentation
- Added hash search examples (#3357)
- Fixed documentation comments (#3351)
- Added
CountOnlysearch example (#3345)- Added examples for list commands:
LLEN,LPOP,LPUSH,LRANGE,RPOP,RPUSH(#3234)- Added
SADDandSMEMBERScommand examples (#3242)- Updated
README.mdto use Redis Discord guild (#3331)- Updated
HExpirecommand documentation (#3355)- Featured OpenTelemetry instrumentation more prominently (#3316)
- Updated
README.mdwith additional information (#310ce55)⚡ Performance and Reliability
... (truncated)
Commits
fba6decMerge branch 'master' into v9.846ede21chore(release): Update version to v9.8.02299211feat(options): panic when options are nil (#3363)8f58235chore(ci): Use redis 8 rc2 image. (#3361)09dc351migrate golangci-lint config to v2 format (#3354)cb2cfb0fix:PubSubisn't concurrency-safe (#3360)46d4b20feat: func isEmptyValue support time.Time (#3273)f9b0e70update HExpire command documentation (#3355)b28606cUpdate README.md, use redis discord guild (#3331)adb4798fix: Fix panic caused when arg is nil (#3353)- Additional commits viewable in compare view
Updates github.com/spf13/cast from 1.7.1 to 1.8.0
Release notes
Sourced from github.com/spf13/cast's releases.
v1.8.0
What's Changed
- Updates by
@sagikazarmarkin spf13/cast#237- Bump actions/setup-go from 4.0.1 to 4.1.0 by
@dependabotin spf13/cast#193- Generic by
@sagikazarmarkin spf13/cast#238- Add unsigned integer support in ToStringSliceE function by
@nicklaus-devin spf13/cast#200- Add function to cast
interface{}to[]float64by@ste93cryin spf13/cast#179- Add cast methods ToUintSlice by
@nmvalerain spf13/cast#236- build(deps): bump actions/dependency-review-action from 4.5.0 to 4.6.0 by
@dependabotin spf13/cast#240- build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by
@dependabotin spf13/cast#239- build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by
@dependabotin spf13/cast#242- Add ToInt64Slice() and ToInt64SliceE() by
@arui1628in spf13/cast#234New Contributors
@nicklaus-devmade their first contribution in spf13/cast#200@ste93crymade their first contribution in spf13/cast#179@nmvaleramade their first contribution in spf13/cast#236@arui1628made their first contribution in spf13/cast#234Full Changelog: https://github.com/spf13/cast/compare/v1.7.1...v1.8.0
Commits
01004f2Merge pull request #234 from arui1628/master4f997d9refactor: use generic toSlice for ToInt64SliceE76b8370Merge pull requestPull Request Statistics
Commits:
1Files Changed:
2Additions:
+129Deletions:
-120
Package Dependencies
github.com/prometheus/client_golang
go
1.21.1 → 1.22.0
Minor
github.com/redis/go-redis/v9
go
9.7.3 → 9.8.0
Minor
go
0.60.0 → 0.61.0
Minor
go
1.35.0 → 1.36.0
Minor
go
0.60.0 → 0.61.0
Minor
github.com/getsentry/sentry-go
go
0.31.1 → 0.33.0
Minor
github.com/nats-io/nats-server/v2
go
2.11.0 → 2.11.4
Patch
go
0.60.0 → 0.61.0
Minor
go
0.7.1 → 0.7.2
Patch
github.com/emersion/go-smtp
go
0.21.3 → 0.22.0
Minor
github.com/hellofresh/health-go/v5
go
5.5.3 → 5.5.4
Patch
Technical Details
| ID: | 670687 |
| UUID: | 2544923411 |
| Node ID: | PR_kwDOCdvj-c6XsHMT |
| Host: | GitHub |
| Repository: | TheThingsNetwork/lorawan-stack |
| Mergeable: | Yes |
| Merge State: | Unstable |
| Rebaseable: | Yes |