Releases: mengelbart/moqtransport
Releases · mengelbart/moqtransport
v0.2.0
v0.2.0
This release more or less supports draft-ietf-moq-transport-02 plus moq-wg/moq-transport#352.
What's Changed
- Update message formats to -01 draft version by @mengelbart in #6
- Update CLIENT_SETUP and SERVER_SETUP message types by @mengelbart in #10
- Require Run call to avoid handler setup race condition by @mengelbart in #9
- Update Subscribe Request Message Format by @mengelbart in #14
- Update quic-go, webtransport-go and draft version number by @mengelbart in #13
- Some interop updates by @mengelbart in #15
- Update quic-go and remove module replacements by @mengelbart in #16
- added role argument to client setup functions by @boserohan91 in #18
- Exported role params by @boserohan91 in #20
- fix: do not receive objects on bidirectional streams by @tanghaowillow in #23
- Interop fixes and some refactoring by @mengelbart in #19
- Prepare mocking setup and goroutine leak tests by @mengelbart in #24
- Create go lint and test jobs by @mengelbart in #27
- Add tests for exchanging setup messages by @mengelbart in #26
- Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #28
- Expose role type by @mengelbart in #30
- Add more peer tests by @mengelbart in #31
- Expose QUIC Dial and Listener functions by @mengelbart in #34
- Redesign public peer API by @mengelbart in #36
- Expose location handling, remove some panics by @mengelbart in #37
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #41
- Refactoring: Split peer to messagerouter and session by @mengelbart in #42
- Improve object to track mapping by @mengelbart in #43
- Feat/structured logging by @mengelbart in #44
- Improve error handling using custom errors by @mengelbart in #45
- Add line numbers to logging by @mengelbart in #46
- Update message types by @mengelbart in #47
- Make WebTransport handler path configurable by @mengelbart in #49
- Remove custom loggging key, use slog groups by @mengelbart in #50
- Remove accidental import of x/exp/slices by @mengelbart in #51
- Fix/readme and example by @mengelbart in #52
- Fix message type and length encoding by @mengelbart in #53
- Export some convenience functions / types by @mengelbart in #54
- Ignore certificate files by @mengelbart in #55
- Add version alias and update to draft-02 by @mengelbart in #56
- Remove request suffix by @mengelbart in #57
New Contributors
- @mengelbart made their first contribution in #6
- @boserohan91 made their first contribution in #18
- @tanghaowillow made their first contribution in #23
- @dependabot made their first contribution in #28
Full Changelog: v0.1.0...v0.2.0