Skip to content

Releases: equinor/sumo-wrapper-python

Version 0.3.0 of sumo-wrapper-python

15 Dec 09:53
9f23b5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...v0.3.0

Use msal-extensions for secure storage of cached tokens on supported platforms

27 Oct 11:52
867f463
Compare
Choose a tag to compare

Use msal-extensions for secure storage of cached tokens on supported platforms.

Add missing method: authenticate

18 Aug 07:11
1dcf321
Compare
Choose a tag to compare
Merge pull request #106 from equinor/testing-parameters

Testing parameters

Update sumo_login + NewAuth

17 Jun 11:07
d30277b
Compare
Choose a tag to compare
  • save token cache when retrieving token
  • use NewAuth class in sumo_login command

Blob client

03 Jun 08:03
5922f9a
Compare
Choose a tag to compare
  • added a blob client class for uploading blobs

New authentication class for SumoClient

09 May 14:01
f6e6114
Compare
Choose a tag to compare

New auth setup for SumoClient. Supports device code flow and interactive. Can also use user provided access/refresh token.

Fix import in test file

25 Feb 08:03
Compare
Choose a tag to compare
0.1.7

update setup.py version

Logging level invoked in call

22 Feb 12:27
2ba6d5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.5...0.1.6

New SumoClient class

15 Feb 07:53
bcb9f3a
Compare
Choose a tag to compare

New thin wrapper class

Prevent writeback to token cache

21 Jan 11:14
0751b3b
Compare
Choose a tag to compare
  • Expand logging
  • Handle ProxyError
  • Enable toggling of writeback to token cache