Skip to content

Releases: Apodini/ApodiniAsyncHTTPClient

0.3.4

13 Apr 07:19
5150714
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.3.4

0.3.3

11 Jan 10:08
6045dd4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.3.3

0.3.2

03 Dec 21:10
caf1d80
Compare
Choose a tag to compare

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

24 Aug 09:05
cb387bd
Compare
Choose a tag to compare

Changes

0.3.0

22 Aug 11:04
6a3e138
Compare
Choose a tag to compare

Changes

0.2.0

14 Jul 13:23
309cd33
Compare
Choose a tag to compare

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

0.1.1

08 Jun 14:19
Compare
Choose a tag to compare

Changes

  • Export AsyncHTTPClient import

0.1.0

06 Jun 22:32
Compare
Choose a tag to compare

Changes

  • Added initial implementation for Apodini + AsyncHTTPClient