Skip to content

Commit

Permalink
prepare v1.24.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Sep 27, 2023
1 parent 874089d commit e919cdf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 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.24.1] - 2023-09-27

### Fixed
* Fix missing key ID for large file encrypted with SSE-C
* Fix concatenating error message when message is None
Expand All @@ -22,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Add `get_file_info_by_name` to the B2Api class

### Fixed
* Require `typing_extensions` on Python 3.11 (already required on earlier versinons) for better compatibility with pydantic v2
* Require `typing_extensions` on Python 3.11 (already required on earlier versions) for better compatibility with pydantic v2
* Fix `RawSimulator` handling of `cache_control` parameter during tests.

## [1.22.1] - 2023-07-24
Expand Down Expand Up @@ -488,7 +490,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.24.0...HEAD
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.24.1...HEAD
[1.24.1]: https://github.com/Backblaze/b2-sdk-python/compare/v1.24.0...v1.24.1
[1.24.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.23.0...v1.24.0
[1.23.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.22.1...v1.23.0
[1.22.1]: https://github.com/Backblaze/b2-sdk-python/compare/v1.22.0...v1.22.1
Expand Down

0 comments on commit e919cdf

Please sign in to comment.