Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 10:07
ab35b6a

Changes

Introduction

ClientID in CredentialsProviderOptions is not used and will be removed in a future version.
The correct one to use is the one in the identity provider options (e.g. ConfidentialIdentityProviderOptions).

Changes

🧰 Maintenance

  • refactor(provider): Mark ClientID as deprecated, use correct one in examples. (#8)

Compatibility

  • Go: 1.23+
  • go-redis: v9.9.0+

Contributors

@ndyakov , @htemelski