Skip to content

Releases: recurly/recurly-client-go

Release 3.1.0

01 Jun 21:31
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Merged pull requests:

  • Dont use absolute path to go bin in scripts #35 (bhelx)
  • Fix pagination example #33 (bhelx)

Release v3.0.1

20 May 17:38
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Add version scoped url to go.mod and install instructions #30 (bhelx)

Merged pull requests:

Release v3.0.0

18 May 17:58
Compare
Choose a tag to compare

Full Changelog

Breaking Changes

If you are upgrading from 3.0.0-beta.1, there is 1 breaking change. We have removed DefaultClient in place of NewClient(string):

Change this:

recurly.APIKey = "<apikey>"
client := recurly.DefaultClient()

To:

client := recurly.NewClient("<apikey>")

Implemented enhancements:

Merged pull requests:

v3.0.0-beta.1

01 May 16:42
c416454
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

Initial release. Since this is in beta, breaking changes may happen at any time until we hit 3.0.0.