Skip to content

5.3.0b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@vladvildanov vladvildanov released this 20 Dec 18:21
· 3 commits to 5.3 since this release

Changes

πŸš€ New Features

Token-based authentication:

  • Added StreamingCredentialProvider interface (#3445)
  • Extended CredentialProvider class with get_credentials_async method (#3445)
  • Added event-driven entities (Dispatcher, Listener, Events) (#3445)

New StreamingCredentialProvider interface was added with an idea to integrate redis-py with credential providers that stream an events that should be handled by given listeners.

Check the documentation for the quick start guide.

🧰 Maintenance

  • Fixed package version

Contributors

We'd like to thank all the contributors who worked on this release!

@vladvildanov