File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments