Skip to content

Releases: TeleSign/ruby_telesign_enterprise

v2.2.1

04 Feb 21:46

Choose a tag to compare

Added integration with Travis-ci and created gemspec to publish gem to rubygems.org.

v2.2.0

13 Jul 22:00
887e7c3

Choose a tag to compare

This release adds support for the PhoneID Add-Ons.

v2.1.2

23 May 20:35

Choose a tag to compare

  • Added completion endpoint to VerifyClient

v2.1.1

03 May 18:46

Choose a tag to compare

  • bumped telesign version to include fix

v2.1.0

02 May 20:26

Choose a tag to compare

  • updated and improved README
  • secret_key refactored to api_key to align with docs and portal
  • api_host is now known as rest_endpoint to align with docs and portal

v2.0.0

09 Apr 20:44

Choose a tag to compare

  • Major refactor and simplification into generic REST client.
  • API parameters are now passed as kwargs to endpoint handlers.
  • UserAgent is now set to track client usage and help debug issues.
  • generate_telesign_headers is now static and easily extracted from the SDK if
    custom behavior/implementation is required.