0.2.3
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:
TCSigneris renamed toTCSignerV3.
The following Teco Core module is deprecated in this release:
TecoPaginationHelpersis deprecated and all functionalities are available directly inTecoCore.
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
- Updates DocC asides to use
>instead of-by @stevapple in #28 - Removes
import TecoPaginationHelpersthat's no longer necessary by @stevapple in #29 - Updates CI to include Swift 5.9 by @stevapple in #30
- Adds support for Multipart API requests by @stevapple in #31
- Updates service models to 2023-09-28 by @stevapple in #32
- Adds a simple README by @stevapple in #33
Full Changelog: v0.2.2...v0.2.3