You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,35 @@
1
-
# v1.0.1
1
+
# v1.0.3 (2025-05-30)
2
+
3
+
## Introduction
4
+
5
+
ClientID in CredentialsProviderOptions is not used and will be removed in a future version.
6
+
The correct one to use is the one in the identity provider options (e.g. ConfidentialIdentityProviderOptions).
7
+
8
+
## Changes
9
+
10
+
## 🧰 Maintenance
11
+
12
+
- refactor(provider): Mark ClientID as deprecated, use correct one in examples. ([#8](https://github.com/redis/go-redis-entraid/pull/8))
0 commit comments