Releases: bigswitch/pybsn
Releases · bigswitch/pybsn
0.4.1
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-c
allows 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-token
allows 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_headers
allows 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