Skip to content

Bump github.com/dropbox/dropbox-sdk-go-unofficial/v6 from 6.0.5 to 6.4.0#822

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/dropbox/dropbox-sdk-go-unofficial/v6-6.4.0
Closed

Bump github.com/dropbox/dropbox-sdk-go-unofficial/v6 from 6.0.5 to 6.4.0#822
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/dropbox/dropbox-sdk-go-unofficial/v6-6.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/dropbox/dropbox-sdk-go-unofficial/v6 from 6.0.5 to 6.4.0.

Release notes

Sourced from github.com/dropbox/dropbox-sdk-go-unofficial/v6's releases.

v6.4.0 - 2026-07-15

Added

  • Added the dropbox/oauth package with PKCE authorization URL, code exchange, and refresh-token helpers.
  • Added web redirect PKCE OAuth helpers with caller-owned CSRF validation.
  • Added Python-style OAuth 2 no-redirect and web flows with app-secret support, PKCE mode, legacy token access type compatibility, and option validation.
  • Added dropbox.Config.TokenSource for refreshable OAuth token sources.
  • Added oauth.GenerateVerifier for generating PKCE code verifiers.
  • Added oauth.ScopeOpenID, oauth.ScopeEmail, and oauth.ScopeProfile constants and dropbox/openid identity-flow examples for OpenID Connect.
  • Added the dropbox/retry package with a configurable Policy for opt-in automatic retries with exponential backoff.
  • Added dropbox.Config.RetryPolicy to enable retries for all calls made by a client. Retries 429 and 503 responses (and configurable 409 Stone error tags), honoring Retry-After headers and retry_after response bodies.

Changed

  • Raised the minimum supported Go version to 1.25.
  • Pinned CI Go versions.

Resolves #103.

v6.3.0

Added

  • dropbox/contenthash package for computing Dropbox API content_hash values
  • Automatic content_hash population for seekable file upload readers on upload routes
  • go vet step in test workflow, .golangci.yml config, godoc on SDKInternalError

Changed

  • Go module caching (cache-dependency-path) in test and lint workflows
  • CodeQL scanning for GitHub Actions workflows
  • Fixed CodeQL Go analysis to use explicit module build

Security

  • Explicit least-privilege permissions on all GitHub Actions workflows

v6.2.0

What's New

context.Context support (#129, fixes #108)

All API methods now have *Context variants that accept a context.Context for cancellation and deadline propagation:

// Use NewContext to get access to Context variants
client := users.NewContext(config)
account, err := client.GetCurrentAccountContext(ctx)

... (truncated)

Changelog

Sourced from github.com/dropbox/dropbox-sdk-go-unofficial/v6's changelog.

v6.4.0 - 2026-07-15

Added

  • Added the dropbox/oauth package with PKCE authorization URL, code exchange, and refresh-token helpers.
  • Added web redirect PKCE OAuth helpers with caller-owned CSRF validation.
  • Added Python-style OAuth 2 no-redirect and web flows with app-secret support, PKCE mode, legacy token access type compatibility, and option validation.
  • Added dropbox.Config.TokenSource for refreshable OAuth token sources.
  • Added oauth.GenerateVerifier for generating PKCE code verifiers.
  • Added oauth.ScopeOpenID, oauth.ScopeEmail, and oauth.ScopeProfile constants and dropbox/openid identity-flow examples for OpenID Connect.
  • Added the dropbox/retry package with a configurable Policy for opt-in automatic retries with exponential backoff.
  • Added dropbox.Config.RetryPolicy to enable retries for all calls made by a client. Retries 429 and 503 responses (and configurable 409 Stone error tags), honoring Retry-After headers and retry_after response bodies.

Changed

  • Raised the minimum supported Go version to 1.25.
  • Pinned CI Go versions.

v6.3.0 - 2026-07-04

Added

  • Added the dropbox/contenthash package for computing Dropbox API content_hash values.
  • Added automatic content_hash population for seekable file upload readers on upload routes whose arguments include ContentHash.
  • Added go vet step to test workflow for platform-specific issue detection.
  • Added .golangci.yml configuration with govet enable-all.
  • Added godoc comment to SDKInternalError.

Changed

  • Added Go module caching (cache-dependency-path) to test and lint workflows.
  • Added CodeQL scanning for GitHub Actions workflows.
  • Fixed CodeQL Go analysis to use explicit module build.

Security

  • Added explicit least-privilege permissions to GitHub Actions workflows.

v6.2.0 - 2026-06-30

Added

... (truncated)

Commits
  • c03dc80 Prepare v6.4.0 release
  • 4870a3e Merge pull request #156 from AndreyVMarkelov/codex/fix-oauth-generator
  • f36e19b Fix generated OAuth support
  • 9bc185d Merge pull request #155 from dropbox/cguldner-patch-1
  • b01d704 Group all GitHub Actions updates into one PR
  • b8627e2 Merge pull request #154 from AndreyVMarkelov/readme-retry-clarify
  • b2c1e55 docs: support posture, retry docs/changelog, require Go 1.25
  • 497cb28 Merge pull request #153 from AndreyVMarkelov/add-retry-policy
  • 4580259 Merge pull request #153 from AndreyVMarkelov/add-retry-policy
  • 89633d5 Add conservative config-based retry policy
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 20, 2026
@m90

m90 commented Jul 21, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [github.com/dropbox/dropbox-sdk-go-unofficial/v6](https://github.com/dropbox/dropbox-sdk-go-unofficial) from 6.0.5 to 6.4.0.
- [Release notes](https://github.com/dropbox/dropbox-sdk-go-unofficial/releases)
- [Changelog](https://github.com/dropbox/dropbox-sdk-go-unofficial/blob/master/CHANGELOG.md)
- [Commits](dropbox/dropbox-sdk-go-unofficial@v6.0.5...v6.4.0)

---
updated-dependencies:
- dependency-name: github.com/dropbox/dropbox-sdk-go-unofficial/v6
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/dropbox/dropbox-sdk-go-unofficial/v6-6.4.0 branch from 3e1897b to e8eb00a Compare July 21, 2026 08:41
@m90 m90 closed this Jul 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/dropbox/dropbox-sdk-go-unofficial/v6-6.4.0 branch July 21, 2026 08:44
@m90

m90 commented Jul 21, 2026

Copy link
Copy Markdown
Member

@dependabot ignore this major version

@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 6.x.x again, unless you re-open this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant