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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,31 @@
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.0 [2023-10-20]
6
+
#### What's New
7
+
* None
8
+
9
+
#### Enhancements
10
+
* Enrich shell completion results for the `api` command
11
+
* Support `browser` option for `login` command
12
+
* Support environment variable `PYBRITIVE_BROWSER` to allow a user to specify a default browser option, as well as use non-standard `webbrowser` options.
13
+
14
+
#### Bug Fixes
15
+
* Fixes an issue with interactive login when randomly generated tokens include `--` which the WAF sometimes sees as a SQL injection attack
16
+
* Fixes an issue with `ssh-add` and temporary keys filling up the `ssh-agent` due to the order of command flags
17
+
* Fixes and issue with `checkin` checking in the wrong profile type (programmatic vs console)
18
+
* Fixes bug which did not always honor the specified browser.
19
+
20
+
#### Dependencies
21
+
*`britive>=2.22.0`
22
+
23
+
#### Other
24
+
* Various linting
25
+
* Updates to the documentation calling out the requirement to properly escape input based on the shell you are using
0 commit comments