Skip to content

Commit 2b62d58

Browse files
Add v3.5.1 release notes to CHANGELOG
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6ea6381 commit 2b62d58

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,29 @@
22

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

5-
[Full Changelog](https://github.com/dropbox/dbxcli/compare/v3.5.0...HEAD)
5+
[Full Changelog](https://github.com/dropbox/dbxcli/compare/v3.5.1...HEAD)
6+
7+
## [v3.5.1](https://github.com/dropbox/dbxcli/tree/v3.5.1) (2026-06-28)
8+
[Full Changelog](https://github.com/dropbox/dbxcli/compare/v3.5.0...v3.5.1)
69

710
**Added:**
811

912
- Added structured `logout --output=json` output with saved-credential removal, token-revoke status, and already-logged-out reporting.
13+
- Added `result.auth` to `account --output=json` exposing credential source, refreshability, and auth file type.
14+
- Added `--content`, `--limit`, and `--order-by` flags to `search` command.
15+
- Added stable exit codes (0-8) mapped from JSON error codes for shell/CI scripting.
16+
- Added `partial_transfer` error code for stdout download failures after partial output.
17+
18+
**Changed:**
19+
20+
- Bumped Go module path to `github.com/dropbox/dbxcli/v3`.
21+
- Restructured README into focused topic docs under `docs/`.
22+
23+
**Fixed:**
24+
25+
- Fixed interface pointer comparison in share-link error parsers using reflection-based `samePointer` helper.
26+
- Migrated error assertions to `errors.Is` for correct wrapped-error handling.
27+
- Fixed reflection-based `ErrorSummary` extraction to avoid `CanInterface` pitfalls.
1028

1129
## [v3.5.0](https://github.com/dropbox/dbxcli/tree/v3.5.0) (2026-06-26)
1230
[Full Changelog](https://github.com/dropbox/dbxcli/compare/v3.4.0...v3.5.0)

0 commit comments

Comments
 (0)