Releases: redis/redis-py-entraid
Releases · redis/redis-py-entraid
1.0.0
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 implementsCredentialProvider
interface from the redis-py library - Added
EntraIdIdentityProvider
implementation - Added credential provider factory methods (#40)
0.4.0b2
0.3.0b1
0.2.0b1
0.1.0b1
Initial release
🚀 New Features
- Added EntraIdCredentialProvider
- Added EntraIdIdentityProvider
Follow the README for the quick start!