Skip to content

Bugfixes and minor API enhancements

Compare
Choose a tag to compare
@matt-hammond-001 matt-hammond-001 released this 17 Dec 10:10
· 1 commit to 0.3.2 since this release

This release contains only bugfixes and minor backward compatible API additions.

  • Bugfix: Initialiser for CIIServer class to avoid corruption of default value for initialCII if a 2nd CII server is instantiated
  • API addition: Added copy() methods to all classes representing JSON messages.
  • Bugfix: TSClient class did not correctly handle when contentId is null
  • Bugfix: examples/TSClient.py now exits when the connection is closed.