-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update all non-major dependencies #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
✅ 全部的测试用例都通过了! |
50b76b3 to
be9640b
Compare
|
✅ 全部的测试用例都通过了! |
be9640b to
e616679
Compare
|
✅ 全部的测试用例都通过了! |
e616679 to
63112c2
Compare
|
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
63112c2 to
e236eac
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
e236eac to
cbad051
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
cbad051 to
2bdd787
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
2bdd787 to
2a9b593
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
2a9b593 to
57f90a7
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
57f90a7 to
84c8cfa
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
84c8cfa to
e86c8d2
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
e86c8d2 to
4b697c4
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
4b697c4 to
77c8a8c
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
77c8a8c to
60c5b98
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
5ab2a4a to
e0dbcee
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
e0dbcee to
ee92433
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
ee92433 to
8387d09
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
8387d09 to
bfdb942
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
bfdb942 to
1a6e59e
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
1a6e59e to
df6ad1a
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
df6ad1a to
0e67fd8
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
0e67fd8 to
3e2c29e
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
3e2c29e to
a6a4c95
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
a6a4c95 to
4469f8f
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
4469f8f to
0967ae2
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
0967ae2 to
3d2119d
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
3d2119d to
d8c024c
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
d8c024c to
7feaf58
Compare
|
❌ 部分测试用例未通过。 点击展开/折叠详细日志 |
This PR contains the following updates:
v0.10.2->v0.10.3v4.2.0->v4.2.2v4.2.2->v4.2.3v4.2.2->v4.2.5v9.12.1->v9.17.2v1.10.0->v1.11.1v0.41.0->v0.45.0v0.16.0->v0.18.0v1.30.1->v1.31.1Release Notes
cloudwego/hertz (github.com/cloudwego/hertz)
v0.10.3Compare Source
What's Changed
Feature
[#1432] feat(server): add WithMaxHeaderBytes opt
Fix
[#1431] fix: no conn limit if maxConnsPetHost not configured
[#1426] fix(client): prioritize req timeout opt
[#1420] fix: fix template go lint in go 1.24
[#1418] fix(protocol): improve cookie max-age and expires handling
Refactor:
[#1416] refactor(binding): deprecate
StructValidatorFull Changelog: cloudwego/hertz@v0.10.2...v0.10.3
redis/go-redis (github.com/redis/go-redis/v9)
v9.17.2: 9.17.2Compare Source
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@cyningsun and @ndyakov
v9.17.1: 9.17.1Compare Source
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@marcoferrer and @ndyakov
v9.17.0: 9.17.0Compare Source
🚀 Highlights
Redis 8.4 Support
Added support for Redis 8.4, including new commands and features (#3572)
Typed Errors
Introduced typed errors for better error handling using
errors.Asinstead of string checks. Errors can now be wrapped and set to commands in hooks without breaking library functionality (#3602)New Commands
IFEQ,IFNE,IFDEQ,IFDNE) (#3583, #3595)ACLGenPass,ACLUsers, andACLWhoAmI(#3576)SLOWLOG LENandSLOWLOG RESET(#3585)LATENCY LATESTandLATENCY RESET(#3584)Search & Vector Improvements
FT.HYBRIDcommand (#3573)VRANGEcommand for vector sets (#3543)Connection Pool Improvements
Metrics & Observability
✨ New Features
🐛 Bug Fixes
joinErrorsto prevent panic (#3577) by @manisharma⚡ Performance
🧪 Testing & Infrastructure
👥 Contributors
We'd like to thank all the contributors who worked on this release!
@12ya, @ajax16384, @cxljs, @cyningsun, @destinyoooo, @dragneelfps, @htemelski-redis, @manisharma, @ndyakov, @ofekshenawa, @pvragov
Full Changelog: redis/go-redis@v9.16.0...v9.17.0
v9.16.0: 9.16.0Compare Source
🚀 Highlights
Maintenance Notifications Support
This release introduces comprehensive support for Redis maintenance notifications, enabling applications to handle server maintenance events gracefully. The new
maintnotificationspackage provides:For detailed usage examples and configuration options, see the maintenance notifications documentation.
✨ New Features
TraceCmdFilteroption to selectively trace commands🐛 Bug Fixes
🔧 Improvements
metric.WithAttributeSetto avoid unnecessary attribute copying in redisotel (#3552)📚 Documentation
MaxRetriesis disabled forClusterClient(#3551)🧪 Testing & Infrastructure
📦 Dependencies
rojopolis/spellcheck-github-actionsfrom 0.51.0 to 0.52.0 (#3520)github/codeql-actionfrom 3 to 4 (#3544)👥 Contributors
We'd like to thank all the contributors who worked on this release!
@ndyakov, @htemelski-redis, @Sovietaced, @Udhayarajan, @boekkooi-impossiblecloud, @Pika-Gopher, @cxljs, @huiyifyj, @omid-h70
Full Changelog: redis/go-redis@v9.14.0...v9.16.0
v9.15.1: Retract v9.15.0 and v9.15.1v9.14.1: 9.14.1Compare Source
Changes
Contributors
We'd like to thank all the contributors who worked on this release!
@Sovietaced, @ndyakov
v9.14.0: 9.14.0Compare Source
Highlights
Changes
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@elena-kolevska, @htemelski-redis and @ndyakov
v9.13.0: 9.13.0Compare Source
Highlights
Changes
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@LINKIWI, @cxljs, @cybersmeashish, @elena-kolevska, @htemelski-redis, @mwhooker, @ndyakov, @ofekshenawa, @suever
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
go-gorm/gorm (gorm.io/gorm)
v1.31.1Compare Source
Changes
v1.31.0Compare Source
Changes
v1.30.5Compare Source
Changes
v1.30.4Compare Source
Changes
v1.30.3Compare Source
Changes
v1.30.2Compare Source
Changes
725aa5bConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.