You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.rst
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,20 @@ Shotgun Python API Changelog
4
4
5
5
Here you can see the full list of changes between each Python API release.
6
6
7
-
v3.0.38.dev
7
+
v3.0.38 (2019 February 7)
8
8
=====================
9
-
- TBD
9
+
- Upgrades the version of ``httplib2`` to ``0.12.0``, which fixes SNI issues. Note this
10
+
version contains a more recent list of certificate authorities. If you are running Shotgun locally and have
11
+
signed your https certificate with an outdated certificate authority, the Shotgun connection will be rejected.
10
12
11
-
v3.0.37
13
+
v3.0.37 (2018 July 19)
12
14
=====================
13
15
14
16
- Proper support added for unicode and utf-8 string paths given to upload methods, and a sane error is raised when an unusable string encoding is used.
15
17
- Adds support for querying preferences from Shotgun via the new preferences_read method.
16
18
- Under-the-hood changes to add support for direct to s3 uploads to Shotgun. This change should be transparent to users.
17
19
18
-
v3.0.36
20
+
v3.0.36 (2018 April 3)
19
21
=====================
20
22
21
23
- Fixes an error where ``connect=False`` during ``__init__`` would still connect to Shotgun.
0 commit comments