Skip to content

Releases: BiagioFesta/wtransport

0.1.6

03 Oct 21:26
2fa73af
Compare
Choose a tag to compare

What's Changed

  • Doc improvements
  • Hot server configuration reload
  • Proto: API improvements
  • Better error handling on QUIC proto errors
  • Security: fix max payload allocable

Full Changelog: 0.1.5...0.1.6

0.1.5

23 Sep 07:35
b0d2415
Compare
Choose a tag to compare

What's Changed

  • datagram: expose payload as Bytes in #52
  • connection: close method in #55
  • Update wtransport's proto dependency to 0.1.4 by @aecsocket in #56
  • Implement Debug for API types by @rom1v in #59
  • CI improvement with bot for dependency
  • Wait Idle method for endpoint
  • Reworked configuration of ip bind for dual stack option
  • New msrv: rust 1.64
  • Improvement documentation
  • New feature for accessing low level transport quic

New Contributors

Full Changelog: 0.1.4...0.1.5

0.1.4

10 Sep 13:31
4964056
Compare
Choose a tag to compare

What's Changed

  • Session request header API changed;
  • Compliance with rfc and draft;
  • New API for configuring IP bind endpoint configuration.

Fixed

  • Fix datagram max size computation.

New Contributors

Full Changelog: 0.1.3...0.1.4

0.1.3

15 Jul 08:03
a1976ad
Compare
Choose a tag to compare

What's Changed

  • Set/Get priority for streams.
  • reset and stopped method on SendStream.
  • Better support browsers.
  • Exposing more methods on wtransport::Connection from underlying quinn::Connection object by @JustSomeDude301 in #26
  • Initial support for library logging (via tracing).
  • CI improvements.

New Contributors

Full Changelog: 0.1.2...0.1.3

0.1.2

24 Jun 10:09
ad426ac
Compare
Choose a tag to compare

Version 0.1.2

What's Changed

  • Fix tokio::io::AsyncRead for QuicRecvStream by @jensl in #9
  • Breaking API changes:
    • New stage with SessionRequest, allowing controlling HTTP request before accepting connection.
  • Internal refactoring for better error handling and better code.

New Contributors

  • @jensl made their first contribution in #9

Full Changelog: 0.1.1...0.1.2

0.1.1

09 Jun 21:14
24c39f3
Compare
Choose a tag to compare

Version 0.1.1

What's Changed

  • Dgrams support
  • Varint Refactoring
  • Retrieve Remote address
  • Default TLS enforced
  • Others

Full Changelog: 0.1.0...0.1.1

0.1.0

25 May 19:48
947801b
Compare
Choose a tag to compare

Version 0.1.0 - Initial Release of WTransport

This release marks the initial release of WTransport, a Rust library that implements the WebTransport protocol.

While it is not yet production-ready and should be used with caution, this release lays the groundwork for future development and testing.
Users can explore the core functionality of WebTransport, including low-latency bidirectional communication, multiplexing, and enhanced security features.

Contributions, feedback, and bug reports are welcomed as we continue to refine and improve the library.