Skip to content

Commit

Permalink
Merge pull request #316 from Backblaze/prepare-1.15.0
Browse files Browse the repository at this point in the history
Release 1.15.0
  • Loading branch information
ppolewicz committed Apr 12, 2022
2 parents 4cbdbdc + 31f0909 commit 280c54b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.15.0] - 2022-04-12

### Changed
* Don't run coverage in pypy in CI
* Introduce a common thread worker pool for all downloads
Expand All @@ -30,13 +32,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Fix uploading objects larger than 1TB
* Fix downloading files with unverified checksum
* Fix decoding in filename and file info of `DownloadVersion`
* Fix an off-by-one bug and other bugs in the Simulator copy functionality

### Removed
* Drop support for Python 3.5 and Python 3.6

## [1.14.1] - 2022-02-23

### Fixed
### Security
* Fix setting permissions for local sqlite database (thanks to Jan Schejbal for responsible disclosure!)

## [1.14.0] - 2021-12-23
Expand Down Expand Up @@ -299,7 +302,8 @@ has changed.
### Added
Initial official release of SDK as a separate package (until now it was a part of B2 CLI)

[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.14.1...HEAD
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.15.0...HEAD
[1.15.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.14.1...v1.15.0
[1.14.1]: https://github.com/Backblaze/b2-sdk-python/compare/v1.14.0...v1.14.1
[1.14.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.13.0...v1.14.0
[1.13.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.12.0...v1.13.0
Expand Down

0 comments on commit 280c54b

Please sign in to comment.