Skip to content

Commit

Permalink
release 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Feb 19, 2024
1 parent 096b3f0 commit 2e2bf6e
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 14 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,37 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [3.16.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.16.0) - 2024-02-19


### Changed

- All internal Python modules were moved to the `b2._internal` package to further discourage users from importing them.
- Change `ls` and `rm` commands to use the `b2://` URI scheme in the pre-release `_b2v4` command.

### Fixed

- Fix `--minPartSize` not supporting values above 100MB.
- Fix a bug where `rm bucketName folderName` command without the `--recursive` flag would
remove a first file from every subdirectory inside `folderName`.
- Fix handling of `?` and `#` in B2 URI.

### Added

- ApiVer introduced. `b2` executable points to the latest stable ApiVer version, while
`b2v3` will always point to v3 ApiVer release of `b2` CLI.
- Add `--include` and `--exclude` filters to the `ls` and `rm` commands.
- Add support for deleting a single file by `b2id://` URI in the pre-release `_b2v4` command.
- Print account info if `b2 authorize-account` is successful using the same format as `b2 get-account-info`.
- Print output file path in `download-file` command.

### Infrastructure

- Fix CI failing on `mkdir` when testing docker image.
- Use pdm for building, testing and managing dependencies.
- Remove unnecessary files (continuous integration scripts, tests) from sdist tarball.


## [3.15.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.15.0) - 2023-12-07


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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+authorize-account-output.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+b2uri-special-characters.fixed.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+downloaded-file-name.added.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+fix-rm-non-recursive.fixed.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+ls-rm-b2-uri.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+ls-rm-b2id-uri.added.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+ls-rm-filters.added.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 2e2bf6e

Please sign in to comment.