Skip to content

Releases: TeleSign/ruby_telesign

v2.4.0

08 Jul 16:11

Choose a tag to compare

  • Added support for PATCH requests and Basic auth

Full Changelog: v2.3.1...v2.4.0

v2.3.1

16 May 20:27

Choose a tag to compare

  • Fixed logic code to add dependency version in user-agent value

Full Changelog: v2.3.0...v2.3.1

v2.3.0

16 May 20:26

Choose a tag to compare

  • Added tracking to request

Full Changelog: v2.2.5...v2.3.0

v2.2.5

23 Jan 23:26

Choose a tag to compare

  • Update comments in both methods of messaging.rb class
  • Add a comment in RELEASE file

Full Changelog: v2.2.4...v2.2.5

v2.2.2

07 Jun 00:23

Choose a tag to compare

Fixes an issue with application/json content-type and empty parameters.

v2.2.1

09 Mar 12:20

Choose a tag to compare

  • Added support for application/json content-type

v2.1.2

26 May 00:36

Choose a tag to compare

  • changed generate_telesign_headers to use string hash keys to support ruby 2.2

v2.1.1

03 May 18:46

Choose a tag to compare

  • fixed issue renaming api_host to rest_endpoint

v2.1.0

02 May 20:25

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
  • various doc string updates and fixes
  • added travis CI, codecov coverage and additional unit tests

v2.0.0

13 Apr 18:01

Choose a tag to compare

2.0.0

  • 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.
  • Now using net/http/persistent to take advantage of http connection pooling for performance,
    thread safety and graceful reconnects.