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: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
## [0.9.1] - 2024-12-09
10
10
### Changed
11
-
- Removed ChachedAuth mode if Broker is already present in auth modes on windows 10 or 11 since Broker already tries CachedAuth in a compliant way.
11
+
- Removed CachedAuth mode if Broker is already present in auth modes on windows 10 or 11 since Broker already tries CachedAuth in a compliant way.
12
12
13
13
## [0.9.0] - 2024-11-07
14
14
### Removed
15
-
- Removed IWA from default authentcation mode.
15
+
- Removed IWA from default authentication mode.
16
16
17
17
### Changed
18
18
- Temporarily paused the publishing of Linux binaries.
@@ -59,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59
59
## [0.8.1] - 2023-05-23
60
60
### Changed
61
61
- The `azureauth ado token` command uses `microsoft.com` as the default `--domain` option value.
62
-
- MSAL Cache usage is now isolated to it's own "auth flow" always injected as the first type of auth to attempt, regardless of mode. This creates a separate telemetry event for `pca_cache` as a new authflow type, which is always silent. The remaining authflows no longer attempt to use the cache first.
62
+
- MSAL Cache usage is now isolated to it's own "auth flow" always injected as the first type of auth to attempt, regardless of mode. This creates a separate telemetry event for `pca_cache` as a new authflow type, which is always silent. The remaining auth flows no longer attempt to use the cache first.
63
63
- Upgraded Lasso to 2023.5.11.1 to reduce the number of log files in temp folder.
64
64
65
65
### Fixed
@@ -128,7 +128,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128
128
129
129
## [0.5.4] - 2022-09-29
130
130
### Fixed
131
-
- Enable IWA authmode when interactive authentication is disabled.
131
+
- Enable IWA auth mode when interactive authentication is disabled.
132
132
133
133
## [0.5.3] - 2022-09-28
134
134
### Fixed
@@ -204,7 +204,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments