Bump redis-authx dependencies to version 0.2.0 - #3906
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 780689538a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| <groupId>redis.clients.authentication</groupId> | ||
| <artifactId>redis-authx-entraid</artifactId> | ||
| <version>0.1.1-beta2</version> | ||
| <version>0.2.0</version> |
There was a problem hiding this comment.
Update the documented AuthX dependency version
The published Entra ID setup in docs/user-guide/connecting-redis.md still instructs consumers to add redis-authx-entraid:0.1.1-beta1. Because this dependency remains test-scoped here, users following that setup will not receive version 0.2.0 and may combine the older Entra ID module with the newly transitive 0.2.0 core module; update the Maven example alongside this bump.
AGENTS.md reference: AGENTS.md:L40-L41
Useful? React with 👍 / 👎.
Note
Medium Risk
Pins authentication libraries used for Entra ID integration; behavior may change with the beta-to-0.2.0 upgrade even though this PR does not modify client code.
Overview
Updates redis-authx artifacts from
0.1.1-beta2(and the doc example from0.1.1-beta1) to0.2.0.In
pom.xml, bothredis-authx-core(compile) andredis-authx-entraid(test) are pinned to0.2.0. The Microsoft Entra ID setup guide inconnecting-redis.mdis updated so the sample Maven dependency matches that version.There are no Lettuce source or test code changes in this PR—only dependency coordinates and documentation.
Reviewed by Cursor Bugbot for commit 343458c. Bugbot is set up for automated code reviews on this repo. Configure here.