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: docs/history.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
History
3
3
=======
4
4
5
+
0.17.1 (2021-10-21)
6
+
-------------------
7
+
8
+
|Added gzip as default request header (PR from rsaggino)
9
+
|Update ruamel.yaml to 0.17.16
10
+
|Update file read/write to explicitly handle encoding, default to UTF8, configurable in nipyapi.config
11
+
|Linting and style changes to update to Python 3.9 standards, except where it would break backwards compatibility to Python 2.7
12
+
|Test support for Amazon Linux 2, mostly better error handling for filesystem responses
13
+
5
14
0.17.0 (2021-10-13)
6
15
-------------------
7
16
@@ -15,6 +24,7 @@ History
15
24
16
25
|Removed force reset of configuration.password and configuration.username to empty string. This was not increasing security, and was causing unexpected errors for users connecting to multiple services in a single script.
17
26
|Add greedy control to versioning.get_registry_bucket and versioning.get_flow_in_bucket to avoid undesirable partial string match.
27
+
18
28
* Update readme to reflect switch from 'master' branch naming to 'main'.
19
29
* Update tox to pin testing to Python 3.8, as Python 3.9 is producing unexpected and unrelated SSL failures
0 commit comments