Skip to content

Commit 2e2bf6e

Browse files
release 3.16.0
1 parent 096b3f0 commit 2e2bf6e

13 files changed

Lines changed: 31 additions & 14 deletions

CHANGELOG.md

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

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

12+
## [3.16.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.16.0) - 2024-02-19
13+
14+
15+
### Changed
16+
17+
- All internal Python modules were moved to the `b2._internal` package to further discourage users from importing them.
18+
- Change `ls` and `rm` commands to use the `b2://` URI scheme in the pre-release `_b2v4` command.
19+
20+
### Fixed
21+
22+
- Fix `--minPartSize` not supporting values above 100MB.
23+
- Fix a bug where `rm bucketName folderName` command without the `--recursive` flag would
24+
remove a first file from every subdirectory inside `folderName`.
25+
- Fix handling of `?` and `#` in B2 URI.
26+
27+
### Added
28+
29+
- ApiVer introduced. `b2` executable points to the latest stable ApiVer version, while
30+
`b2v3` will always point to v3 ApiVer release of `b2` CLI.
31+
- Add `--include` and `--exclude` filters to the `ls` and `rm` commands.
32+
- Add support for deleting a single file by `b2id://` URI in the pre-release `_b2v4` command.
33+
- Print account info if `b2 authorize-account` is successful using the same format as `b2 get-account-info`.
34+
- Print output file path in `download-file` command.
35+
36+
### Infrastructure
37+
38+
- Fix CI failing on `mkdir` when testing docker image.
39+
- Use pdm for building, testing and managing dependencies.
40+
- Remove unnecessary files (continuous integration scripts, tests) from sdist tarball.
41+
42+
1243
## [3.15.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.15.0) - 2023-12-07
1344

1445

changelog.d/+apiver_for_cli.added.md

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

changelog.d/+authorize-account-output.added.md

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

changelog.d/+b2uri-special-characters.fixed.md

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

changelog.d/+docker_mkdir_fail.infrastructure.md

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

changelog.d/+downloaded-file-name.added.md

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

changelog.d/+fix-rm-non-recursive.fixed.md

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

changelog.d/+internal_directory.changed.md

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

changelog.d/+ls-rm-b2-uri.changed.md

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

changelog.d/+ls-rm-b2id-uri.added.md

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

0 commit comments

Comments
 (0)