Skip to content

Commit cb77345

Browse files
committed
release 4.3.0
1 parent 3214645 commit cb77345

9 files changed

+21
-8
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@ upcoming release can be found in [changelog.d](changelog.d).
99

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

12+
## [4.3.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.3.0) - 2025-01-07
13+
14+
15+
### Fixed
16+
17+
- Fix shell autocompletion for Python >=3.12.8 and >=3.13.1.
18+
- Update to b2sdk 2.7.0 to fix integration tests on Windows.
19+
20+
### Added
21+
22+
- Add `--exclude-if-uploaded-after` to `sync`.
23+
- Add `-l` as an alias for `--long` argument.
24+
25+
### Infrastructure
26+
27+
- Fix event notification tests when introducing new keys in API outputs.
28+
- Remove yapf in favor of ruff.
29+
- Upgraded to pytest 8.
30+
- Use SHA384 for Windows signing instead of expired SHA256withRSA.
31+
32+
1233
## [4.2.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.2.0) - 2024-10-29
1334

1435

changelog.d/+9092be80.added.md

-1
This file was deleted.

changelog.d/+fix_autocomplete.fixed.md

-1
This file was deleted.

changelog.d/+fix_test_sync_for_win.fixed.md

-1
This file was deleted.

changelog.d/+ignore_new_keys_in_tests.infrastructure.md

-1
This file was deleted.

changelog.d/+long_alias.added.md

-1
This file was deleted.

changelog.d/+replace_yapf_with_ruff.infrastructure.md

-1
This file was deleted.

changelog.d/+upgraded_to_pytest_8.infrastructure.md

-1
This file was deleted.

changelog.d/+use_sha384_for_win_sign.infrastructure.md

-1
This file was deleted.

0 commit comments

Comments
 (0)