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
+40-1Lines changed: 40 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,43 @@
2
2
3
3
* As of v1.4.0 release candidates will be published in an effort to get new features out faster while still allowing time for full QA testing before moving the release candidate to a full release.
4
4
5
+
## v1.6.1 [2023-12-18]
6
+
#### What's New
7
+
* None
8
+
9
+
#### Enhancements
10
+
* None
11
+
12
+
#### Bug Fixes
13
+
* Fixes issue when an authentication token has been invalidated on the server side by discarding local credentials and re-authenticating
14
+
* Send proper logout type based on the type of user (local or SAML)
15
+
16
+
#### Dependencies
17
+
* None
18
+
19
+
#### Other
20
+
* Additional debug logging related to the authentication process
21
+
* Remove logic for "safe token expiration" now that CLI and Browser tokens are shared
22
+
* Switch to extracting expiration time from the JWT instead of calculating based on auth time + session duration
23
+
24
+
25
+
## v1.6.1rc6 [2023-12-18]
26
+
#### What's New
27
+
* None
28
+
29
+
#### Enhancements
30
+
* None
31
+
32
+
#### Bug Fixes
33
+
* None
34
+
35
+
#### Dependencies
36
+
* None
37
+
38
+
#### Other
39
+
* Additional debug logging related to the authentication process
40
+
41
+
5
42
## v1.6.1rc5 [2023-12-15]
6
43
#### What's New
7
44
* None
@@ -18,6 +55,7 @@
18
55
#### Other
19
56
* Additional debug logging related to the authentication process
20
57
58
+
21
59
## v1.6.1rc4 [2023-12-14]
22
60
#### What's New
23
61
* None
@@ -68,6 +106,7 @@
68
106
#### Other
69
107
* Additional logging when entering a login/logout loop
70
108
109
+
71
110
## v1.6.1rc1 [2023-12-07]
72
111
#### What's New
73
112
* None
@@ -76,7 +115,7 @@
76
115
* None
77
116
78
117
#### Bug Fixes
79
-
* Fixes issue when and authentication token has been invalidated on the server side by auto-logging out the user from the CLI and re-authenticating
118
+
* Fixes issue when an authentication token has been invalidated on the server side by auto-logging out the user from the CLI and re-authenticating
0 commit comments