v1.6.0
Improvements
Session
now supports authorization using OAuth2 tokens. Use thetoken=
parameter in the constructor when
an existing access token token is known. Alternatively, omitting theusername=
andpassword=
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 fromsasctl.core.request()
. - Dropped support for Python 2.