Releases: diamirio/Endpoints
Releases · diamirio/Endpoints
3.0.2
3.0.1
3.0.0
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
- @dependabot made their first contribution in #18
Full Changelog: 2.2.1...3.0.0
2.2.1
2.2.0
2.1.0 Async
Added support for starting calls with Swift concurrency.