Skip to content

Commit

Permalink
release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlech-reef committed Jan 7, 2025
1 parent 3214645 commit cb77345
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 8 deletions.
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.3.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.3.0) - 2025-01-07


### Fixed

- Fix shell autocompletion for Python >=3.12.8 and >=3.13.1.
- Update to b2sdk 2.7.0 to fix integration tests on Windows.

### Added

- Add `--exclude-if-uploaded-after` to `sync`.
- Add `-l` as an alias for `--long` argument.

### Infrastructure

- Fix event notification tests when introducing new keys in API outputs.
- Remove yapf in favor of ruff.
- Upgraded to pytest 8.
- Use SHA384 for Windows signing instead of expired SHA256withRSA.


## [4.2.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.2.0) - 2024-10-29


Expand Down
1 change: 0 additions & 1 deletion changelog.d/+9092be80.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fix_autocomplete.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fix_test_sync_for_win.fixed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit cb77345

Please sign in to comment.