Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@themiszamani themiszamani released this 21 Jul 12:46
· 52 commits to master since this release
fa19669

Features

  • Use of "hdl:prefix/suffix" in check_handle_syntax(string) [check_handle_syntax fails with unhelpful error message when "hdl:prefix/suffix" is passed (issue #49 )
  • Return values should be consistent in modify_handle_value, delete_handle_value, delete_handle, register_handle_json (issue #40)
  • REST client: Cannot add options (issue #38)
  • Logging too verbose (issue #37)
  • Intercept "hdl:" in Handle names (issue #25)

Libraries update

  • New python version supported (3.5, 3.6, 3.7, 3.9, 3.10.3)
  • Syntax Warning to latest python versions (issue #48)
  • Python 3.10.3 deprecation issues (issue #66)
  • SSL error in python 3 (issue #30)
  • Does not support Python 3.6 and higher (issue #27)
  • Python 3.7 support (issue 26)

Documentation