Releases: labd/commercetools-go-sdk
v1.7.0
v1.6.0
Merge pull request #112 from labd/release/v1.6.0 Release v1.6.0
v1.5.2
Merge pull request #105 from labd/release/v1.5.2 Release v1.5.2
v1.5.1
Fixed
- Regenerated sdk with 404 response codes
v1.5.0
Added
- Updated api specs
v1.4.1
Fixed
- Reran generator to add default roundtrippers
v1.4.0
Added
- Updated sdk to latest version
v1.3.2
Fixed
- Project maintenance
1.0.0
Rewrite of the complete SDK. The SDK is now generated using the commercetools rmf-codegen
project instead of our own solution. This should make it easier to keep the SDK in-sync
with the other commercetools SDK's and offer support for new API's like the importapi
and the history api.
The biggest change is that the client is now using method chaining for executing requests.
For example Client.CartCreate()
is now Client.Carts().Post().Execute()
, it is a bit
more verbose and less explicit but it does allow us to generate an SDK which supports all
the endpoints as defined by the commercetools api specs.
v0.3.1
Re-release to create a fresh entry in the Module Mirror and Checksum Database.
See also https://blog.golang.org/publishing-go-modules and https://blog.golang.org/module-mirror-launch