File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.17.3] - 2022-07-15
10+
11+ ### Fixed
12+ * Fix ` FileVersion._get_upload_headers ` when encryption key is ` None `
13+
914### Infrastructure
1015* Fix download integration tests on non-production environments
1116* Add ` B2_DEBUG_HTTP ` env variable to enable network-level test debugging
1217* Disable changelog validation temporarily
13- * Fix ` FileVersion._get_upload_headers ` when encryption key is ` None `
1418
1519## [ 1.17.2] - 2022-06-24
1620
@@ -373,7 +377,8 @@ has changed.
373377### Added
374378Initial official release of SDK as a separate package (until now it was a part of B2 CLI)
375379
376- [ Unreleased ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.17.2...HEAD
380+ [ Unreleased ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.17.3...HEAD
381+ [ 1.17.3 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.17.2...v1.17.3
377382[ 1.17.2 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.17.1...v1.17.2
378383[ 1.17.1 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.17.0...v1.17.1
379384[ 1.17.0 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.16.0...v1.17.0
You can’t perform that action at this time.
0 commit comments