You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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