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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
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.5.0rc1 [2023-09-18]
6
+
#### What's New
7
+
* None
8
+
9
+
#### Enhancements
10
+
* Enrich shell completion results for the `api` command
11
+
12
+
#### Bug Fixes
13
+
* Fixes an issue with interactive login when randomly generated tokens include `--` which the WAF sometimes sees as a SQL injection attack
14
+
* Fixes an issue with `ssh-add` and temporary keys filling up the `ssh-agent` due to the order of command flags
15
+
* Fixes and issue with `checkin` checking in the wrong profile type (programmatic vs console)
16
+
17
+
#### Dependencies
18
+
*`britive>=2.21.0`
19
+
20
+
#### Other
21
+
* None
22
+
23
+
5
24
## v1.4.0 [2023-07-25]
6
25
#### What's New
7
26
*`pybritive ssh gcp identity-aware-proxy` command - supports OS Login and SSH Instance Metadata
0 commit comments