Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Releases: vapor/http

Engine 2.2.1

10 Aug 18:54
Compare
Choose a tag to compare

Fixed:

  • Fixed an issue with WebSocket .onX closures in Swift 4.

Milestone

Engine 2.2.0

07 Aug 23:10
Compare
Choose a tag to compare

New:

  • Swift 4 support.

Milestone

Engine 2.1.4

20 Jul 01:00
Compare
Choose a tag to compare

Fixed:

  • Foundation.Data is now ResponeRepresentable

Milestone

Engine 2.1.2

19 Jul 17:22
Compare
Choose a tag to compare

Fixed:

  • SMTP message ID formatting has been fixed.

Milestone

Engine 2.1.1

11 Jul 22:55
Compare
Choose a tag to compare

Fixed:

  • Allows Email to be initialized with an array of recipient addresses.

Milestone

Engine 2.1

15 Jun 13:20
Compare
Choose a tag to compare

New:

  • More flexible redirect choices
  • TCPServer convenience

milestone

Vapor 1.3.13

13 Jun 20:25
Compare
Choose a tag to compare

Fixed:

  • Support proxies

milestone

Engine 2.0.4

06 Jun 14:20
Compare
Choose a tag to compare

Fixed:

  • Resolves a bug created in 2.0.3 that could cause Engine's HTTP Client to send duplicate HTTP bodies.

Milestone

Engine 2.0.3

26 May 12:20
Compare
Choose a tag to compare

Fixed:

  • Fixed a bug that made serializing HTTP messages with large bodies perform slowly.

Milestone

Engine 2.0.2

26 May 11:12
Compare
Choose a tag to compare

Fixed:

  • Host headers in an HTTP request that include the port are properly parsed.

#136