Skip to content

Commit

Permalink
release 3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Dec 6, 2023
1 parent 3b6ed73 commit b625e89
Show file tree
Hide file tree
Showing 20 changed files with 43 additions and 22 deletions.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,49 @@ upcoming release can be found in [changelog.d](changelog.d).

<!-- towncrier release notes start -->

## [3.14.0](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.14.0) - 2023-12-06


### Changed

- 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)).

### Fixed

- Don't print `Using https://REALM" in stderr unless explicitly set by user. ([#949](https://github.com/Backblaze/B2_Command_Line_Tool/issues/949))
- Added autocomplete suggestion caching to improve autocomplete performance.
- Do not include build cache in official `b2` docker image.
- Fix an error that caused multiprocessing semaphores to leak on OSX.

### Deprecated

- Deprecated `download-file-by-id` and `download-file-by-name`, use `download-file` instead.
Deprecated `get-file-info`, use `file-info` instead.
Deprecated `make-url` and `make-friendly-url`, use `get-url` instead.

### Added

- Add `--expires`, `--content-disposition`, `--content-encoding`, `--content-language` options to subcommands `upload-file`, `upload-unbound-stream`, `copy-file-by-id`.
- 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.

### Doc

- Add `cat` command to documentation.
- Add additional linebreaks to ensure lists are properly rendered.

### Infrastructure

- Ensure CI checks Python package compatibility with latest setuptools. ([#952](https://github.com/Backblaze/B2_Command_Line_Tool/issues/952))
- Allow skipping changelog for PRs marked with `-changelog` label.
- Changelog entries are now validated as a part of CI pipeline.
- Disable dependabot requests for updates unrelated to security issues.
- Fix CI badge not showing correct status in README.
- Remove unused exception class and outdated todo.
- Skip draft step in releases - all successful releases are public.
- Update license text generation dependencies to prevent triggering security scan false-positives.
- Use cpython 3.12 (not 3.11) for integration tests with secrets.


## [3.13.1](https://github.com/Backblaze/B2_Command_Line_Tool/releases/tag/v3.13.1) - 2023-11-21


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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/+b2_uri_cmds.deprecated.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+cat.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+checking-changelog-entries.infrastructure.md

This file was deleted.

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/+fix-list-formatting.doc.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog.d/+skip_changelog.infrastructure.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit b625e89

Please sign in to comment.