Releases: Apodini/ApodiniAsyncHTTPClient
Releases · Apodini/ApodiniAsyncHTTPClient
0.3.4
0.3.3
0.3.2
What's Changed
- Update dependencies by @ApodiniBot in #11
- Update dependencies by @ApodiniBot in #12
- Update to Apodini 0.6.1 by @PSchmiedmayer & @ApodiniBot in #14
Full Changelog: 0.3.1...0.3.2
0.3.1
Changes
- Update to Apodini 0.5.0 @PSchmiedmayer (#10)
- Update dependencies @ApodiniBot (#9)
- Improve GitHub Action @PSchmiedmayer (#8)
0.3.0
Changes
- Update to Apodini 0.4.0 and add REUSE compliance @PSchmiedmayer (#6)
- Update dependencies @ApodiniBot (#5)
- Update dependencies @ApodiniBot (#4)
0.2.0
Semantic Version Major
-
Update Package to Swift 5.4 @PSchmiedmayer (#294)
Migration Guide
This pull requests introduces breaking changes for users using Swift 5.3.
Package.swift files having ApodiniAsyncHTTPClient as a dependency and use Swift tools version 5.3 (// swift-tools-version:5.3
) will have to update the Swift tools version to Swift 5.4. The Package.swift file must begin like this (or a later version of Swift e.g. 5.5, ...):// swift-tools-version:5.4
Other Changes
- Shut down the HTTP Client when the web service shuts down @PSchmiedmayer (#3)
0.1.1
Changes
- Export AsyncHTTPClient import
0.1.0
Changes
- Added initial implementation for Apodini + AsyncHTTPClient