Skip to content

Releases: vapor-community/telesign-kit

3.2.0-beta.1

3.2.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@gwynne gwynne released this 28 Feb 04:36
b1a719c

What's Changed

New Contributors

Full Changelog: 3.1.1...3.2.0-beta.1

TelesignKit 3.1.1

Choose a tag to compare

@Andrewangeta Andrewangeta released this 08 Aug 04:04
fa89055

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

Choose a tag to compare

@Andrewangeta Andrewangeta released this 08 Aug 01:34
f834862

Adds event loop hopping method and unpins AsyncHTTPClient from exact tag.

TelesignKit 3.0.0

Choose a tag to compare

@Andrewangeta Andrewangeta released this 11 Mar 02:09
50e8549

This release requires swift 5.2 and uses apples swift-crypto.

TelesignKit 2.0.0

Choose a tag to compare

@Andrewangeta Andrewangeta released this 05 Jan 21:13
95e1253

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

Choose a tag to compare

@Andrewangeta Andrewangeta released this 09 Dec 23:32
27b76e9

This patch release updates the open crypto version to the latest release .

TelesignKit 1.0.0

Choose a tag to compare

@Andrewangeta Andrewangeta released this 02 Nov 15:31
560de9c
Update README.md