Skip to content

Releases: redis/redis-py-entraid

1.0.0

27 May 11:45
0dc072f
Compare
Choose a tag to compare

Changes

🚀 New Features

We're glad to introduce EntraIdCredentialProvider, a CredentialProvider implementation for the redis-py client. Simply plug it into your Redis client to handle Azure authentication tokens automatically, enabling seamless integration with Azure Managed Redis.

Follow the README for a quick start guidance!

  • Added EntraIdCredentialProvider that implements CredentialProvider interface from the redis-py library
  • Added EntraIdIdentityProvider implementation
  • Added credential provider factory methods (#40)

0.4.0b2

06 Mar 09:33
902024e
Compare
Choose a tag to compare
0.4.0b2 Pre-release
Pre-release

Changes

🚀 New Features

  • Added new authentication type via DefaultAzureCredential. More information here (#43)

🧰 Maintenance

  • Added examples folder with ready-to-use extended code examples (#43)
  • Added license (#43)

0.3.0b1

11 Feb 09:05
Compare
Choose a tag to compare
0.3.0b1 Pre-release
Pre-release

Changes

🚀 New Features

  • Updated CredentialProvider constructor to accept IDP instance (#42)

0.2.0b1

07 Feb 13:31
Compare
Choose a tag to compare
0.2.0b1 Pre-release
Pre-release

Changes

🚀 New Features

  • Added factory methods for EntraIdCredentialProvider (#40)

🧰 Maintenance

  • Added tests CI with excluded ManagedIdentity tests (#40)
  • Updated README.md (#40)

0.1.0b1

20 Dec 18:33
d20bf2a
Compare
Choose a tag to compare
0.1.0b1 Pre-release
Pre-release

Initial release

🚀 New Features

  • Added EntraIdCredentialProvider
  • Added EntraIdIdentityProvider

Follow the README for the quick start!