Releases: stevapple/swift-tencent-scf-runtime
Releases · stevapple/swift-tencent-scf-runtime
v0.2.3
Update tencent-cloud-core
.
Test against newer toolchains.
v0.2.2
Switch to the standalone version of TencentCloudCore
.
v0.2.1
Introduce TencentCloud.Credential
, which provides the credential for Tencent Cloud APIs.
v0.2.0
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
Provide more precise information when APIGateway.Response.init(statusCode:codableBody:)
failed.
v0.1.0
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
Various patches to Codable
s, which largely simplify the code.
Also fixes Linux tests and CI (finally).
v0.0.3
Fix and update APIGateway
to be compatible and convenient.
v0.0.2
Initial release with everything but deploying tested.