Skip to content

Commit 76ed914

Browse files
Merge pull request #331 from dropbox/release/v3.6.1
Prepare v3.6.1 release
2 parents 4008a14 + de1de46 commit 76ed914

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,30 @@
22

33
## [Unreleased](https://github.com/dropbox/dbxcli/tree/HEAD)
44

5-
[Full Changelog](https://github.com/dropbox/dbxcli/compare/v3.6.0...HEAD)
5+
[Full Changelog](https://github.com/dropbox/dbxcli/compare/v3.6.1...HEAD)
6+
7+
## [v3.6.1](https://github.com/dropbox/dbxcli/tree/v3.6.1) (2026-07-05)
8+
[Full Changelog](https://github.com/dropbox/dbxcli/compare/v3.6.0...v3.6.1)
9+
10+
**Added:**
11+
12+
- Added a global `--timeout` flag to bound Dropbox network operations (e.g. `--timeout 30s`; `0` disables).
13+
- Threaded `context.Context` through all Dropbox API calls so operations respect cancellation and deadlines.
14+
15+
**Changed:**
16+
17+
- `put` now preserves the source file's modification time as `ClientModified` instead of the upload time (stdin uploads use the spool file mtime).
18+
- The retry loop now respects context cancellation during backoff and never retries context errors.
619

720
**Infrastructure:**
821

922
- Added scheduled/manual OSSF Scorecard scanning without public Scorecard API publishing.
1023
- Replaced standalone Staticcheck workflow steps with a narrow `golangci-lint` configuration.
1124
- Added explicit `go.sum` cache dependency paths for `actions/setup-go`.
25+
- Added SBOM, Cosign signatures, and SLSA provenance to release artifacts.
26+
- Added race detector, workflow linting, and CodeQL security scanning to CI.
27+
- Hardened CI workflows with explicit read-only permissions.
28+
- Generate a non-constant OAuth2 `state` value to resolve the CodeQL `go/constant-oauth2-state` alert.
1229

1330
## [v3.6.0](https://github.com/dropbox/dbxcli/tree/v3.6.0) (2026-07-02)
1431
[Full Changelog](https://github.com/dropbox/dbxcli/compare/v3.5.1...v3.6.0)

0 commit comments

Comments
 (0)