Skip to content

0.1.10

Compare
Choose a tag to compare
@BiagioFesta BiagioFesta released this 23 Dec 13:36
· 116 commits to master since this release
cdd2dfa

What's Changed

  • Dedicated Inner QPACK protocol in #119
    • Now wtransport does not require ls-qpack-rs anymore, and thus building process does not requires C-toolchain (LLVM, cmake, C-compiler). Building process now should easier with just rustc!
  • tls: put self-signed generation code behind default-on feature in #107
  • Rework tls example in #108
    • Now full.rs example does not require passing ugly cli options to browser for accepting self-signed certificate.
  • tls: fix macos test build in #109
  • build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #111
  • Add enable_key_log by @StaffEngineer in #112
  • session/proto: remove extern type for url::ParseError in #114
  • build(deps): update rcgen requirement from 0.11.1 to 0.12.0 by @dependabot in #117
  • error: lower case error string msg in #118
  • tls: method for computing SHA256 on certificate in #120

New Contributors

  • @StaffEngineer made their first contribution in #112

Full Changelog: 0.1.9...0.1.10