Skip to content

Commit b961650

Browse files
committed
release 4.5.0
1 parent a5cda66 commit b961650

7 files changed

Lines changed: 19 additions & 6 deletions

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ upcoming release can be found in [changelog.d](changelog.d).
99

1010
<!-- towncrier release notes start -->
1111

12+
## [4.5.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.5.0) - 2026-01-08
13+
14+
15+
### Removed
16+
17+
- Dropped support for python 3.8.
18+
19+
### Fixed
20+
21+
- Fixed SystemError buffer overflow crash on Python 3.14+ caused by rst2ansi's terminal size detection bug. The CLI now gracefully handles this error and continues to function normally. ([#1119](https://github.com/Backblaze/B2_Command_Line_Tool/issues/1119))
22+
- Disable Tqdm semaphore leak workaround for MacOS >= 15.7.2, as apparently it is no longer an issue in newer versions.
23+
24+
### Infrastructure
25+
26+
- Added Python 3.14 support to CI/CD pipeline and test matrix.
27+
- Update CI to not use deprecated `macos-13` runner.
28+
- Use b2sdk pytest plugin and utilities in tests.
29+
30+
1231
## [4.4.2](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.4.2) - 2025-09-10
1332

1433

changelog.d/+b2sdk_testing.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+macos-13-deprecated.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+python-3.14-support.infrastructure.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+python38.removed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/+tqdm-closer-new-macos.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/1119.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)