Skip to content

Commit

Permalink
version 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Apr 1, 2022
1 parent d7e5738 commit c76c7b8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# __NEXT__


# 3.2.3 (1 April 2022)

## Bug fixes

* `remote upload` to nextstrain.org destinations is no longer exceedingly slow.
This was most noticeable for large dataset JSONs. The slowness was a result
of poor IO patterns during gzip compression that weren't triggered by S3
destinations. Additionally, after benchmarking, the gzip compression level
was reduced from the max (9) to the default (currently 6) as a better
compromise between speed and compressed size.
([#165](https://github.com/nextstrain/cli/pull/165))


# 3.2.2 (28 March 2022)

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion nextstrain/cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.2.2'
__version__ = '3.2.3'

0 comments on commit c76c7b8

Please sign in to comment.