Releases: TeleSign/java_telesign_enterprise
Releases · TeleSign/java_telesign_enterprise
v2.3.1
27 Nov 17:04
Compare
Sorry, something went wrong.
No results found
Removed Push Verify method in VerifyClient class.
Full Changelog : v2.3.0...v2.3.1
v2.3.0
21 Nov 18:27
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Update minimum Telesign Standard SDK Version.
Restrict okhttp3 library to < 4.0
v2.2.2
18 Jun 18:13
Compare
Sorry, something went wrong.
No results found
Imported Standard SDK functionality into the Enterprise SDK.
v2.2.0
15 Jun 23:22
Compare
Sorry, something went wrong.
No results found
AutoVerify rebranded to AppVerify, please update your integration
v2.1.1
23 May 20:31
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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