Skip to content

Releases: messagebird/ruby-rest-api

4.0.0

11 Apr 07:25
7c95802
Compare
Choose a tag to compare

4.0.0

  • [CHANGED] Update dev dependencies
  • [CHANGED] Target new rubies (3.x.x)
  • [CHANGED] remove camelCase attrs from api

3.1.1

31 Mar 15:03
7c916df
Compare
Choose a tag to compare

3.1.1

  • [ADDED] Add release tagging workflow.

3.1.0

31 Mar 12:18
63b3595
Compare
Choose a tag to compare
  • [ADDED] Add release tagging workflow.

v3.0.0

25 Jun 19:47
Compare
Choose a tag to compare
  1. Adds support to Verify emails
    Added the VerifyEmailMessage entity
    Adds example of Verify email

  2. Fixes verify_delete
    The client tries to instantiate a Verify object from the delete request but the response is empty.
    Response body is nil and doesn't respond to .empty?.
    Sending the request directly instead as other *_delete methods.

v2.0.1: Merge pull request #61 from messagebird/cut-2.0.1

09 Jun 11:45
ef9455b
Compare
Choose a tag to compare

v2.0.0

14 May 12:58
Compare
Choose a tag to compare
v2.0.0

v1.4.2

03 Jul 09:14
5a4d5f1
Compare
Choose a tag to compare

Adds support for:

Thanks to all contributors and reviewers!

v1.4.0

15 Sep 12:23
de409be
Compare
Choose a tag to compare

Adds support for Contacts and Groups.

Thanks to @khrt for reviewing!

v1.3.3

30 May 20:10
Compare
Choose a tag to compare

The following changes were added:

  • #10 Raise InvalidPhoneNumberException instead of TypeError (thanks @elhu!)
  • #11 Migrate the OTP endpoint to Verify (thanks @dysosmus!)

v1.3.2

24 Nov 09:53
Compare
Choose a tag to compare

The following changes were added:

  • #8 Add the correct parameters to Net::HTTPServerError. Thanks @nikolai-b!