fix(deps): update all non-major dependencies #130
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.31.0
->v1.32.1
v9.0.5
->v9.1.0
1.20-alpine
->1.21-alpine
Release Notes
go-co-op/gocron (github.com/go-co-op/gocron)
v1.32.1
Compare Source
What's Changed
Full Changelog: go-co-op/gocron@v1.32.0...v1.32.1
v1.32.0
Compare Source
What's Changed
Swap()
andLess()
methods were removed from the scheduler. These were public methods to enable slice sorting of the jobs in the scheduler. With the change to a map, they no longer have any use or value.Full Changelog: go-co-op/gocron@v1.31.2...v1.32.0
v1.31.2
Compare Source
What's Changed
New Contributors
Full Changelog: go-co-op/gocron@v1.31.1...v1.31.2
v1.31.1
Compare Source
What's Changed
SingletonMode
jobs by @david-littlefarmer in https://github.com/go-co-op/gocron/pull/536New Contributors
Full Changelog: go-co-op/gocron@v1.31.0...v1.31.1
redis/go-redis (github.com/redis/go-redis/v9)
v9.1.0
: 9.1.0Compare Source
What's new?
Triggers and Functions support
Triggers and Functions allow you to execute server-side functions triggered when key values are modified or created in Redis, a stream entry arrival, or explicitly calling them. Simply put, you can replace Lua scripts with easy-to-develop JavaScript or TypeScript code. Move your business logic closer to the data to ensure a lower latency, and forget about updating dependent key values manually in your code.
Try it for yourself with Quick start
Support for All Probabilistic data structures
Probabilistic data structures, like Bloom filters, offer unique advantages when dealing with large datasets, such as memory efficiency, faster operations, and scalability. Go-Redis now supports all probabilistic data structures.
🐛 Bug Fixes
🧰 Maintenance
Contributors
We'd like to thank all the contributors who worked on this release!
@chayim, @dependabot, @dependabot[bot], @elena-kolevska, @kamyab98, @ofekshenawa, @testwill 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.