Releases: equinor/sumo-wrapper-python
Releases · equinor/sumo-wrapper-python
1.0.21
What's Changed
- fix: properly init AuthProviderSumoToken with resource_id by @equinor-ruaj in #222
Full Changelog: 1.0.20...1.0.21
1.0.20
- If there is no case-specific shared key token, return the original SumoClient instance
Full Changelog: 1.0.19...1.0.20
1.0.19
- Create ~/.sumo if it does not exist, when calling store_shared_access_key_for_case.
Full Changelog: 1.0.18...1.0.19
1.0.18
1.0.17
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.