Skip to content

Commit

Permalink
Update history for 0.17.1 release (#293)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
  • Loading branch information
Chaffelson committed Oct 21, 2021
1 parent faaad58 commit bf25635
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
History
=======

0.17.1 (2021-10-21)
-------------------

| Added gzip as default request header (PR from rsaggino)
| Update ruamel.yaml to 0.17.16
| Update file read/write to explicitly handle encoding, default to UTF8, configurable in nipyapi.config
| Linting and style changes to update to Python 3.9 standards, except where it would break backwards compatibility to Python 2.7
| Test support for Amazon Linux 2, mostly better error handling for filesystem responses
0.17.0 (2021-10-13)
-------------------

Expand All @@ -15,6 +24,7 @@ History

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

0 comments on commit bf25635

Please sign in to comment.