Skip to content

v1.6.0

Compare
Choose a tag to compare
@jlwalke2 jlwalke2 released this 17 Aug 17:15
· 0 commits to 3b42866c900a1ef92d55177806275a38d4111386 since this release

Improvements

  • Session now supports authorization using OAuth2 tokens. Use the token= parameter in the constructor when
    an existing access token token is known. Alternatively, omitting the username= and password= parameters
    will now prompt the user for an auth code.

Changes

  • current_session now stores & returns the most recently created session, not the first created session. This
    was done to alleviate quirks where an old, expired session is implicitly used instead of a newly-created session.
  • Removed deprecated raw= parameter from sasctl.core.request().
  • Dropped support for Python 2.