fix(deps): update github (minor)#212
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github
branch
5 times, most recently
from
May 10, 2026 12:59
6b9607a to
d4e0dcf
Compare
renovate
Bot
force-pushed
the
renovate/github
branch
7 times, most recently
from
May 18, 2026 11:26
f8a783e to
c9f9a90
Compare
renovate
Bot
force-pushed
the
renovate/github
branch
from
July 6, 2026 12:02
c9f9a90 to
7abeb57
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v1.47.0→v1.50.3v0.10.0→v0.11.1v0.133.0→v0.140.0v5.9.2→v5.10.0v1.1.0→v1.2.0v9.18.0→v9.21.0Release Notes
IBM/sarama (github.com/IBM/sarama)
v1.50.3: Version 1.50.3 (2026-06-15)Compare Source
What's Changed
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
Full Changelog: IBM/sarama@v1.50.2...v1.50.3
v1.50.2: Version 1.50.2 (2026-06-05)Compare Source
What's Changed
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
Full Changelog: IBM/sarama@v1.50.1...v1.50.2
v1.50.1: Version 1.50.1 (2026-05-27)Compare Source
What's Changed
🐛 Fixes
Full Changelog: IBM/sarama@v1.50.0...v1.50.1
v1.50.0: Version 1.50.0 (2026-05-27)Compare Source
What's Changed
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
New Contributors
Full Changelog: IBM/sarama@v1.49.0...v1.50.0
v1.49.0: Version 1.49.0 (2026-05-18)Compare Source
What's Changed
🚨 Breaking Changes
🎉 New Features / Improvements
🐛 Fixes
🔧 Maintenance
Full Changelog: IBM/sarama@v1.48.2...v1.49.0
v1.48.2: Version 1.48.2 (2026-05-13)Compare Source
What's Changed
🎉 New Features / Improvements
🐛 Fixes
🔧 Maintenance
Full Changelog: IBM/sarama@v1.48.1...v1.48.2
v1.48.1: Version 1.48.1 (2026-05-10)Compare Source
What's Changed
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
New Contributors
Full Changelog: IBM/sarama@v1.48.0...v1.48.1
v1.48.0: Version 1.48.0 (2026-04-24)Compare Source
What's Changed
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
📝 Documentation
➕ Other Changes
New Contributors
Full Changelog: IBM/sarama@v1.47.0...v1.48.0
exaring/otelpgx (github.com/exaring/otelpgx)
v0.11.1Compare Source
What's Changed
New Contributors
Full Changelog: exaring/otelpgx@v0.11.0...v0.11.1
v0.11.0Compare Source
What's Changed
New Contributors
Full Changelog: exaring/otelpgx@v0.10.0...v0.11.0
getkin/kin-openapi (github.com/getkin/kin-openapi)
v0.140.0Compare Source
What's Changed
Full Changelog: getkin/kin-openapi@v0.139.0...v0.140.0
v0.139.0Compare Source
What's Changed
Full Changelog: getkin/kin-openapi@v0.138.0...v0.139.0
v0.138.0Compare Source
What's Changed
Full Changelog: getkin/kin-openapi@v0.137.0...v0.138.0
v0.137.0Compare Source
What's Changed
cc4f8d9by @fenollp in #1161Full Changelog: getkin/kin-openapi@v0.136.0...v0.137.0
v0.136.0Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.135.0...v0.136.0
v0.135.0Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.134.0...v0.135.0
v0.134.0Compare Source
What's Changed
New Contributors
Full Changelog: getkin/kin-openapi@v0.133.0...v0.134.0
jackc/pgx (github.com/jackc/pgx/v5)
v5.10.0Compare Source
oapi-codegen/nullable (github.com/oapi-codegen/nullable)
v1.2.0: New getter functionCompare Source
🚀 New features and improvements
There is now a
GetOrEmpty()onNullablewhich will return the wrapped value if it's available, or it will create a new zerovalue ifNullableis uninitialized, or initialized tonil.📝 Documentation updates
FUNDING.yml(#9) @jamietanna✍ Other changes
📦 Dependency updates
Sponsors
We would like to thank our sponsors for their support during this release.
redis/go-redis (github.com/redis/go-redis/v9)
v9.21.0Compare Source
v9.20.1: 9.20.1Compare Source
This is a patch release containing bug fixes only. There are no new features or breaking changes; upgrading from 9.20.0 is a drop-in replacement.
🚀 Highlights
RESP3 pub/sub message loss fixed
PeekPushNotificationNamepreviously inspected only the bytes already buffered bybufio, so when a push frame header straddled a buffer fill boundary it could return a truncated notification name (e.g."messa"instead of"message"). The push processor then mis-routed the frame andReadReplysilently dropped it, causing intermittent RESP3 pub/sub message loss. The peek now grows its window (36 bytes → up to 4 KiB) and reads more from the connection until the header is complete, cleanly separating incomplete prefixes from corrupt frames (including overflow-safe bulk-length handling). Fixes #3839.(#3842) by @ndyakov
🐛 Bug Fixes
PeekPushNotificationNameno longer returns a truncated notification name when a push frame header spans a buffer boundary, preventing silent RESP3 pub/sub message loss (fixes #3839) (#3842) by @ndyakovFT.HYBRIDvector params: Vector data is now always sent viaPARAMSwith auto-generated param names (__vector_param_N, with collision avoidance) whenVectorParamNameis omitted, since Redis no longer accepts inline vector blobs; theFTHybridOptions.Paramsmap is no longer mutated, so the same options struct can be reused across calls (#3844) by @ndyakovCLUSTER SHARDSforward compatibility: Unknown shard- and node-level attributes in theCLUSTER SHARDSreply are now skipped viaDiscardNext()instead of erroring, so clients keep working when the server introduces new fields (#3843) by @madolsonPubSub.releaseConnno longer reconnects twice when a connection is both unusable (or pending handoff) and reports a bad-connection error, avoiding a wasted connection establish-then-close cycle (#3833) by @cxljs👥 Contributors
We'd like to thank all the contributors who worked on this release!
@cxljs, @madolson, @ndyakov
Full Changelog: redis/go-redis@v9.20.0...v9.20.1
v9.20.0: 9.20.0Compare Source
🚀 Highlights
Redis 8.8 Support
This release adds support for Redis 8.8. The README's supported-versions list now includes Redis 8.8 alongside 8.0/8.2/8.4, and CI exercises the
8.8client-libs-test image across the full suite (Makefile, build workflow, doctests, run-tests action, and docker-compose).Coverage for the new commands that ship in the 8.x line, rounded out in this release:
AR*array data type (#3813) — new array data structure, exposed via theArrayCmdableinterface (see the experimental-features highlight below).INCREX(#3816) — atomic increment with expiration in a single round-trip.XNACK(#3790) — explicit negative-acknowledge of pending stream entries.XAUTOCLAIMPEL deletes (#3798) —XAUTOCLAIM/XAUTOCLAIMJUSTIDnow return the list of deleted message IDs from the pending entries list.TS.RANGEmultiple aggregators (#3791) —TS.RANGE/TS.REVRANGE/TS.MRANGE/TS.MREVRANGEaccept multiple aggregators in a single call.Z(UNION|INTER|DIFF)COUNTaggregator (#3802) —COUNTreducer for sorted-set set operations.JSON.SET FPHA(#3797) — newFPHAargument that specifies the floating-point type for homogeneous FP arrays.CI image bump (#3814) by @ofekshenawa. Command coverage contributions by @cxljs, @elena-kolevska, @Khukharr, @ndyakov, and @ofekshenawa.
Stable RESP3 for RediSearch (
UnstableResp3deprecated)FT.SEARCH,FT.AGGREGATE,FT.INFO,FT.SPELLCHECK, andFT.SYNDUMPnow parse RESP3 (map) responses into the same typed result objects as RESP2 —Val()andResult()work uniformly on both protocols, no flag required. Previously, RESP3 search responses requiredUnstableResp3: trueand were returned as opaque maps accessible only viaRawResult()/RawVal().As a result, the
UnstableResp3option is now a no-op across every options struct (Options,ClusterOptions,UniversalOptions,FailoverOptions,RingOptions) and has been marked// Deprecated:. The field is retained for backwards compatibility — existing code that setsUnstableResp3: truewill continue to compile and behave identically — but it will be removed in a future release and new code should not set it.RawResult()/RawVal()continue to work for callers that prefer the raw RESP payload.(#3741)
Configuration
📅 Schedule: (in timezone Asia/Ho_Chi_Minh)
* 1-18 * * 3,0)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.