Releases: dropbox/dropbox-sdk-go-unofficial
Releases · dropbox/dropbox-sdk-go-unofficial
v4.1.0
Incorporates many many spec changes. Notably: "added new too_large error type for uploads"
v4.0.0
New methods no longer return *apiImpl
Instead, return the Client interface for that namespace.
While this should not break existing applications (since apiImpl was package internal), bumping the major version to indicate the interface change.
v3.4.0
Generak SDK 3.4.0 with spec 5389e5b
Update to API spec 97eb698
v3.0.0
Backwards incompatible changes to the Config struct, to enable more granular logging.
v2.1.0
v2.0.0
Updated spec and some (breaking) interface changes.
v1.0.0
First tagged release of the Go SDK! Future releases will follow SemVer.