Open renovate[bot] opened 11 months ago
This PR contains the following updates:
0.23.3
0.27.0
📅 Schedule: Branch creation - "before 9am on Saturday" in timezone Asia/Tokyo, 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
0.23.3
->0.27.0
Release Notes
redis-rs/redis-rs (redis)
### [`v0.27.5`](https://redirect.github.com/redis-rs/redis-rs/releases/tag/redis-0.27.5): v0.27.5 [Compare Source](https://redirect.github.com/redis-rs/redis-rs/compare/redis-0.27.4...redis-0.27.5) ##### Changes & Bug fixes - Allow disabling timeouts in `ConnectionManager` ([#1372](https://redirect.github.com/redis-rs/redis-rs/pull/1372) [@dcreager](https://redirect.github.com/dcreager)) - Fix timeouts throwing Pubsub::get_message. ([#1379](https://redirect.github.com/redis-rs/redis-rs/pull/1379)) - implement command `DRYRUN` ([#1373](https://redirect.github.com/redis-rs/redis-rs/pull/1373) [@ArtemIsmagilov](https://redirect.github.com/ArtemIsmagilov)) - Support for `hashbrown::HashMap` and `hashbrown::HashSet` ([#1359](https://redirect.github.com/redis-rs/redis-rs/pull/1359) [@feelingsonice](https://redirect.github.com/feelingsonice)) - impl CLIENT GETNAME ([#1380](https://redirect.github.com/redis-rs/redis-rs/pull/1380) [@ArtemIsmagilov](https://redirect.github.com/ArtemIsmagilov)) ##### CI improvements - Increase test CI action timeout. ([#1370](https://redirect.github.com/redis-rs/redis-rs/pull/1370)) ### [`v0.27.4`](https://redirect.github.com/redis-rs/redis-rs/releases/tag/redis-0.27.4): redis v0.27.4 [Compare Source](https://redirect.github.com/redis-rs/redis-rs/compare/redis-0.27.3...redis-0.27.4) - yanked due to [https://github.com/redis-rs/redis-rs/issues/1375](https://redirect.github.com/redis-rs/redis-rs/issues/1375) \* ##### Changes & Bug fixes - Add lastid option to xclaim ([#1360](https://redirect.github.com/redis-rs/redis-rs/pull/1360) [@urkle](https://redirect.github.com/urkle)) - Add xadd_options and xtrim_options ([#1361](https://redirect.github.com/redis-rs/redis-rs/pull/1361) [@urkle](https://redirect.github.com/urkle)) - Sync connection: Handle timed-out responses by ignoring them. ([#1290](https://redirect.github.com/redis-rs/redis-rs/pull/1290)) - Expose the sink and stream parts of an async pubsub to the user. ([#1366](https://redirect.github.com/redis-rs/redis-rs/pull/1366)) ##### CI improvements - Add async iterator tests. ([#1364](https://redirect.github.com/redis-rs/redis-rs/pull/1364)) ### [`v0.27.3`](https://redirect.github.com/redis-rs/redis-rs/releases/tag/redis-0.27.3) [Compare Source](https://redirect.github.com/redis-rs/redis-rs/compare/redis-0.27.2...redis-0.27.3) ##### Changes & Bug fixes - Add support for \[TYPE type] in SCAN commands ([#1332](https://redirect.github.com/redis-rs/redis-rs/pull/1332) [@Reiuji-ch](https://redirect.github.com/Reiuji-ch)) - Align default timeouts on cluster client. ([#1333](https://redirect.github.com/redis-rs/redis-rs/pull/1333)) - Updates unmaintained tokio-retry to tokio-retry2 ([#1334](https://redirect.github.com/redis-rs/redis-rs/pull/1334) [@naomijub](https://redirect.github.com/naomijub)) - Align verification of protocol & TLS during cluster creation. ([#1289](https://redirect.github.com/redis-rs/redis-rs/pull/1289)) - Include the StreamExt use statement in docs ([#1345](https://redirect.github.com/redis-rs/redis-rs/pull/1345) [@joshrotenberg](https://redirect.github.com/joshrotenberg)) - Further limit parser recursion ([#1346](https://redirect.github.com/redis-rs/redis-rs/pull/1346)) ##### CI improvements - Improve testing async-std ([#1314](https://redirect.github.com/redis-rs/redis-rs/pull/1314)) - Test against Valkey in CI. ([#1315](https://redirect.github.com/redis-rs/redis-rs/pull/1315)) - Add CI action to test whether feature combinations compile. ([#1328](https://redirect.github.com/redis-rs/redis-rs/pull/1328)) ### [`v0.27.2`](https://redirect.github.com/redis-rs/redis-rs/releases/tag/redis-0.27.2) [Compare Source](https://redirect.github.com/redis-rs/redis-rs/compare/redis-0.27.1...redis-0.27.2) ##### Changes & Bug fixes - Pubsub: Keep stream running after sink was closed. ([#1330](https://redirect.github.com/redis-rs/redis-rs/pull/1330)) ### [`v0.27.1`](https://redirect.github.com/redis-rs/redis-rs/releases/tag/redis-0.27.1): v0.27.1 [Compare Source](https://redirect.github.com/redis-rs/redis-rs/compare/redis-0.27.0...redis-0.27.1) ##### Changes & Bug fixes - fix sentinel feature error and update dependency ([#1323](https://redirect.github.com/redis-rs/redis-rs/pull/1323) [@MokerWill](https://redirect.github.com/MokerWill)) ### [`v0.27.0`](https://redirect.github.com/redis-rs/redis-rs/releases/tag/redis-0.27.0) [Compare Source](https://redirect.github.com/redis-rs/redis-rs/compare/redis-0.26.1...redis-0.27.0) ##### Features - Add r2d2 support for SentinelClient ([#1297](https://redirect.github.com/redis-rs/redis-rs/pull/1297) [@smf8](https://redirect.github.com/smf8)) - Xinfo groups lag and entries-read support ([#837](https://redirect.github.com/redis-rs/redis-rs/pull/837) [@massimiliano-mantione](https://redirect.github.com/massimiliano-mantione)) - Improve cluster documentation. [#1263](https://redirect.github.com/redis-rs/redis-rs/pull/1263) - Allow splitting async PubSub to Sink & Stream. [#1144](https://redirect.github.com/redis-rs/redis-rs/pull/1144) - Default for ConnectionManagerConfig ([#1308](https://redirect.github.com/redis-rs/redis-rs/pull/1308) [@feelingsonice](https://redirect.github.com/feelingsonice)) - Abort backing task to multiplexed connection on drop ([#1264](https://redirect.github.com/redis-rs/redis-rs/pull/1264)) ##### Changes & Bug fixes - Fix new lints [#1310](https://redirect.github.com/redis-rs/redis-rs/pull/1310) - Use pipelines to setup connections [#1250](https://redirect.github.com/redis-rs/redis-rs/pull/1250) - Bump MSRV to 1.70 [#1286](https://redirect.github.com/redis-rs/redis-rs/pull/1286) #### New Contributors - [@massimiliano-mantione](https://redirect.github.com/massimiliano-mantione) made their first contribution in [https://github.com/redis-rs/redis-rs/pull/837](https://redirect.github.com/redis-rs/redis-rs/pull/837) - [@feelingsonice](https://redirect.github.com/feelingsonice) made their first contribution in [https://github.com/redis-rs/redis-rs/pull/1308](https://redirect.github.com/redis-rs/redis-rs/pull/1308) **Full Changelog**: https://github.com/redis-rs/redis-rs/compare/redis-0.26.1...redis-0.27.0 ### [`v0.26.1`](https://redirect.github.com/redis-rs/redis-rs/releases/tag/redis-0.26.1) [Compare Source](https://redirect.github.com/redis-rs/redis-rs/compare/redis-0.26.0...redis-0.26.1) #### What's Changed - update MultiplexedConnection by [@zh-jq](https://redirect.github.com/zh-jq) in [https://github.com/redis-rs/redis-rs/pull/1270](https://redirect.github.com/redis-rs/redis-rs/pull/1270) - bug: Exported configured-out item. by [@EmilyMatt](https://redirect.github.com/EmilyMatt) in [https://github.com/redis-rs/redis-rs/pull/1273](https://redirect.github.com/redis-rs/redis-rs/pull/1273) ### [`v0.26.0`](https://redirect.github.com/redis-rs/redis-rs/releases/tag/redis-0.26.0): v0.26.0 [Compare Source](https://redirect.github.com/redis-rs/redis-rs/compare/redis-0.25.4...redis-0.26.0) ##### 0.26.0 (2024-07-26) ##### Features - **Breaking change**: Add RESP3 support ([#1058](https://redirect.github.com/redis-rs/redis-rs/pull/1058) [@altanozlu](https://redirect.github.com/altanozlu)) - **Breaking change**: Expose Errors in `Value` [1093](https://redirect.github.com/redis-rs/redis-rs/pull/1093) - Add max retry delay for every reconnect ([#1194](https://redirect.github.com/redis-rs/redis-rs/pull/1194) tonynguyen-sotatek) - Add support for routing by node address. [#1062](https://redirect.github.com/redis-rs/redis-rs/pull/1062) - **Breaking change**: Deprecate function that erroneously use tokio in its name. [1087](https://redirect.github.com/redis-rs/redis-rs/pull/1087) - **Breaking change**: Change is_single_arg to num_of_args in ToRedisArgs trait ([1238](https://redirect.github.com/redis-rs/redis-rs/pull/1238) [@git-hulk](https://redirect.github.com/git-hulk)) - feat: add implementation of `ToRedisArgs`,`FromRedisValue` traits for `ArcConfiguration
📅 Schedule: Branch creation - "before 9am on Saturday" in timezone Asia/Tokyo, 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.