Skip to content

v0.9.0

Compare
Choose a tag to compare
@tmccombs tmccombs released this 05 Dec 07:16
· 9 commits to main since this release

I apologize for yet another breaking release

This corresponds with the release of hyper 1.0, where it no longer makes sens to have direct support from this library.

Since I needed a breaking change anyway, I took the opportunity to make the API a little cleaner.

[0.9.0] - 2023-12-05

Features

  • [breaking] Remove until & remove option from accept
    • BREAKING CHANGE: remove until from AsyncAccept trait. Use
      StreamExt.take_until on the TlsListener instead.
    • BREAKING CHANGE: accept fn on AsyncAccept trait no longer returns an
      Option
    • BREAKING CHANGE: accept fn on TlsListener no longer returns an Option

Upgrade

  • [breaking] Update to hyper 1.0
    • BREAKING CHANGE: Removed hyper-h1 and hyper-h2 features