Skip to content

0.2.3

Choose a tag to compare

@stevapple stevapple released this 02 Oct 23:46
· 4 commits to main since this release
73d90cf

This release is based on teco-api-models@584211e, updated on September 28th, 2023.

Multipart, Core update, and more

Say hello to Multipart!

In this release we enabled Multipart-only APIs, and slightly improved the documentation. We also updated Teco Core to v0.5.5, which stabilized pagination feature and improved Swift 5.9 compatibility.

We sincerely welcome you to try out and provide feedback, to help improving the Teco Project!

Deprecations from Teco Core

The following TecoSigner type is deprecated or renamed in this release:

  • TCSigner is renamed to TCSignerV3.

The following Teco Core module is deprecated in this release:

  • TecoPaginationHelpers is deprecated and all functionalities are available directly in TecoCore.

Announcement: Teco is going to require Swift 5.7+

Teco 0.2 is about to be the last minor release that supports Swift 5.5 and 5.6. The upcoming 0.3 release will take advantage of newer Swift features like some and any keywords, Sendable and strict concurrency checking, and more.

We recommend users moving forward to Swift 5.7+ for better generics and concurrency support.

What's Changed

Full Changelog: v0.2.2...v0.2.3