File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,6 +49,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949
5050### Other
5151
52+ - release ([ #1039 ] ( https://github.com/moq-dev/moq/pull/1039 ) )
53+ - Replace tokio::sync::watch with custom Producer/Subscriber ([ #996 ] ( https://github.com/moq-dev/moq/pull/996 ) )
54+
55+ ## [ 0.10.7] ( https://github.com/moq-dev/moq/compare/moq-clock-v0.10.6...moq-clock-v0.10.7 ) - 2026-03-03
56+
57+ ### Other
58+
5259- Replace tokio::sync::watch with custom Producer/Subscriber ([ #996 ] ( https://github.com/moq-dev/moq/pull/996 ) )
5360
5461## [ 0.10.6] ( https://github.com/moq-dev/moq/compare/moq-clock-v0.10.5...moq-clock-v0.10.6 ) - 2026-02-12
Original file line number Diff line number Diff line change @@ -52,6 +52,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5252
5353### Other
5454
55+ - release ([ #1039 ] ( https://github.com/moq-dev/moq/pull/1039 ) )
56+ - Add broadcast integration tests and fix producer cache handling ([ #1011 ] ( https://github.com/moq-dev/moq/pull/1011 ) )
57+ - Replace --alpn with --client-version / --server-version ([ #1009 ] ( https://github.com/moq-dev/moq/pull/1009 ) )
58+ - Replace tokio::sync::watch with custom Producer/Subscriber ([ #996 ] ( https://github.com/moq-dev/moq/pull/996 ) )
59+
60+ ## [ 0.13.2] ( https://github.com/moq-dev/moq/compare/moq-native-v0.13.1...moq-native-v0.13.2 ) - 2026-03-03
61+
62+ ### Fixed
63+
64+ - prevent panic in Server::close() on ctrl+c ([ #982 ] ( https://github.com/moq-dev/moq/pull/982 ) )
65+
66+ ### Other
67+
5568- Add broadcast integration tests and fix producer cache handling ([ #1011 ] ( https://github.com/moq-dev/moq/pull/1011 ) )
5669- Replace --alpn with --client-version / --server-version ([ #1009 ] ( https://github.com/moq-dev/moq/pull/1009 ) )
5770- Replace tokio::sync::watch with custom Producer/Subscriber ([ #996 ] ( https://github.com/moq-dev/moq/pull/996 ) )
Original file line number Diff line number Diff line change @@ -68,6 +68,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6868
6969### Other
7070
71+ - release ([ #1039 ] ( https://github.com/moq-dev/moq/pull/1039 ) )
72+ - Tweak the API to revert some breaking changes. ([ #1036 ] ( https://github.com/moq-dev/moq/pull/1036 ) )
73+ - Replace tokio::sync::watch with custom Producer/Subscriber ([ #996 ] ( https://github.com/moq-dev/moq/pull/996 ) )
74+ - Increase MAX_STREAMS default and make it configurable ([ #955 ] ( https://github.com/moq-dev/moq/pull/955 ) )
75+
76+ ## [ 0.10.7] ( https://github.com/moq-dev/moq/compare/moq-relay-v0.10.6...moq-relay-v0.10.7 ) - 2026-03-03
77+
78+ ### Other
79+
7180- Tweak the API to revert some breaking changes. ([ #1036 ] ( https://github.com/moq-dev/moq/pull/1036 ) )
7281- Replace tokio::sync::watch with custom Producer/Subscriber ([ #996 ] ( https://github.com/moq-dev/moq/pull/996 ) )
7382- Increase MAX_STREAMS default and make it configurable ([ #955 ] ( https://github.com/moq-dev/moq/pull/955 ) )
You can’t perform that action at this time.
0 commit comments