Skip to content

Releases: messagebird/go-rest-api

Release 5.3.0

04 Jul 07:28
Compare
Choose a tag to compare

Version 5.3.0 adds support for updating a Webhook in the Conversations API.

Thanks to @jen-obyrne!

Release 5.2.0

17 May 14:21
fd48d63
Compare
Choose a tag to compare

Conversations API support. @epels 👍

Release 5.1.1

01 Oct 08:42
29552d9
Compare
Choose a tag to compare

Only internal changes. We can now send non-JSON request bodies.

Thanks a lot to @khrt for reviewing!

Release 5.1.0

18 Sep 14:51
af55326
Compare
Choose a tag to compare

The following changes were added:

  • #51 Endpoints missing from Verify

Release 5.0.0.0

21 Aug 11:37
b6c60a2
Compare
Choose a tag to compare

This is a new major version that significantly changes the client's structure. Please consult UPGRADING.md for instructions on updating your code.
As always, please open an issue for suggestions, questions and any bug reports.

Thanks to:

Fixed failing calls to Lookup

09 Jul 08:50
722b6e0
Compare
Choose a tag to compare

Calls to the Lookup endpoint no longer fail: it now uses the correct HTTP method.

Release 3.0.0

01 Sep 14:35
Compare
Choose a tag to compare

The following changes were added:

  • #12 Replacing OTP with new Verify call.

Release 2.3.0

10 Aug 14:48
Compare
Choose a tag to compare

The following changes were added:

  • #7 The balance API call returns an amount of type float, not int

Release 2.2.2

28 Jun 09:15
Compare
Choose a tag to compare

The following changes were added:

  • #5 Support for the datacoding parameter on the Verify endpoint

Release 2.2.1

01 Feb 10:37
Compare
Choose a tag to compare

The following changes were added:

  • #4 Add missing details attribute to the HLR object