Skip to content

v3.1.1

Latest
Compare
Choose a tag to compare
@trel trel released this 09 Jun 15:20
· 4 commits to main since this release

[v3.1.1] - 2025-06-09

This patch release resolves bugs related to connections, ips tracking, and dependencies.

Changed

  • Log authentication messages at DEBUG level (#706).
  • Remove dependency on test module (#735).

Fixed

  • Add missing import to connection.py (#5).
  • Allow put and create of data object to raise an error on overwrite (#132, #322).
  • Do not create local file when download of nonexistent data object fails (#681, #714).
  • Trap exception in connection finalizer (#691).
  • Fix imports for make_session in README examples (#710).
  • Remove semicolon from <option> tag in StartupPack (#730).

Added

  • Add exception class for HIERARCHY_ERROR (#717).
  • Add exception class for SYS_SOCK_READ_TIMEDOUT (#718).