fix(deps): update all non-major dependencies #135
Merged
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.35.2
->v1.37.0
v9.2.1
->v9.5.1
1.21-alpine
->1.22-alpine
Release Notes
go-co-op/gocron (github.com/go-co-op/gocron)
v1.37.0
Compare Source
What's Changed
New Contributors
Full Changelog: go-co-op/gocron@v1.36.1...v1.37.0
v1.36.1
Compare Source
What's Changed
New Contributors
Full Changelog: go-co-op/gocron@v1.36.0...v1.36.1
v1.36.0
Compare Source
What's Changed
New Contributors
Full Changelog: go-co-op/gocron@v1.35.3...v1.36.0
v1.35.3
Compare Source
What's Changed
(*regexp.Regexp).MatchString
by @Juneezee in https://github.com/go-co-op/gocron/pull/602Every
return an immediate error #600 by @husam-e in https://github.com/go-co-op/gocron/pull/603New Contributors
Full Changelog: go-co-op/gocron@v1.35.2...v1.35.3
redis/go-redis (github.com/redis/go-redis/v9)
v9.5.1
: 9.5.1Compare Source
Changes
Note: This release fixes the SETINFO issue from 9.5.0. This release restores connections to redis versions that do not have SETINFO. Thank you to our amazing community for their help with this issue
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@ofekshenawa
v9.5.0
: 9.5.0Compare Source
Changes
Note: This release implements SETINFO by default, and currently breaks with Redis versions prior to 7.2 due to the way the change was implemented. It should have failed silently, but did not. 9.5.1 will fix this. To disable this behaviour, with this release, please
DisableIdentity: true
in yourRedisOptions
struct.🚀 New Features
🧰 Maintenance
📚 Documentation & Testing
⚙️ Dependencies & Infrastructure
Contributors
We'd like to thank all the contributors who worked on this release!
@OlegStotsky, @abusizhishen, @dependabot, @dependabot[bot], @johnduhart, @limotley, @ofekshenawa, @peczenyj, @rfyiamcool, and @vmihailenco
v9.4.0
: 9.4.0Compare Source
Changes
Breaking Changes
🚀 New Features
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@lowang-bh and @ofekshenawa
v9.3.1
: 9.3.1Compare Source
Updates and Enhancements
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance and Dependency Updates
Contributors
We'd like to thank all the contributors who worked on this release!
@RyoMiyashita, @dependabot, @dependabot[bot], @lzakharov, @ofekshenawa, @rfyiamcool, @rouzier, @splundid and @x1nchen
v9.3.0
: 9.3.0Compare Source
What's new?
JSON support
We are continuing to add support for more Redis data types in Go-Redis. Today, we are happy to announce support for JSON. JSON is a Redis data structure for storing, querying, and manipulating a single JSON document.
With a JSON key in Redis, you can:
The following example demonstrate how to get started with JSON in Go-Redis:
Learn more about JSON support in Redis
Other notable improvements
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@Sovietaced, @chayim, @chenjie199234, @cyningsun, @dependabot, @dependabot[bot], @fred84, @nic-gibson, @ofekshenawa, @peczenyj, @sethrylan, @snaffi, @tzq0301 and @vmihailenco
Configuration
📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).
🚦 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 has been generated by Mend Renovate. View repository job log here.