Skip to content

Commit fb635b4

Browse files
authored
Merge pull request #104 from britive/develop
v1.5.0
2 parents d038a4e + 03f4c50 commit fb635b4

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
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.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
26+
* Resolve dependabot issue https://github.com/britive/python-cli/security/dependabot/6
27+
* Documentation updates
28+
29+
530
## v1.5.0rc3 [2023-10-13]
631
#### What's New
732
* 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.5.0rc3
3+
version = 1.5.0
44
author = Britive Inc.
55
author_email = support@britive.com
66
description = A pure Python CLI for Britive

0 commit comments

Comments
 (0)