Releases: vapor-community/telesign-kit
Releases · vapor-community/telesign-kit
Release list
3.2.0-beta.1
What's Changed
- Vapor4Update by @geeksweep in #8
New Contributors
- @geeksweep made their first contribution in #8
Full Changelog: 3.1.1...3.2.0-beta.1
TelesignKit 3.1.1
Fixes an issue where signatures would sometimes fail validation because the timezone was set to UTC which isn't a timezone but a time standard and not GMT which is an actual timezone.
TelisignKit 3.1.0
Adds event loop hopping method and unpins AsyncHTTPClient from exact tag.
TelesignKit 3.0.0
This release requires swift 5.2 and uses apples swift-crypto.
TelesignKit 2.0.0
This release allows constructing a TelesignClient with an EventLoop and a preconfigured HTTPClient.
let httpClient = HTTPClient(/*Custom configuration*/)
let client = TelesignClient(httpClient: httpClient,
eventLoop: eventloop,
apiKey: "YOUR_API_KEY",
customerId: "YOUR_CUSTOMER_ID")TelesignKit 1.0.1
This patch release updates the open crypto version to the latest release .