Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Sep 17, 2025

πŸ€– New release

  • moq-transport: 0.11.0 -> 0.11.1 (βœ“ API compatible changes)
  • moq-api: 0.2.4 -> 0.2.5 (βœ“ API compatible changes)
  • moq-native-ietf: 0.5.5 -> 0.5.6 (βœ“ API compatible changes)
  • moq-relay-ietf: 0.7.5 -> 0.7.6
  • moq-pub: 0.8.5 -> 0.8.6 (βœ“ API compatible changes)
  • moq-sub: 0.3.4 -> 0.3.5 (βœ“ API compatible changes)
  • moq-clock-ietf: 0.6.5 -> 0.6.6
Changelog

moq-transport

0.11.1 - 2025-11-05

Fixed

  • fix issues noticed by CoPilot

Other

  • Merge pull request Add logging around kvp parsingΒ #108 from cloudflare/me/more-kvp-parsing-logging
  • Merge pull request Update logging for DatagramsΒ #102 from sgodin/datagram-logging
  • -fix typo in error definition
    • enable trace level logging on fly
  • cargo fmt
  • Add support for nested namespaces
  • Revert "Add support for namespace hierachies"
  • Address PR feedback
  • cargo fmt
  • Add support for namespace hierachies
  • Fix Datagram Support
  • Wire Up Track Status Handling
  • cargo fmt
  • Add separators when printing multiple kv pairs
  • Print max 16 bytes of BytesValues when debugging
  • Cleanup mlog serialization
  • Appease Copilot with more comments
  • Improve err handling of push_and_wait_until_popped
  • Fix comment typo
  • Fix comment typo
  • Fixup Subscribe Alias Handling
  • -fix spelling errors found by CoPilot
  • moq-transport variable renames and comments added
  • Use FilterType::LargestObject for subscribe
  • Fix param types to match draft-14
  • cargo fmt
  • Add MoQT qlog events and TODOs for remainder
  • cargo fmt
  • cargo clippy --fix
  • Add more qlog logging to 'mlog' session logs
  • Add qlog events for generic logs
  • Add some events for subgroup headers and objects
  • Add more moqt qlog events
  • Emit subscribe and subscribe_ok moqt qlog events
  • Add more moqt qlog events
  • Refactor mlog feature for better layering
  • cargo fmt
  • First pass of 'mlog' support
  • Initial mlog scaffolding
  • Add/bump serde for mlog in moq-transport
  • Merge pull request MOQ Interim Updates 2Β #78 from sgodin/moq-interim-updates-2
  • cargo fmt
  • Fix lint nit
  • Fix lint nit
  • Add extra logging
  • cargo fmt
    • send track_alias in SubscribeOk to match what is sent in the stream header
  • cargo fmt
  • Appease linter
  • -clock demo - task out reception of new streams so we don't need to wait for previous stream to end
  • Tidy versions test fixture
  • Tidy track namespace test fixture
  • Tidy tuple test fixture
  • Setup message test formatting
  • Fix comment placement in Location test
  • Fix comment placement in KeyValuePair tests
  • VarInt tests - use binary literals for readability

moq-api

0.2.5 - 2025-11-05

Other

  • Bump redis to fix deprecation warning during build

moq-native-ietf

0.5.6 - 2025-11-05

Other

  • Update moq-native-ietf/src/quic.rs
  • Print CID for clock sessions
  • cargo fmt
  • Refactor mlog feature for better layering
  • First pass of 'mlog' support
  • Implement per-connection qlog file generation
  • Thread qlog_dir and base_server_config to accept_session
  • Store qlog_dir and base_server_config in Server struct
  • Validate qlog directory exists at startup
  • Add --qlog-dir CLI argument to QUIC configuration
  • Enable qlog feature of quinn
  • Log QUIC CIDs for accepted connections
  • Use newer quinn

moq-relay-ietf

0.7.6 - 2025-11-05

Other

  • cargo fmt
  • Add support for nested namespaces
  • Revert "Add support for namespace hierachies"
  • Address PR feedback
  • cargo fmt
  • Add support for namespace hierachies
  • Wire Up Track Status Handling
  • moq-relay-ietf variable renames and comments added
  • Update moq-relay-ietf/src/relay.rs
  • Print CID for clock sessions
  • Add --mlog-serve
  • Refactor mlog feature for better layering
  • First pass of 'mlog' support
  • Allow either CID or CID_server.qlog paths
  • Add --qlog-serve
  • Wire qlog_dir CLI argument through moq-relay-ietf
  • Add --qlog-dir CLI argument to QUIC configuration

moq-pub

0.8.6 - 2025-11-05

Other

  • moq-transport variable renames and comments added
  • Log CID
  • Print CID for clock sessions
  • Add --qlog-dir CLI argument to QUIC configuration

moq-sub

0.3.5 - 2025-11-05

Other

  • Add support for nested namespaces
  • Log CID
  • Print CID for clock sessions
  • Add --qlog-dir CLI argument to QUIC configuration
  • Merge branch 'main' into sub-catalog

moq-clock-ietf

0.6.6 - 2025-11-05

Other

  • Fix Datagram Support
  • Wire Up Track Status Handling
  • moq-clock-ietf variable renames and comments added
  • Print CID for clock sessions
  • Add --qlog-dir CLI argument to QUIC configuration
  • -clock demo - task out reception of new streams so we don't need to wait for previous stream to end


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore(moq-transport): release v0.11.1 chore: release Sep 17, 2025
@github-actions github-actions bot force-pushed the release-plz-2025-09-17T21-43-36Z branch 4 times, most recently from 0487b5f to f34ae4f Compare September 23, 2025 20:43
@github-actions github-actions bot force-pushed the release-plz-2025-09-17T21-43-36Z branch 2 times, most recently from 656c1ce to 21e24a7 Compare October 8, 2025 01:33
@github-actions github-actions bot force-pushed the release-plz-2025-09-17T21-43-36Z branch 13 times, most recently from 9c1d9a4 to d286962 Compare October 30, 2025 05:10
@github-actions github-actions bot force-pushed the release-plz-2025-09-17T21-43-36Z branch 10 times, most recently from 329c642 to 1fe0c75 Compare November 5, 2025 16:17
@github-actions github-actions bot force-pushed the release-plz-2025-09-17T21-43-36Z branch from 1fe0c75 to ac5a5db Compare November 5, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants