Skip to content

Commit b625e89

Browse files
release 3.14.0
1 parent 3b6ed73 commit b625e89

20 files changed

Lines changed: 43 additions & 22 deletions

CHANGELOG.md

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

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

12+
## [3.14.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.14.0) - 2023-12-06
13+
14+
15+
### Changed
16+
17+
- Update b2sdk to 1.28.0 (resolves [#958](https://github.com/Backblaze/B2_Command_Line_Tool/issues/958), [#934](https://github.com/Backblaze/B2_Command_Line_Tool/issues/934)).
18+
19+
### Fixed
20+
21+
- Don't print `Using https://REALM" in stderr unless explicitly set by user. ([#949](https://github.com/Backblaze/B2_Command_Line_Tool/issues/949))
22+
- Added autocomplete suggestion caching to improve autocomplete performance.
23+
- Do not include build cache in official `b2` docker image.
24+
- Fix an error that caused multiprocessing semaphores to leak on OSX.
25+
26+
### Deprecated
27+
28+
- Deprecated `download-file-by-id` and `download-file-by-name`, use `download-file` instead.
29+
Deprecated `get-file-info`, use `file-info` instead.
30+
Deprecated `make-url` and `make-friendly-url`, use `get-url` instead.
31+
32+
### Added
33+
34+
- Add `--expires`, `--content-disposition`, `--content-encoding`, `--content-language` options to subcommands `upload-file`, `upload-unbound-stream`, `copy-file-by-id`.
35+
- Add `download-file`, `file-info` and `get-url` commands using new B2 URI syntax allowing for referring to file-like objects by their bucket&name or ID.
36+
37+
### Doc
38+
39+
- Add `cat` command to documentation.
40+
- Add additional linebreaks to ensure lists are properly rendered.
41+
42+
### Infrastructure
43+
44+
- Ensure CI checks Python package compatibility with latest setuptools. ([#952](https://github.com/Backblaze/B2_Command_Line_Tool/issues/952))
45+
- Allow skipping changelog for PRs marked with `-changelog` label.
46+
- Changelog entries are now validated as a part of CI pipeline.
47+
- Disable dependabot requests for updates unrelated to security issues.
48+
- Fix CI badge not showing correct status in README.
49+
- Remove unused exception class and outdated todo.
50+
- Skip draft step in releases - all successful releases are public.
51+
- Update license text generation dependencies to prevent triggering security scan false-positives.
52+
- Use cpython 3.12 (not 3.11) for integration tests with secrets.
53+
54+
1255
## [3.13.1](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.13.1) - 2023-11-21
1356

1457

changelog.d/+add_header_options.added.md

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

changelog.d/+b2_uri_cmds.added.md

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

changelog.d/+b2_uri_cmds.deprecated.md

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

changelog.d/+cat.doc.md

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

changelog.d/+checking-changelog-entries.infrastructure.md

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

changelog.d/+dependabot-disable-non-security-updates.infrastructure.md

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

changelog.d/+docker_optimization.fixed.md

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

changelog.d/+fix-list-formatting.doc.md

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

changelog.d/+fix_ci_badge.infrastructure.md

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

0 commit comments

Comments
 (0)