Releases: equinor/sumo-wrapper-python
Releases · equinor/sumo-wrapper-python
Version 0.3.0 of sumo-wrapper-python
What's Changed
- Improve tests by @thezultimate in #114
- Outside token fix by @thezultimate in #112
- Pointed preview env to NodeJS preview by @thezultimate in #115
- Loosen requirements and improve setup scripts by @perolavsvendsen in #119
- Separate test requirements by @perolavsvendsen in #123
- bump required py version to 3.6 by @perolavsvendsen in #126
Full Changelog: 0.2.2...v0.3.0
Use msal-extensions for secure storage of cached tokens on supported platforms
Use msal-extensions for secure storage of cached tokens on supported platforms.
Add missing method: authenticate
Merge pull request #106 from equinor/testing-parameters Testing parameters
Update sumo_login + NewAuth
- save token cache when retrieving token
- use NewAuth class in sumo_login command
Blob client
- added a blob client class for uploading blobs
New authentication class for SumoClient
New auth setup for SumoClient. Supports device code flow and interactive. Can also use user provided access/refresh token.
Fix import in test file
0.1.7 update setup.py version
Logging level invoked in call
New SumoClient class
New thin wrapper class
Prevent writeback to token cache
- Expand logging
- Handle ProxyError
- Enable toggling of writeback to token cache