Skip to content

Commit bf25635

Browse files
authored
Update history for 0.17.1 release (Chaffelson#293)
Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
1 parent faaad58 commit bf25635

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/history.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
History
33
=======
44

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+
514
0.17.0 (2021-10-13)
615
-------------------
716

@@ -15,6 +24,7 @@ History
1524

1625
| 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.
1726
| Add greedy control to versioning.get_registry_bucket and versioning.get_flow_in_bucket to avoid undesirable partial string match.
27+
1828
* Update readme to reflect switch from 'master' branch naming to 'main'.
1929
* Update tox to pin testing to Python 3.8, as Python 3.9 is producing unexpected and unrelated SSL failures
2030
* Minor lint formatting improvements

0 commit comments

Comments
 (0)