Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 02:47
· 64 commits to main since this release
b61a868

Fixed

  • [breaking] Remove drained_remaining public method

Other

  • Add more test coverage
  • Remove more explicit libc::close calls
  • Clarifies what this.inner.poll_shutdown does
  • Improve integration tests: try reading/writing after close, catch errors from both sides
  • Don't forget to close fd on writer side
  • Simplify/clarify code around alerts
  • Use enums to 'parse' TLS alerts
  • Depend on ktls-recvmsg v0.1.3
  • Remove panic, ktls may send unfinished alert msg
  • assert instead of asser_eq
  • Adding edge case in integration test for session shutdown
  • Properly handle critical alerts
  • Add crates.io badge
  • Use Rust stable for tests