You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
0 commit comments