http-mirage-client/CHANGES.md

20 lines
548 B
Markdown
Raw Normal View History

2023-07-05 14:33:24 +00:00
# v0.0.5 2023-07-05 - Berlin (Germany)
* Order http2 headers appropriately to avoid malformed requests (as in http-lwt-client#20, @hannesm)
2023-07-03 18:02:12 +00:00
# v0.0.4 2023-07-03 - Berlin (Germany)
* Always lowercase the header keys in HTTP2 (as in http-lwt-client#19, @hannesm)
2023-03-21 21:06:59 +00:00
# v0.0.3 2023-03-21 - Himmelpfort (Germany)
* Adapt to h2 0.10.0 API change, fix test for FreeBSD (#4, @hannesm)
2023-02-01 11:53:16 +00:00
# v0.0.2 2023-02-01 - Aarhus (Denmark)
* Copy buffer earlier to avoid ownership issue (#3, @dinosaure, @reynir)
2022-11-02 12:44:24 +00:00
# v0.0.1 2022-11-02 - Parise (France)
* First release