Skip to content

Releases: equinor/sumo-wrapper-python

1.0.21

10 Jan 08:59
bb18c16

Choose a tag to compare

What's Changed

Full Changelog: 1.0.20...1.0.21

1.0.20

20 Dec 10:14
6ce4400

Choose a tag to compare

  • 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

20 Dec 07:45
9502bbd

Choose a tag to compare

  • 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

19 Dec 14:13

Choose a tag to compare

What's Changed

  • Fixes for support of shared access keys by @rwiker in #221

Full Changelog: 1.0.17...1.0.18

1.0.17

19 Dec 12:53

Choose a tag to compare

What's Changed

  • feat: add method to create and store a shared access key... by @rwiker in #219

Full Changelog: 1.0.16...1.0.17

1.0.16

12 Dec 08:32
cac5e6b

Choose a tag to compare

Revert changes from 1.0.15

What's Changed

Full Changelog: 1.0.15...1.0.16

1.0.15

12 Dec 07:23
d6cee36

Choose a tag to compare

Summary

  • Add ruff checks.
  • Refactoring with some name changes.

What's Changed

New Contributors

Full Changelog: 1.0.14...1.0.15

1.0.14

25 Nov 06:55

Choose a tag to compare

What's Changed

  • Turn off follow_redirects for httpx clients... by @rwiker in #215

Full Changelog: 1.0.13...1.0.14

1.0.13

08 Nov 12:15

Choose a tag to compare

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

03 Oct 10:32

Choose a tag to compare

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.