Skip to content

Commit ee53bba

Browse files
release 4.2.0
1 parent e02ed55 commit ee53bba

8 files changed

+30
-14
lines changed

CHANGELOG.md

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

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

12+
## [4.2.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.2.0) - 2024-10-29
13+
14+
15+
### Changed
16+
17+
- Remove Python 3.7 support in new releases.
18+
Under Python 3.7 `pip` will keep resolving the latest version of the package that supports active interpreter.
19+
This change comes at benefit of using newer versions of B2 CLI dependencies in `b2` standalone binary as well as in the official docker image.
20+
Python 3.8 is now the minimum supported version, [until it reaches EOL in October 2024](https://devguide.python.org/versions/).
21+
We encourage use of latest stable Python release.
22+
If Python interpreter upgrade from 3.7 is not an option, please use provided standalone binaries or official docker image.
23+
24+
### Fixed
25+
26+
- Update to b2sdk 2.5.1 to fix `b2 sync` stopping when encountering inaccessible directory. ([#1040](https://github.com/Backblaze/B2_Command_Line_Tool/issues/1040))
27+
- Fix `b2 file hide b2://bucket/file` handling and test coverage.
28+
- Fix `getdefaultlocale` deprecation warning on Python 3.11+.
29+
30+
### Added
31+
32+
- Add `b2 file server-side-copy b2id://XXX` (also accepts `b2://bucket/objectName` syntax).
33+
Add deprecation notice to `b2 file copy-by-id` - use `b2 file server-side-copy` instead in new scripts.
34+
- Declare official support for Python 3.13 in `b2` CLI.
35+
Test `b2` CLI against Python 3.13 in CI.
36+
37+
### Infrastructure
38+
39+
- Integration tests now use reuse test buckets whenever possible to speed up test execution and prevent bucket limit exhaustion.
40+
41+
1242
## [4.1.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v4.1.0) - 2024-07-31
1343

1444

changelog.d/+add_file_server_side_copy.added.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/+drop_py37.changed.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog.d/+fix_hide_file.fixed.md

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

changelog.d/+getdefaultlocale.fixed.md

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

changelog.d/+official_python313_support.added.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog.d/+test_with_persistent_bucket.infrastructure.md

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

changelog.d/1040.fixed.md

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

0 commit comments

Comments
 (0)