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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,27 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [4.4.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.4.0) - 2025-07-30


### Changed

- Migrate to b2sdk.v3.
- Switched to cloud-based signing using DigiCert KeyLocker.

### Added

- Add multi-bucket keys support to the `key create` subcommand. ([#1083](https://github.com/Backblaze/B2_Command_Line_Tool/issues/1083))
- Support multi-bucket keys in `key list` subcommand.

### Infrastructure

- Replace backoff with tenacity for handling retries in tests. ([#1088](https://github.com/Backblaze/B2_Command_Line_Tool/issues/1088))
- Fix flaky integration test for multi-bucket key restrictions.
- Redesign console tools tests using b2sdk.v1 to use b2sdk.v3.
- Replace deprecated windows-2019 ci runner image with windows-2025.


## [4.3.3](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.3.3) - 2025-06-04


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+b2sdk_v3.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+console_tool_tests_v1_to_v3.infrastructure.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+drop-windows-2019-ci.infrastructure.md

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+key-list-multi-bucket.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+keylocker_migration.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1083.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/1088.infrastructure.md

This file was deleted.

Loading