Skip to content

Releases: talon-one/talon_go

v1.1.2

11 Sep 12:27
13ee357
Compare
Choose a tag to compare
  • SessionId property of Event object returned from integration API is optional

v1.1.1

04 Sep 14:11
122f628
Compare
Choose a tag to compare
  • Remove ApplicationStorages deprecation
  • LoyaltyMemberships of Profile entity are optional

v1.1.0

23 Aug 12:37
5f5082f
Compare
Choose a tag to compare
  • Move to a more modern generator client using stable version 2.4.7 of swagger cli code generator
  • Get rid of redundant optional parameters for boy of POST/PUT requests
  • Add coupons reservation endpoints
  • Loyalty Programs sub-ledgers support
  • Update code examples

1.0.0

19 Jun 11:52
Compare
Choose a tag to compare

Added Talon.One api key authorization strategy to every integration api endpoint.

Support for HMAC Authentication is dropped from this SDK however the authorization strategy is still available. This means if you would like to use HMAC to sign request bodies, you MUST implement it.