Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 1.78 KB

CHANGES.md

File metadata and controls

40 lines (37 loc) · 1.78 KB

0.2.0 2024-09-06

  • Improve certificate checking and authentication (#93) - @Firgeis
  • Check certificate SAN IP address when appropriate (#96) - @Firgeis
  • Close the file descriptor when failing to open a connection (#97) - @EduardoRFS
  • Yield to other threads when reading a message body. This improves fairness for large message bodies (#100)
  • Add error handling to Response.of_file (#103)
  • Add Client.send which sends a Request.t (#110)
  • openssl: set the client verify callback (#112)
  • Piaf.Response: add or_internal_error (#120)
  • Piaf.Response: Add Body.sendfile and Response.sendfile (#124)
  • Piaf.Config: Add config.flush_headers_immediately (#125)
  • Piaf.Server: Add config.shutdown_timeout to wait before shutting down the Piaf server (#174)
  • Websocket support (#139)
  • Multicore support (#151)
  • Allow binding to UNIX domain socket (#161)
  • Don't send invalid HTTP/2 headers (#197)

0.1.0 2021-02-03

  • Initial public release