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/CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@
7
7
## Catalog
8
8
!-->
9
9
10
-
# 3.2.1rc1 - 2020-10-14
10
+
# 3.2.1 - 2020-10-14
11
11
## Python API
12
-
*[Performance]Improve performance of hashing of S3 files ([#1816](https://github.com/quiltdata/quilt/issues/1816), [#1788](https://github.com/quiltdata/quilt/issues/1788))
13
-
*[Fixed] Bump a minimum required version of tqdm. Fixes a tqdm crash (`UnseekableStreamError`) during upload retry. ([#1853](https://github.com/quiltdata/quilt/issues/1853))
12
+
*[Performance]2X to 5X faster multi-threaded hashing of S3 objects ([#1816](https://github.com/quiltdata/quilt/issues/1816), [#1788](https://github.com/quiltdata/quilt/issues/1788))
13
+
*[Fixed] Bump minimum required version of tqdm. Fixes a crash (`UnseekableStreamError`) during upload retry. ([#1853](https://github.com/quiltdata/quilt/issues/1853))
14
14
15
15
## CLI
16
-
*[Added] Add `meta` argument to the push command ([#1793](https://github.com/quiltdata/quilt/issues/1793))
17
-
*[Fixed] Fix a crash of`list-packages` command ([#1852](https://github.com/quiltdata/quilt/issues/1852))
16
+
*[Added] Add `--meta` argument to `push` ([#1793](https://github.com/quiltdata/quilt/issues/1793))
0 commit comments