⬆️ Update Benchmark dependencies (major)#177
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
Deploying repid with
|
| Latest commit: |
2e3ee21
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d3e07047.repid.pages.dev |
| Branch Preview URL: | https://renovate-major-benchmark.repid.pages.dev |
fa10fa6 to
7e6c167
Compare
7e6c167 to
1135748
Compare
623bc38 to
27eec24
Compare
27eec24 to
62f700d
Compare
666b432 to
fc85cf0
Compare
24f763b to
e371838
Compare
e371838 to
3ed4dea
Compare
3cf011d to
8e63f37
Compare
421e026 to
648fd66
Compare
2f3f32b to
f9d9cde
Compare
f9d9cde to
2e3ee21
Compare
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:
==1.17.1→==2.1.0==23.9.1→==25.9.1==5.2.1→==7.3.0Release Notes
Bogdanp/dramatiq (dramatiq)
v2.1.0Compare Source
See the documentation changelog for more information about the release.
Fixed
Added
Changed
ConnectionErrorclass toBrokerConnectionErrorby @LincolnPuzey in #835Deprecated
dramatiq_group_callback_barrier_ttlenvironment variable by @mikeroll in #775Project Maintenance
Full Changelog: Bogdanp/dramatiq@v2.0.1...v2.1.0
v2.0.1Compare Source
See the documentation changelog for more information about the release.
Fixed
actordecorator to work with async actors by @janek-cosmose in #796TimeoutErrorexception by @LincolnPuzey in #801@actordecorator andActorclass by @LincolnPuzey in #804Documentation
Project Maintenance
New Contributors
Full Changelog: Bogdanp/dramatiq@v2.0.0...v2.0.1
v2.0.0Compare Source
See the documentation changelog for more information about the release, and how to handle the breaking changes.
Breaking Changes
Major Breaking Changes
backenda required argument toResultMiddlewareby @LincolnPuzey in #728Minor Breaking Changes
keysargument toincr_and_sumby @mikeroll in #772requeue_{deadline,interval}arguments by @mikeroll in #782Fixed
compute_backoffimplementation to respect min_backoff by @LincolnPuzey in #721after_declare_actor()hook with the correct Actor parameter instead of the Actor’s name by @jenstroeger in #743StubBroker.join()by @LincolnPuzey in #763Consumer.__next__method by @LincolnPuzey in #777Added
Changed
Removed
Documentation
set_brokercall to "Providing a list of Middleware Classes" by @karolinepauls in #723Project Maintenance
from __future__ import annotationseverywhere by @LincolnPuzey in #737New Contributors
Full Changelog: Bogdanp/dramatiq@v1.18.0...v2.0.0
Thanks to everyone who contributed to this release!
v1.18.0Compare Source
Fixed
Added
Changed
Removed
Documentation
sentry-sdkby @DHUKK in #675Project Maintenance
New Contributors
Full Changelog: Bogdanp/dramatiq@v1.17.1...v1.18.0
Thanks to everyone who contributed to this release!
redis/redis-py (redis)
v7.3.0: 7.3.0Compare Source
Changes
OpenTelemetry Native Metrics Support for asynchronous clients
Added comprehensive OpenTelemetry metrics support for asynchronous clients following the OpenTelemetry Database Client Semantic Conventions.
Metric groups include:
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@mitre88 @turanalmammadov @haosenwang1018 @Medno @vladvildanov @petyaslavova
v7.2.1: 7.2.1Compare Source
Changes
🐛 Bug Fixes
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@dotlambda @rhoboro @skylarkoo7 @praboud @bysiber @vladvildanov @petyaslavova
v7.2.0: 7.2.0Compare Source
Changes
Redis 8.6 Support
Added support for Redis 8.6, including new commands and features for streams idempotent production and HOTKEYS.
Smart Client Handoff (Maintenance Notifications) for Cluster
note: Pending a Redis Enterprise version release
This release introduces comprehensive support for Redis Enterprise Cluster maintenance notifications via SMIGRATING/SMIGRATED push notifications. The client now automatically handles slot migrations by:
Relaxing timeouts during migration (SMIGRATING) to prevent false failures
Triggering cluster state reloads upon completion (SMIGRATED)
Enabling seamless operations during Redis Enterprise maintenance windows
OpenTelemetry Native Metrics Support
Added comprehensive OpenTelemetry metrics support following the OpenTelemetry Database Client Semantic Conventions.
Metric groups include:
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@veeceey @dariaguy @Nepomuk5665 @praboud @Timour-Ilyas @barshaul @devbyteai @itssimon @majiayu000 @aveao @s-t-e-v-e-n-k @cheizdo2-art @Jonathan-Landeed @PeterJCLaw @ShubhamKaudewar @vchomakov @dmaier-redislabs @elena-kolevska @vladvildanov @petyaslavova
v7.1.1: 7.1.1Compare Source
Changes
🧪 Experimental Features
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@vladvildanov
v7.1.0: 7.1.0Compare Source
Changes
🚀 New Features
🧪 Experimental Features
🔥 Breaking changes (in experimental features)
🐛 Bug Fixes
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@ShubhamKaudewar @matthewwiese @peperon @vladvildanov @petyaslavova
v7.0.1: 7.0.1Compare Source
Changes
This release adds small fixes related to documentation.
🧰 Maintenance
313d93f)78df745)3f7a55e)We'd like to thank all the contributors who worked on this release!
@dmaier @petyaslavova
v7.0.0: 7.0.0Compare Source
Changes
One of the main features introduced in this release is a new type of client
MultiDBClient. The purpose of this client is a communication with multiple databases that are eventually consistent (Active-Active setup) and handling failures by failover across databases.More information could be found in docs.
🚀 New Features
Note Not supported with hiredis parser. When hiredis parser is used this server response is mapped to ResponseError
🧪 Experimental Features
🔥 Breaking changes
🐛 Bug Fixes
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@scovetta @mengxunQAQ @abrookins @VincentHokie @sobolevn @hunterhogan @luka-mikec @zion-off @peperon @andy-stark-redis @uglide @elena-kolevska @kiryazovi-redis @vladvildanov @petyaslavova
v6.4.0: 6.4.0Compare Source
Changes
🚀 New Features
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@htemelski-redis @elena-kolevska @petyaslavova @vladvildanov
v6.3.0: 6.3.0Compare Source
Changes
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
Configuration
📅 Schedule: Branch creation - "before 5am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.