Skip to content

5.3.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vladvildanov vladvildanov released this 20 Dec 18:07
· 6 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.

Contributors

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

@uglide @vladvildanov