b2_fuse
b2_fuse copied to clipboard
Bump b2 from 1.1.0 to 3.2.1
Bumps b2 from 1.1.0 to 3.2.1.
Release notes
Sourced from b2's releases.
3.2.1
Fixed
- Fix setting permissions for local sqlite database (thanks to Jan Schejbal for responsible disclosure!)
3.2.0
Added
- Add compatibility support for arrow >= 1.0.2 on newer Python versions while continuing to support Python 3.5
Fixed
- Fallback to
ascii
decoder when printing help in case the locales are not properly set3.1.0
Added
- Add
--allCapabilities
tocreate-key
- Add support for Python 3.10
Fixed
- Fix testing bundle in CI for a new
staticx
version3.0.3
Fixed
- Fix pypy selector in CI
- Fix for static linking of Linux binary (CD uses python container)
3.0.2
Added
- Sign Windows binary
Changed
- Download instruction in README.md (wording suggested by https://github.com/philh7456)
- Make Linux binary statically linked
3.0.1
Fixed
- logs from all loggers (in dependencies too) brought back
3.0.0
Added
- Add possibility to change realm during integration tests
- Add possibility to install SDK from local folder instead of pypi when running tests
- Add full support of establishing file metadata when copying, with either source or target using SSE-C
- Add
--noInfo
option tocopy-file-by-id
- Integration test for checking if
bad_bucket_id
error code is returnedFixed
... (truncated)
Changelog
Sourced from b2's changelog.
[3.2.1] - 2022-02-23
Fixed
- Fix setting permissions for local sqlite database (thanks to Jan Schejbal for responsible disclosure!)
[3.2.0] - 2021-12-23
Added
- Add compatibility support for arrow >= 1.0.2 on newer Python versions while continuing to support Python 3.5
Fixed
- Fallback to
ascii
decoder when printing help in case the locales are not properly set[3.1.0] - 2021-11-02
Added
- Add
--allCapabilities
tocreate-key
- Add support for Python 3.10
Fixed
- Fix testing bundle in CI for a new
staticx
version[3.0.3] - 2021-09-27
Fixed
- Fix pypy selector in CI
- Fix for static linking of Linux binary (CD uses python container)
[3.0.2] - 2021-09-17
Added
- Sign Windows binary
Changed
- Download instruction in README.md (wording suggested by https://github.com/philh7456)
- Make Linux binary statically linked
[3.0.1] - 2021-08-09
Fixed
- logs from all loggers (in dependencies too) brought back
[3.0.0] - 2021-08-07
Added
- Add possibility to change realm during integration tests
- Add possibility to install SDK from local folder instead of pypi when running tests
- Add full support of establishing file metadata when copying, with either source or target using SSE-C
- Add
--noInfo
option tocopy-file-by-id
... (truncated)
Commits
c74029f
Release v3.2.10f8e6bd
Merge pull request #772 from Backblaze/rel3.2.0dcab368
release 3.2.0955a96f
Merge pull request #769 from sigmavirus24/arrow-compatd8d767b
Allow for arrow >= 1.0.246e4b4e
Merge pull request #768 from Backblaze/fix-locale-problem6dd5c47
Merge pull request #767 from Backblaze/no-statix-flage0eac39
Add NO_STATICX env flag for nox, upgrade pyinstaller7b9bcc5
Format the codec868ed6
Update the changelog- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.