Skip to content

Releases: diamirio/Endpoints

3.0.2

11 Apr 12:36
ea770e4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

3.0.1

11 Apr 09:40
a8c865d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

29 Mar 10:53
21728d6
Compare
Choose a tag to compare

Migration Guide

For migration from 2.x please read the migration guide.

What's Changed

  • Bump activesupport from 6.1.7 to 6.1.7.3 by @dependabot in #18
  • Bump activesupport from 7.0.4.3 to 7.0.7.2 by @dependabot in #20
  • Update README.md by @kaulex99 in #22
  • Async support by @kaulex99 in #21
    • Removed wrapping withCheckedContinuation functions and rewrote APIs in a native async way.
    • Adopted tests using the new API
    • CI: Updated Checkout Action to v4
    • Added SwiftFormat as a package dependency
    • CI: Added new SwiftFormat style check workflow
    • Updated gems
    • Added new copyright statement in code
    • Added Testbed for testing in an app scenario
    • Updated .gitignore

New Contributors

Full Changelog: 2.2.1...3.0.0

2.2.1

08 Nov 17:32
9151210
Compare
Choose a tag to compare

What's Changed

  • throw error when continuation is canceled but started by @kaulex99 in #15

Full Changelog: 2.2.0...2.2.1

2.2.0

01 Sep 08:49
Compare
Choose a tag to compare
  • async functions now support cancellation
  • changed return type of async functions to a tuple of the parser output & the HTTPURLResponse

2.1.0 Async

06 Jul 15:24
0ae6209
Compare
Choose a tag to compare

Added support for starting calls with Swift concurrency.