Skip to content

v5.0.*: Extended Entity Wrapper Support and Logging Improvements

Compare
Choose a tag to compare
@Deconstrained Deconstrained released this 17 May 22:20
· 59 commits to main since this release
f3976df
  • New "debug mode" which sends all logging statements to stderr
  • Keeping with the recommended construction of using one logger per module and naming accordingly, the name parameter to session constructors is deprecated and has no effect as of this version. All loggers are now the same (i.e. logging.getLogger(__name__))
  • Support for non-conformal endpoints in automatic entity wrapper handling; this fixes #96 and all similar issues one could easily run into
  • Numerous deprecations (see CHANGELOG for details)
  • End support for Python 3.5 / add support for Python 3.10
  • Documentation overhaul