Skip to content

Bump redis-authx dependencies to version 0.2.0 - #3906

Open
atakavci wants to merge 2 commits into
redis:mainfrom
atakavci:bumpAuthx
Open

Bump redis-authx dependencies to version 0.2.0#3906
atakavci wants to merge 2 commits into
redis:mainfrom
atakavci:bumpAuthx

Conversation

@atakavci

@atakavci atakavci commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

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 from 0.1.1-beta1) to 0.2.0.

In pom.xml, both redis-authx-core (compile) and redis-authx-entraid (test) are pinned to 0.2.0. The Microsoft Entra ID setup guide in connecting-redis.md is 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.

@atakavci
atakavci requested review from a-TODO-rov and ggivo August 28, 2026 13:16
@atakavci atakavci self-assigned this Aug 28, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread pom.xml
<groupId>redis.clients.authentication</groupId>
<artifactId>redis-authx-entraid</artifactId>
<version>0.1.1-beta2</version>
<version>0.2.0</version>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant