Skip to content

Releases: TeleSign/java_telesign_enterprise

v2.3.1

27 Nov 17:04

Choose a tag to compare

  • Removed Push Verify method in VerifyClient class.

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

v2.3.0

21 Nov 18:27

Choose a tag to compare

  • Added new method to send requests to Telesign Messaging
  • Added new method to send requests to the Telesign Verify API
  • Added new unit test for requests to Telesign Messaging
  • Added new unit test for requests to the Telesign Verify API

Full Changelog: v2.2.3...v2.3.0

v2.2.3

29 May 01:06

Choose a tag to compare

  • Update minimum Telesign Standard SDK Version.
  • Restrict okhttp3 library to < 4.0

v2.2.2

18 Jun 18:13
fa5347c

Choose a tag to compare

  • Imported Standard SDK functionality into the Enterprise SDK.

v2.2.0

15 Jun 23:22

Choose a tag to compare

  • AutoVerify rebranded to AppVerify, please update your integration

v2.1.1

23 May 20:31

Choose a tag to compare

  • Added completion endpoint to VerifyClient
  • Added console output and verify code input to verify_sms and verify_voice examples
  • Simplified RELEASE.md

v2.1.0

29 Apr 00:24

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

13 Apr 18:16

Choose a tag to compare

  • Major refactor and simplification into generic REST client.
  • API parameters are now passed as a map to endpoint handlers.
  • User-Agent is now set to track client usage and help debug issues.
  • generateTelesignHeaders is now static and easily extracted from the SDK if
    custom behavior/implementation is required.
  • Now using OkHttp to perform web requests, handle connections and reconnects, ssl negotiation and reduce code