Skip to content

Commit a807c99

Browse files
authored
Merge pull request #132 from britive/develop
v1.6.1
2 parents 16d5e12 + aded3bc commit a807c99

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

33
* 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.
44

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+
542
## v1.6.1rc5 [2023-12-15]
643
#### What's New
744
* None
@@ -18,6 +55,7 @@
1855
#### Other
1956
* Additional debug logging related to the authentication process
2057

58+
2159
## v1.6.1rc4 [2023-12-14]
2260
#### What's New
2361
* None
@@ -68,6 +106,7 @@
68106
#### Other
69107
* Additional logging when entering a login/logout loop
70108

109+
71110
## v1.6.1rc1 [2023-12-07]
72111
#### What's New
73112
* None
@@ -76,7 +115,7 @@
76115
* None
77116

78117
#### 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
80119

81120
#### Dependencies
82121
* None

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pybritive
3-
version = 1.6.1rc6
3+
version = 1.6.1
44
author = Britive Inc.
55
author_email = support@britive.com
66
description = A pure Python CLI for Britive

0 commit comments

Comments
 (0)