Skip to content

Releases: bigswitch/pybsn

0.4.1

06 Jun 16:47
57fe4ae
Compare
Choose a tag to compare

BSC-19699: use logout RPC rather than deleting the auth token
BSC-19829: allow boolean values in match and filter expressions

0.4.0

09 Jun 10:07
09d4828
Compare
Choose a tag to compare

Merge pull request #51 from andi-bigswitch/bsc-17548-rm-bionic

BSC-16720 BSC-17548 - remove Ubuntu 18.04 bionic from build matrix and rename master refs to main

0.3.3

08 Feb 19:08
Compare
Choose a tag to compare

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

17 Jan 13:55
4cec661
Compare
Choose a tag to compare

Added

  • pybsn-repl - optional parameter env-token allows specifying
    the name of an environment variable to read the session token from.

0.3.1

01 Jul 23:50
ca74216
Compare
Choose a tag to compare

0.3.1 - 07-01-2019

Added

  • pybsn.connect - optional parameter session_headers allows specifying
    request headers to be included with all requests.

0.3.0

21 May 12:26
c3fe348
Compare
Choose a tag to compare

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

25 Jan 02:12
9cba3ec
Compare
Choose a tag to compare

This release adds support for API tokens