Skip to content

Releases: labd/commercetools-go-sdk

v1.5.2

17 May 13:40
01ff62f
Compare
Choose a tag to compare
Merge pull request #105 from labd/release/v1.5.2

Release v1.5.2

v1.5.1

21 Mar 10:10
2e0ee33
Compare
Choose a tag to compare

Fixed

  • Regenerated sdk with 404 response codes

v1.5.0

23 Feb 08:03
1caec9b
Compare
Choose a tag to compare

Added

  • Updated api specs

v1.4.1

15 Dec 15:17
6167676
Compare
Choose a tag to compare

Fixed

  • Reran generator to add default roundtrippers

v1.4.0

15 Nov 12:32
783437b
Compare
Choose a tag to compare

Added

  • Updated sdk to latest version

v1.3.2

01 Sep 08:16
edda405
Compare
Choose a tag to compare

Fixed

  • Project maintenance

1.0.0

13 Jun 11:33
Compare
Choose a tag to compare

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

12 Apr 13:38
Compare
Choose a tag to compare

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

v0.3.0

12 Apr 12:46
Compare
Choose a tag to compare
  • Upgrade services and types from commercetools-api-reference #59
  • Add validation for structs for Update calls
  • Enable custom objects endpoint after raml update
  • Backwards incompatible: DateOfBirth fields now take a *Date instead of a Date value
  • Backwards incompatible: LocalizedDescription field of ShippingMethod now takes a *LocalizedDescription instead of a string value