fix(deps): update dependency io.lettuce:lettuce-core to v6.3.2.release #2

Merged
Rainnny merged 1 commits from renovate/io.lettuce-lettuce-core-6.x into master 2024-03-17 19:25:08 -07:00
Owner

This PR contains the following updates:

Package Type Update Change
io.lettuce:lettuce-core compile patch 6.3.0.RELEASE -> 6.3.2.RELEASE

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

lettuce-io/lettuce-core (io.lettuce:lettuce-core)

v6.3.2.RELEASE

Compare Source

New Features

  • Performance: Encoding of keys/values in CommandArgs when using a codec that implements ToByteBufEncoder #​2610
  • Switch to ConcurrentLinkedQueue to avoid expensive size calls #​2602
  • Use HashedWheelTimer for command expiration management to reduce thread context switches and improve performance #​2773

🐞 Bug Fixes

  • Connection reconnect suspended after reconnect to Redis with protected mode #​2770
  • Can't PUBLISH when subscribed with RESP3 #​2594

💡 Other

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v6.3.1.RELEASE

Compare Source

New Features

  • Update RedisVersion parser to accept version numbers with non-numeric suffix #​2557
  • ClusterTopologyRefreshOptions.Builder. enableAdaptiveRefreshTrigger (…) without options should throw IllegalArgumentException #​2575
  • GraalVM - io.lettuce.core.metrics.DefaultCommandLatencyCollector$DefaultPauseDetectorWrapper was found in the image heap #​2579

🐞 Bug Fixes

  • Geosearch and FCALL_RO commands go to the master node #​2568

💡 Other

  • Extend copyright license years to 2024 #​2577
  • Upgrade to Reactor 3.6.2 #​2586

❤️ Contributors

We'd like to thank all the contributors who worked on this release!


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) | compile | patch | `6.3.0.RELEASE` -> `6.3.2.RELEASE` | --- > ⚠ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>lettuce-io/lettuce-core (io.lettuce:lettuce-core)</summary> ### [`v6.3.2.RELEASE`](https://github.com/lettuce-io/lettuce-core/releases/tag/6.3.2.RELEASE) [Compare Source](https://github.com/lettuce-io/lettuce-core/compare/6.3.1.RELEASE...6.3.2.RELEASE) #### :green_book: Links - Reference documentation: https://lettuce.io/core/6.3.2.RELEASE/reference/ - Javadoc: https://lettuce.io/core/6.3.2.RELEASE/api/ #### :star: New Features - Performance: Encoding of keys/values in CommandArgs when using a codec that implements ToByteBufEncoder [#&#8203;2610](https://github.com/lettuce-io/lettuce-core/issues/2610) - Switch to `ConcurrentLinkedQueue` to avoid expensive `size` calls [#&#8203;2602](https://github.com/lettuce-io/lettuce-core/issues/2602) - Use `HashedWheelTimer` for command expiration management to reduce thread context switches and improve performance [#&#8203;2773](https://github.com/lettuce-io/lettuce-core/issues/2773) #### :lady_beetle: Bug Fixes - Connection reconnect suspended after reconnect to Redis with protected mode [#&#8203;2770](https://github.com/lettuce-io/lettuce-core/issues/2770) - Can't PUBLISH when subscribed with RESP3 [#&#8203;2594](https://github.com/lettuce-io/lettuce-core/issues/2594) #### :bulb: Other - Upgrade dependencies [#&#8203;2780](https://github.com/lettuce-io/lettuce-core/issues/2780) #### :heart: Contributors We'd like to thank all the contributors who worked on this release! - [@&#8203;Tmpod](https://github.com/Tmpod) - [@&#8203;ZH379411584](https://github.com/ZH379411584) - [@&#8203;okg-cxf](https://github.com/okg-cxf) - [@&#8203;shikharid](https://github.com/shikharid) - [@&#8203;yangty89](https://github.com/yangty89) ### [`v6.3.1.RELEASE`](https://github.com/lettuce-io/lettuce-core/releases/tag/6.3.1.RELEASE) [Compare Source](https://github.com/lettuce-io/lettuce-core/compare/6.3.0.RELEASE...6.3.1.RELEASE) #### :green_book: Links - Reference documentation: https://lettuce.io/core/6.3.1.RELEASE/reference/ - Javadoc: https://lettuce.io/core/6.3.1.RELEASE/api/ #### :star: New Features - Update `RedisVersion` parser to accept version numbers with non-numeric suffix [#&#8203;2557](https://github.com/lettuce-io/lettuce-core/issues/2557) - `ClusterTopologyRefreshOptions.Builder. enableAdaptiveRefreshTrigger (…)` without options should throw `IllegalArgumentException` [#&#8203;2575](https://github.com/lettuce-io/lettuce-core/issues/2575) - GraalVM - io.lettuce.core.metrics.DefaultCommandLatencyCollector$DefaultPauseDetectorWrapper was found in the image heap [#&#8203;2579](https://github.com/lettuce-io/lettuce-core/issues/2579) #### :lady_beetle: Bug Fixes - Geosearch and FCALL_RO commands go to the master node [#&#8203;2568](https://github.com/lettuce-io/lettuce-core/issues/2568) #### :bulb: Other - Extend copyright license years to 2024 [#&#8203;2577](https://github.com/lettuce-io/lettuce-core/issues/2577) - Upgrade to Reactor 3.6.2 [#&#8203;2586](https://github.com/lettuce-io/lettuce-core/issues/2586) #### :heart: Contributors We'd like to thank all the contributors who worked on this release! - [@&#8203;NicklasWallgren](https://github.com/NicklasWallgren) - [@&#8203;devkanro](https://github.com/devkanro) - [@&#8203;kajte](https://github.com/kajte) - [@&#8203;zzmmff](https://github.com/zzmmff) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
Rainnny added 1 commit 2024-03-17 19:21:25 -07:00
Rainnny merged commit 0c7e35c42f into master 2024-03-17 19:25:08 -07:00
Rainnny deleted branch renovate/io.lettuce-lettuce-core-6.x 2024-03-17 19:25:09 -07:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Rainnny/Feather#2
No description provided.