File tree 2 files changed +8
-3
lines changed 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ matrix:
23
23
- env : TOXENV=py36-flake8
24
24
25
25
include :
26
- - python : 2.7
27
- env : TOXENV=py27-tests-codecov TOX_SKIP_MISSING_INTERPRETERS=False
28
26
- python : 3.5
29
27
env : TOXENV=py35-tests-codecov TOX_SKIP_MISSING_INTERPRETERS=False
30
28
- python : 3.6
Original file line number Diff line number Diff line change @@ -4,13 +4,20 @@ Unreleased
4
4
5
5
v1.6.0 (2021-06-29)
6
6
-------------------
7
+ ** Improvements**
7
8
- ` Session ` now supports authorization using OAuth2 tokens. Use the ` token= ` parameter in the constructor when
8
9
an existing access token token is known. Alternatively, ommitting the ` username= ` and ` password= ` parameters
9
10
will now prompt the user for an auth code.
10
11
11
- - ` current_session ` now stores & returns the * most recently created* session, not the first created session. This
12
+ ** Changes**
13
+ - ` current_session ` now stores & returns the * most recently created* session, not the first created session. This
12
14
was done to alleviate quirks where an old, expired session is implicitly used instead of a newly-created session.
13
15
16
+ - Removed deprecated ` raw= ` parameter from ` sasctl.core.request() ` .
17
+
18
+ - Dropped support for Python 2.
19
+
20
+
14
21
v1.5.9 (2021-06-09)
15
22
-------------------
16
23
** Bugfixes**
You can’t perform that action at this time.
0 commit comments