chore(deps): update gomod #3016
<
8000
/div>
Open
+17
−17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.6.0
->v0.7.0
v1.4.2
->v1.4.3
v2.34.0
->v2.35.0
v3.13.0
->v3.14.1
v1.8.0
->v1.9.0
v2.23.3
->v2.23.4
v1.36.3
->v1.37.0
v1.21.1
->v1.22.0
v9.7.3
->v9.10.0
v1.7.1
->v1.9.2
v1.19.0
->v1.20.1
v0.36.0
->v0.39.0
v0.38.0
->v0.41.0
v0.28.0
->v0.30.0
v0.12.0
->v0.15.0
v0.228.0
->v0.238.0
v0.32.3
->v0.33.2
Release Notes
googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)
v0.7.0
Compare Source
the
blog
post.
Note that although the Spanner service is beta, the Go client library is alpha.
a8m/envsubst (github.com/a8m/envsubst)
v1.4.3
Compare Source
New Contributors
Full Changelog: a8m/envsubst@v1.4.2...v1.4.3
alicebob/miniredis (github.com/alicebob/miniredis/v2)
v2.35.0
Compare Source
v2.34.0
v2.33.0
v2.32.1
v2.31.1
v2.31.0
v2.30.5
v2.30.4
v2.30.3
v2.30.2
v2.30.1
v2.30.0
v2.23.1
v2.23.0
v2.22.0
v2.21.0
v2.20.0
v2.19.0
v2.18.0
v2.17.0
v2.16.1
v2.16.0
v2.15.2
v2.15.1
v2.15.0
v2.14.5
v2.14.4
v2.14.3
v2.14.2
v2.14.1
v2.14.0
v2.13.3
Check...()
methodsv2.13.2
v2.13.1
v2.13.0
v2.12.0
v2.11.4
v2.11.3
v2.11.2
v2.11.1
v2.11.0
v2.10.1
v2.10.0
v2.9.1
v2.9.0
v2.8.0
Proper
v2
in go.mod.older
See https://github.com/alicebob/miniredis/releases for the full changelog
coreos/go-oidc (github.com/coreos/go-oidc/v3)
v3.14.1
Compare Source
What's Changed
Full Changelog: coreos/go-oidc@v3.14.0...v3.14.1
v3.14.0
Compare Source
What's Changed
Full Changelog: coreos/go-oidc@v3.13.0...v3.14.0
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.9.0
Compare Source
Changes and fixes
all: make BufferedWatcher buffered again (#657)
inotify: fix race when adding/removing watches while a watched path is being deleted (#678, #686)
inotify: don't send empty event if a watched path is unmounted (#655)
inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#679)
kqueue: fix watching relative symlinks (#681)
kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#682)
illumos: don't send error if changed file is deleted while processing the event (#678)
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.23.4
Compare Source
2.23.4
Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with
-p
in a linux container. Thanks to @emirot for the fix!Features
2b9c428
]Fixes
1f59d07
]Maintenance
2d134d5
]onsi/gomega (github.com/onsi/gomega)
v1.37.0
Compare Source
1.37.0
Features
< 8000 ul dir="auto">5666f98
]prometheus/client_golang (github.com/prometheus/client_golang)
v1.22.0
: - 2025-04-07Compare Source
zstd
support introduce in #1496Experimental support for
zstd
on scrape was added, controlled by the requestAccept-Encoding
header.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,
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.
e.g.:
WithLookbackDelta
andWithStats
options have been added to API client. #1743All Changes
New Contributors
Full Changelog: https://github.com/prometheus/client\_golang/compare/v1.21.1...v1.22.0-rc.0
redis/go-redis (github.com/redis/go-redis/v9)
v9.10.0
: 9.10.0Compare Source
Experimental support for vector sets!
🚀 Highlights
go-redis
now supports vector sets. This data type is marked as "in preview" in Redis and its support ingo-redis
is marked as experimental. You can find examples in the documentation and in thedoctests
folder.Changes
🚀 New Features
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@AndBobsYourUncle, @andy-stark-redis, @fukua95 and @ndyakov
v9.9.0
: 9.9.0Compare Source
🚀 Highlights
StreamingCredentialsProvider
for dynamic credential updates (experimental)ParseFailoverURL
for easier failover configuration✨ New Features
StreamingCredentialsProvider
for token-based authentication (#3320)ParseFailoverURL
for parsing failover URLs (#3362)ParseFloat
andMustParseFloat
in public utils package (#3371)Atoi
,ParseInt
,ParseUint
, andParseFloat
(#3377)GetShardClients()
to retrieve all active shard clientsGetShardClientForKey(key string)
to get the shard client for a specific key (#3388)🐛 Bug Fixes
📚 Documentation
⚡ Performance and Reliability
ReplaceSpaces
function (#3383)Options.Protocol
ininit()
(#3387)🔧 Dependencies and Infrastructure
🧪 Testing
👥 Contributors
We would like to thank all the contributors who made this release possible:
@ndyakov, @ofekshenawa, @LINKIWI, @iamamirsalehi, @fukua95, @lzakharov, @DengY11
📝 Changelog
For a complete list of changes, see the full changelog.
v9.8.0
Compare Source
9.8.0 (2025-04-30)
🚀 Highlights
HGETDEL
,HGETEX
,HSETEX
) andHSTRLEN
commandCountOnly
argument forFT.Search
✨ New Features
HGETDEL
,HGETEX
,HSETEX
(#3305)HSTRLEN
command for hash operations (#2843)Do
method for raw query by single connection frompool.Conn()
(#3182)IsClusterMode
config parameter (#3255)HELLO
RESP handshake (#3294)CountOnly
argument forFT.Search
to useLIMIT 0 0
(#3338)DB
option support inNewFailoverClusterClient
(#3342)nil
check for the options when creating a client (#3363)🐛 Bug Fixes
PubSub
concurrency safety issues (#3360)nil
(#3353)MASTERDOWN
a retriable error (#3164)FT.Search
Limit argument and addedCountOnly
argument for limit 0 0 (#3338)COUNTKEYSINSLOT
command (#3327)📚 Documentation
CountOnly
search example (#3345)LLEN
,LPOP
,LPUSH
,LRANGE
,RPOP
,RPUSH
(#3234)SADD
andSMEMBERS
command examples (#3242)README.md
to use Redis Discord guild (#3331)HExpire
command documentation (#3355)README.md
with additional information (#310ce55)⚡ Performance and Reliability
🔧 Dependencies and Infrastructure
🔒 Security
🧪 Testing
👥 Contributors
We would like to thank all the contributors who made this release possible:
@alexander-menshchikov, @EXPEbdodla, @afti, @dmaier-redislabs, @four_leaf_clover, @alohaglenn, @gh73962, @justinmir, @LINKIWI, @liushuangbill, @golang88, @gnpaone, @ndyakov, @nikolaydubina, @oleglacto, @andy-stark-redis, @rodneyosodo, @dependabot, @rfyiamcool, @frankxjkuang, @fukua95, @soleymani-milad, @ofekshenawa, @khasanovbi
spf13/cast (github.com/spf13/cast)
v1.9.2
Compare Source
What's Changed
Full Changelog: spf13/cast@v1.9.1...v1.9.2
v1.9.1
Compare Source
What's Changed
Full Changelog: spf13/cast@v1.9.0...v1.9.1
v1.9.0
Compare Source
Notable new features 🎉
To
/ToE
,Must
,ToNumber
/ToNumberE
What's Changed
Configuration
📅 Schedule: Branch creation - "after 8am on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.