Skip to content

Releases: conekta/conekta-go

v6.0.6

11 Oct 13:53
0580532
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.5...v6.0.6

v6.0.5

30 Apr 13:41
9c22834
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.4...v6.0.5

v6.0.4

21 Dec 20:08
2818ace
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.3...v6.0.4

v6.0.3

06 Jul 15:58
f495cec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.2...v6.0.3

v6.0.2

31 May 16:56
0c841c0
Compare
Choose a tag to compare

What's Changed

  • Add new endpoints for Events and Webhooks by @ezerozen in #63

Full Changelog: v6.0.1...v6.0.2

v6.0.1

16 May 15:11
2f07d72
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

09 May 15:42
3ca8d06
Compare
Choose a tag to compare

What's Changed

  • Generate Conekta Golang SDK based on OpenApi Generator.

New Contributors

Full Changelog: https://github.com/conekta/conekta-go/commits/v6.0.0

v2.1.1

31 Jan 14:14
5b3b4e9
Compare
Choose a tag to compare

What's Changed

  • Feature/charge add reference id by @shamigor in #49
  • Bump github.com/stretchr/testify from 1.7.0 to 1.8.1 by @dependabot in #54
  • Bump github.com/google/go-querystring from 1.0.0 to 1.1.0 by @dependabot in #55
  • add X-Conekta-Client-User-Agent header by @fcarrero in #56

New Contributors

Full Changelog: v1.1.1...v2.1.1

Adds Checkout

23 Mar 16:13
c06b16e
Compare
Choose a tag to compare

This release adds new endpoints and parameters for the Checkout object and bumps to go 1.15

Standardization Improvements to Go Library

23 Apr 12:55
Compare
Choose a tag to compare

This release cleans up small trivial, but breaking inconsistencies:

  • Standardizes PaymentMethod as a child of ChargeParams to avoid nomenclature inconsistencies in the rest of the project
  • Corrects Broken MSI Implementation
  • Adds Subscription/Plan Support
  • 402 ProcessingError now returns the modified object rather than throw an error, as a user you need to check the return status to determine whether or not it was successful