Skip to content

Latest commit

 

History

History
77 lines (39 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

77 lines (39 loc) · 1.93 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.

[0.4.2] - 2022-08-26

Fixed

  • Update default connection heartbeat length (PR #47)

[0.4.1] - 2022-02-26

Fixed

  • Update to work with Pony 0.49.0 (PR #43)

[0.4.0] - 2022-02-02

Changed

  • Update to work with Pony 0.47.0 (PR #42)

[0.3.3] - 2022-01-16

Fixed

  • Update to work with Pony 0.46.0 (PR #39)

[0.3.2] - 2021-09-03

Fixed

  • Update to work with ponyc 0.44.0 (PR #31)

[0.3.1] - 2021-05-07

Changed

  • Update to deal with changes to reference capabilities subtyping rules (PR #30)

[0.3.0] - 2021-04-10

Changed

  • Don't export test types (PR #27)
  • Update net_ssl dependency (PR #29)

[0.2.4] - 2021-02-20

Fixed

  • BuildableResponse: unify constructor and setter for content length (PR #23)

[0.2.3] - 2021-02-08

[0.2.2] - 2020-12-10

Fixed

  • Fix HTTP/1.0 connections not closing without keep-alive (PR #19)

[0.2.1] - 2020-05-19

Fixed

  • Close Connection when application requested it with Connection: close header (PR #14)

[0.2.0] - 2020-05-09

Changed

  • Rename package from http/server to http_server. (PR #6)

[0.1.1] - 2020-05-09

[0.1.0] - 2020-05-09