Releases: redis/redis-py-entraid
Releases · redis/redis-py-entraid
1.1.0
Changes
🧰 Maintenance
- Update supported and tested Python versions (#57)
- Update msal, PyJWT, azure-identity dependencies (#58)
🐛 Bug Fixes
- Fixed bug with missing tenant (#56)
We'd like to thank all the contributors who worked on this release!
@markusrf @Motch93 @AAkindele @marvin-garcia @vladvildanov
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
EntraIdCredentialProviderthat implementsCredentialProviderinterface from the redis-py library - Added
EntraIdIdentityProviderimplementation - 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!