Releases: equinor/sumo-wrapper-python
Releases · equinor/sumo-wrapper-python
1.0.16
Revert changes from 1.0.15
What's Changed
- fix: Reverted renaming and added ignore of pep-8 rule by @sean-sinclair in #218
Full Changelog: 1.0.15...1.0.16
1.0.15
Summary
- Add ruff checks.
- Refactoring with some name changes.
What's Changed
- Setup ruff by @sean-sinclair in #217
New Contributors
- @sean-sinclair made their first contribution in #217
Full Changelog: 1.0.14...1.0.15
1.0.14
1.0.13
What's Changed
- Add httpx.ProtocolError to list of errors that warrant a retry.
Full Changelog: 1.0.12...1.0.13
1.0.12: Ensure that there is only one Sumo LogHandler
Previously, every call to SumoClient.getLogger
would add a LogHandler
for output to Sumo, which caused duplicate entries in the Sumo message log. This version ensures that only a single LogHandler is added.
1.0.11: Don't try to use AuthProviderSilent if there is no token cache file.
Fixes a crash when running on radix with a read-only /home
1.0.10: Improvements in efficiency, robustness and authorization.
- More efficient use of
httpx
. - Add
--silent
option tosumo_login
. - Re-use
httpx.client
instances. - Add
timeout
parameter toSumoClient
constructor. - Enable
with
syntax forSumoClient
.
1.0.9
What's Changed
In short:
- documentation and ReadTheDocs updates
- improved login functionality/messages and fallback to device-code login
Full Changelog: 1.0.8...1.0.9
Improved retry functionality
What's Changed
Full Changelog: 1.0.7...1.0.8