Skip to content
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

fix(deps): update all non-major dependencies #130

Merged
merged 1 commit into from
Aug 21, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-co-op/gocron require minor v1.31.0 -> v1.32.1
github.com/redis/go-redis/v9 require minor v9.0.5 -> v9.1.0
golang stage minor 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

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

New 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.0

Compare 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

  • Bump github.com/bsm/ginkgo/v2 from 2.7.0 to 2.9.5 (#​2613)
  • Adds testable examples to be automatically pulled in redis.io docs (#​2601)
  • Integrating spellcheck into CI (#​2666)
  • Bumping redis versions (#​2662)
  • Updating the README with connection options (#​2661)
  • chore: fix staticcheck (#​2631)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update golang docker tag to v1.21 fix(deps): update all non-major dependencies Aug 9, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 677cc73 to b87b1d8 Compare August 9, 2023 22:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c92118b to 833e123 Compare August 20, 2023 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 833e123 to 975e81d Compare August 21, 2023 04:14
@KagChi KagChi merged commit 1e28b05 into main Aug 21, 2023
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 21, 2023 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant