Releases: bigswitch/pybsn
Releases · bigswitch/pybsn
0.4.2
Merge pull request #223 from andi-bigswitch/bug1117675-4.0.2
BUG1117675 bump version to 0.4.2 in preparation for release
0.4.1
BSC-19699: use logout RPC rather than deleting the auth token
BSC-19829: allow boolean values in match and filter expressions
0.4.0
0.3.3
Release 3.3.3
Removed:
pybsn.bcf. Pybsn contained a a very partial "Porcelain" API layer called pybsn.bcf. It
has been removed since it was unused and very incomplete.
Added:
pybsn-repl- optional parameter-callows specifying a non-interactive command to run
(like ipython).
Deprecated:
- Note: this is the last pybsn version to support python 2. Please upgrade to python 3 if
you want to consume newer pybsn versions.
0.3.2
Added
pybsn-repl- optional parameterenv-tokenallows specifying
the name of an environment variable to read the session token from.
0.3.1
0.3.1 - 07-01-2019
Added
pybsn.connect- optional parametersession_headersallows specifying
request headers to be included with all requests.
0.3.0
0.3.0 - 5-20-2019
Added
- Ability to log request/response bodies
Changed
- Connect API signature to remove unused variable
Fixed
- Handling of RPCs that don't return data
- Python 2 bug with unicode strings in predicates
- Issue where full schema of RPC was not displayed
0.2.0
This release adds support for API tokens