Skip to content

Releases: messagebird/ruby-rest-api

5.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Apr 09:23
936fbcc

5.0.0

  • [CHANGED] Update dev dependencies
  • [CHANGED] Target new rubies

4.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Apr 07:25
7c95802

4.0.0

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

3.1.1

Choose a tag to compare

@github-actions github-actions released this 31 Mar 15:03
7c916df

3.1.1

  • [ADDED] Add release tagging workflow.

3.1.0

Choose a tag to compare

@nqkdev nqkdev released this 31 Mar 12:18
63b3595
  • [ADDED] Add release tagging workflow.

v3.0.0

Choose a tag to compare

@marcelcorso marcelcorso released this 25 Jun 19:47
  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

Choose a tag to compare

@marcelcorso marcelcorso released this 09 Jun 11:45
ef9455b
cut 2.0.1

v2.0.0

Choose a tag to compare

@marcelcorso marcelcorso released this 14 May 12:58
v2.0.0

v1.4.2

Choose a tag to compare

@epels epels released this 03 Jul 09:14
5a4d5f1

Adds support for:

Thanks to all contributors and reviewers!

v1.4.0

Choose a tag to compare

@epels epels released this 15 Sep 12:23
de409be

Adds support for Contacts and Groups.

Thanks to @khrt for reviewing!

v1.3.3

Choose a tag to compare

@samwierema samwierema released this 30 May 20:10

The following changes were added:

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