File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.15.0] - 2022-04-12
10+
911### Changed
1012* Don't run coverage in pypy in CI
1113* Introduce a common thread worker pool for all downloads
@@ -30,13 +32,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3032* Fix uploading objects larger than 1TB
3133* Fix downloading files with unverified checksum
3234* Fix decoding in filename and file info of ` DownloadVersion `
35+ * Fix an off-by-one bug and other bugs in the Simulator copy functionality
3336
3437### Removed
3538* Drop support for Python 3.5 and Python 3.6
3639
3740## [ 1.14.1] - 2022-02-23
3841
39- ### Fixed
42+ ### Security
4043* Fix setting permissions for local sqlite database (thanks to Jan Schejbal for responsible disclosure!)
4144
4245## [ 1.14.0] - 2021-12-23
@@ -299,7 +302,8 @@ has changed.
299302### Added
300303Initial official release of SDK as a separate package (until now it was a part of B2 CLI)
301304
302- [ Unreleased ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.14.1...HEAD
305+ [ Unreleased ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.15.0...HEAD
306+ [ 1.15.0 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.14.1...v1.15.0
303307[ 1.14.1 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.14.0...v1.14.1
304308[ 1.14.0 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.13.0...v1.14.0
305309[ 1.13.0 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.12.0...v1.13.0
You can’t perform that action at this time.
0 commit comments