Skip to content

Releases: stevapple/swift-tencent-scf-runtime

v0.3

01 May 11:00
Compare
Choose a tag to compare

Add CLS support.

v0.2.3

08 Mar 16:39
Compare
Choose a tag to compare

Update tencent-cloud-core.
Test against newer toolchains.

v0.2.2

20 Aug 08:33
Compare
Choose a tag to compare

Switch to the standalone version of TencentCloudCore.

v0.2.1

15 Aug 17:44
Compare
Choose a tag to compare

Introduce TencentCloud.Credential, which provides the credential for Tencent Cloud APIs.

v0.2.0

15 Aug 17:42
Compare
Choose a tag to compare

Introduce a new way to debug with env simulation, with a guide for it.
Make TencentCloudCore an independent target, with TencentSCFRuntimeCore and TencentSCFEvents depending on it.

v0.1.1

14 Aug 05:36
Compare
Choose a tag to compare

Provide more precise information when APIGateway.Response.init(statusCode:codableBody:) failed.

v0.1.0

13 Aug 22:22
Compare
Choose a tag to compare

The first release with full functionality and complete instructions.
This release throws away many useless codes and abandons unsupported endpoints, but there are almost no observable API changes for users.

v0.0.4

13 Aug 06:03
Compare
Choose a tag to compare

Various patches to Codables, which largely simplify the code.
Also fixes Linux tests and CI (finally).

v0.0.3

12 Aug 16:34
Compare
Choose a tag to compare

Fix and update APIGateway to be compatible and convenient.

v0.0.2

12 Aug 12:44
Compare
Choose a tag to compare

Initial release with everything but deploying tested.