Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [4.6.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.6.0) - 2026-02-25


### Changed

- Update the ``version`` command to display the installed ``b2sdk`` version alongside the CLI version.

### Fixed

- Bump b2sdk version to 2.10.3 (resolves [#1045](https://github.com/Backblaze/B2_Command_Line_Tool/issues/1045), [#1118](https://github.com/Backblaze/B2_Command_Line_Tool/issues/1118)).
- Fixed autocomplete parser cache on Python 3.14.2+ by clearing argparse's cached validation formatter before pickling the parser. This avoids failures caused by non-picklable color formatting lambdas stored in the cached formatter.

### Doc

- Improve command-line options formatting in CLI help text.


## [4.5.1](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.5.1) - 2026-01-27


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+autocomplete-cache-py314.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+command-option-formatting.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+version-command-b2sdk.changed.md

This file was deleted.

Loading
Loading