moq-native 0.19.13

Media over QUIC - Helper library for native applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.19.13]https://github.com/moq-dev/moq/compare/moq-native-v0.19.12...moq-native-v0.19.13 - 2026-08-24

### Other

- update Cargo.toml dependencies

## [0.19.12]https://github.com/moq-dev/moq/compare/moq-native-v0.19.11...moq-native-v0.19.12 - 2026-08-20

### Added

- *(moq-native)* size the UDP socket buffers, warning when the kernel clamps ([#2940]https://github.com/moq-dev/moq/pull/2940)
- *(video)* render PipeWire DMA-BUF frames ([#2839]https://github.com/moq-dev/moq/pull/2839)

### Fixed

- *(native)* restore nightly checks ([#2954]https://github.com/moq-dev/moq/pull/2954)

### Other

- *(deps)* bump the cargo group with 7 updates ([#2888]https://github.com/moq-dev/moq/pull/2888)

## [0.19.11]https://github.com/moq-dev/moq/compare/moq-native-v0.19.10...moq-native-v0.19.11 - 2026-08-14

### Added

- *(cli)* run multiple import/export stages over one connection ([#2809]https://github.com/moq-dev/moq/pull/2809)

### Other

- reload custom root CAs without restart ([#2863]https://github.com/moq-dev/moq/pull/2863)

## [0.19.10]https://github.com/moq-dev/moq/compare/moq-native-v0.19.9...moq-native-v0.19.10 - 2026-08-13

### Added

- *(native)* start dialing before the AAAA answer lands ([#2749]https://github.com/moq-dev/moq/pull/2749)
- *(bindings)* expose incoming request path and query ([#2738]https://github.com/moq-dev/moq/pull/2738)

### Fixed

- *(net)* keep a live-edge subscriber at the live edge across a takeover ([#2785]https://github.com/moq-dev/moq/pull/2785)
- *(native)* make a build with one transport compile again ([#2780]https://github.com/moq-dev/moq/pull/2780)
- *(native)* generate protocol version help ([#2719]https://github.com/moq-dev/moq/pull/2719)

## [0.19.9]https://github.com/moq-dev/moq/compare/moq-native-v0.19.8...moq-native-v0.19.9 - 2026-08-07

### Added

- *(libmoq)* add a client config handle, and advanced settings to the OBS plugin ([#2650]https://github.com/moq-dev/moq/pull/2650)

### Fixed

- *(moq-native)* serve the configured server over tcp:// and unix:// ([#2689]https://github.com/moq-dev/moq/pull/2689)

## [0.19.8]https://github.com/moq-dev/moq/compare/moq-native-v0.19.7...moq-native-v0.19.8 - 2026-08-06

### Added

- *(moq-native)* classify, pace, and publish accept(2) failures ([#2687]https://github.com/moq-dev/moq/pull/2687)
- fail-fast retries: jittered backoff bounded by time, not error type ([#2647]https://github.com/moq-dev/moq/pull/2647)

### Fixed

- *(net)* let the accepting side pick the retention window when the wire carries none ([#2657]https://github.com/moq-dev/moq/pull/2657)

## [0.19.7]https://github.com/moq-dev/moq/compare/moq-native-v0.19.6...moq-native-v0.19.7 - 2026-08-05

### Added

- *(native)* race resolved addresses Happy Eyeballs style when dialing ([#2594]https://github.com/moq-dev/moq/pull/2594)

### Fixed

- *(rtmp,native)* close two keep-alive gaps on the accept side ([#2644]https://github.com/moq-dev/moq/pull/2644)
- *(native)* bound Client::connect so a silent peer can't wedge reconnect ([#2622]https://github.com/moq-dev/moq/pull/2622)

## [0.19.6]https://github.com/moq-dev/moq/compare/moq-native-v0.19.5...moq-native-v0.19.6 - 2026-08-03

### Fixed

- *(moq-native)* dial the resolver's first choice, not the first family match ([#2592]https://github.com/moq-dev/moq/pull/2592)
- *(native)* send the request path and query in the SETUP on every URI-less transport ([#2572]https://github.com/moq-dev/moq/pull/2572)

### Other

- add Client::with_peer_origin for peers that declare no identity ([#2577]https://github.com/moq-dev/moq/pull/2577)

## [0.19.5]https://github.com/moq-dev/moq/compare/moq-native-v0.19.4...moq-native-v0.19.5 - 2026-07-31

### Added

- *(relay)* expose internal nodes endpoint ([#2555]https://github.com/moq-dev/moq/pull/2555)

## [0.19.4]https://github.com/moq-dev/moq/compare/moq-native-v0.19.3...moq-native-v0.19.4 - 2026-07-29

### Added

- *(net)* fail over across redundant publishers via per-peer route selection ([#2473]https://github.com/moq-dev/moq/pull/2473)

### Fixed

- *(moq-boy,moq-native)* dial the relay via --client-connect again ([#2551]https://github.com/moq-dev/moq/pull/2551)

## [0.19.3]https://github.com/moq-dev/moq/compare/moq-native-v0.19.2...moq-native-v0.19.3 - 2026-07-25

### Fixed

- *(net)* tear down idle upstream subscriptions ([#2500]https://github.com/moq-dev/moq/pull/2500)

## [0.19.2]https://github.com/moq-dev/moq/compare/moq-native-v0.19.1...moq-native-v0.19.2 - 2026-07-24

### Added

- *(moq-net)* linger a broadcast across an ungraceful source loss ([#2469]https://github.com/moq-dev/moq/pull/2469)
- *(native)* default quinn and quiche to delay-based congestion control ([#2468]https://github.com/moq-dev/moq/pull/2468)

## [0.19.1]https://github.com/moq-dev/moq/compare/moq-native-v0.19.0...moq-native-v0.19.1 - 2026-07-23

### Added

- *(native)* capture qlog traces on the quinn, quiche, and noq backends ([#2451]https://github.com/moq-dev/moq/pull/2451)

### Other

- *(rust)* pin the toolchain and correct the MSRV claims ([#2462]https://github.com/moq-dev/moq/pull/2462)

## [0.19.0]https://github.com/moq-dev/moq/compare/moq-native-v0.18.3...moq-native-v0.19.0 - 2026-07-22

### Added

- *(moq-native)* expose a congestion control knob on every QUIC backend ([#2432]https://github.com/moq-dev/moq/pull/2432)
- *(net)* route by cumulative cost on lite-06 announcements ([#2424]https://github.com/moq-dev/moq/pull/2424)
- *(net)* [**breaking**] accept an empty PATH and default it to "" across protocols ([#2414]https://github.com/moq-dev/moq/pull/2414)

### Fixed

- [**breaking**] correct catalog, timeline, token, and teardown contracts found in API review ([#2439]https://github.com/moq-dev/moq/pull/2439)

### Other

- *(stats)* [**breaking**] collect traffic counters in the model layer ([#2427]https://github.com/moq-dev/moq/pull/2427)
- Merge branch 'main' into dev
- *(net)* [**breaking**] route everything through create_broadcast, gate announce on Route.live ([#2396]https://github.com/moq-dev/moq/pull/2396)
- Merge branch 'main' into dev

## [0.18.3]https://github.com/moq-dev/moq/compare/moq-native-v0.18.2...moq-native-v0.18.3 - 2026-07-18

### Fixed

- *(moq-native)* silence gso_disabled dead-code in default builds ([#2360]https://github.com/moq-dev/moq/pull/2360)

### Other

- *(deps)* bump the cargo group across 1 directory with 3 updates ([#2273]https://github.com/moq-dev/moq/pull/2273)

## [0.18.2]https://github.com/moq-dev/moq/compare/moq-native-v0.18.1...moq-native-v0.18.2 - 2026-07-16

### Fixed

- *(moq-native)* accept SNI-less raw QUIC connections ([#2294]https://github.com/moq-dev/moq/pull/2294)

### Other

- *(moq-native)* ignore flaky quiche_webtransport (SIGSEGV on CI) ([#2300]https://github.com/moq-dev/moq/pull/2300)

## [0.18.1]https://github.com/moq-dev/moq/compare/moq-native-v0.18.0...moq-native-v0.18.1 - 2026-07-15

### Fixed

- *(moq-gst)* reconnect the moqsink publisher instead of dying on transport death ([#2240]https://github.com/moq-dev/moq/pull/2240)

## [0.18.0]https://github.com/moq-dev/moq/compare/moq-native-v0.17.8...moq-native-v0.18.0 - 2026-07-12

### Added

- *(moq-native)* add quic::Client/quic::Server transport config ([#2161]https://github.com/moq-dev/moq/pull/2161)

## [0.17.8]https://github.com/moq-dev/moq/compare/moq-native-v0.17.7...moq-native-v0.17.8 - 2026-07-09

### Added

- *(moq-native)* optional client TLS host_name (SNI) override ([#2107]https://github.com/moq-dev/moq/pull/2107)
- *(moq-net,js/net)* add moq-transport draft-19 (moqt-19) ([#2106]https://github.com/moq-dev/moq/pull/2106)

### Fixed

- *(moq-native)* compile for target_os="android" under jni 0.22 ([#2105]https://github.com/moq-dev/moq/pull/2105)

## [0.17.7]https://github.com/moq-dev/moq/compare/moq-native-v0.17.6...moq-native-v0.17.7 - 2026-07-05

### Other

- *(deps)* bump the cargo group with 9 updates ([#2098]https://github.com/moq-dev/moq/pull/2098)

## [0.17.6]https://github.com/moq-dev/moq/compare/moq-native-v0.17.5...moq-native-v0.17.6 - 2026-07-04

### Added

- *(moq-mux)* Opus audio over MPEG-TS (import + export) ([#1965]https://github.com/moq-dev/moq/pull/1965)
- *(moq-net)* moq-lite-05 SETUP message + PATH parameter ([#1954]https://github.com/moq-dev/moq/pull/1954)

### Fixed

- *(moq-native)* verify server certs with the OS platform verifier ([#1968]https://github.com/moq-dev/moq/pull/1968)

### Other

- resolve client protocol versions once, thread into QUIC backends ([#2065]https://github.com/moq-dev/moq/pull/2065)
- Enable TCP keepalive on the HTTP/WebSocket listener and RTMP client ([#2069]https://github.com/moq-dev/moq/pull/2069)
- Move the connect URL and connect/serve loops into moq-native ([#2048]https://github.com/moq-dev/moq/pull/2048)
- [codex] Future-proof moq-net metadata structs ([#2046]https://github.com/moq-dev/moq/pull/2046)
- Fold the internal listener into --server-bind (one authenticated accept path) ([#1974]https://github.com/moq-dev/moq/pull/1974)
- *(rs)* upgrade reqwest 0.12 -> 0.13 across the workspace ([#1972]https://github.com/moq-dev/moq/pull/1972)

## [0.17.5]https://github.com/moq-dev/moq/compare/moq-native-v0.17.4...moq-native-v0.17.5 - 2026-06-30

### Added

- *(moq-rtmp)* RTMP/E-RTMP gateway + enhanced-RTMP FLV codecs on main ([#1914]https://github.com/moq-dev/moq/pull/1914)
- *(moq-relay)* reuse client TLS for outbound auth HTTP; make --client-tls-* flags consistent ([#1901]https://github.com/moq-dev/moq/pull/1901)
- *(moq-native)* unified client TLS verification + quiche backend support ([#1902]https://github.com/moq-dev/moq/pull/1902)

### Other

- [codex] support relay HTTPS cert arrays ([#1932]https://github.com/moq-dev/moq/pull/1932)

## [0.17.4]https://github.com/moq-dev/moq/compare/moq-native-v0.17.3...moq-native-v0.17.4 - 2026-06-23

### Added

- *(relay)* unauthenticated internal listener over qmux (tcp:// + unix://) ([#1810]https://github.com/moq-dev/moq/pull/1810)

### Fixed

- *(moq-native)* back off when a session flaps instead of busy-looping ([#1806]https://github.com/moq-dev/moq/pull/1806)

### Other

- Skip dual-stack bind tests when the host lacks IPv6 ([#1878]https://github.com/moq-dev/moq/pull/1878)
- release ([#1774]https://github.com/moq-dev/moq/pull/1774)

## [0.17.3]https://github.com/moq-dev/moq/compare/moq-native-v0.17.2...moq-native-v0.17.3 - 2026-06-19

### Added

- *(relay)* close sessions when the token/cert expires ([#1789]https://github.com/moq-dev/moq/pull/1789)

### Fixed

- *(moq-native)* keep has_peer_certificate as deprecated, release 0.17.3 ([#1790]https://github.com/moq-dev/moq/pull/1790)

## [0.17.2]https://github.com/moq-dev/moq/compare/moq-native-v0.17.1...moq-native-v0.17.2 - 2026-06-17

### Fixed

- *(moq-relay,moq-native)* stop the cert-reload busy loop, then dedupe FileWatcher ([#1773]https://github.com/moq-dev/moq/pull/1773)

### Other

- release ([#1676]https://github.com/moq-dev/moq/pull/1676)

## [0.17.1]https://github.com/moq-dev/moq/compare/moq-native-v0.17.0...moq-native-v0.17.1 - 2026-06-16

### Added

- *(moq-native)* mTLS + preferred_address on the noq backend ([#1741]https://github.com/moq-dev/moq/pull/1741)
- *(moq-native)* add --tls-system-roots to trust custom and system roots together ([#1711]https://github.com/moq-dev/moq/pull/1711)
- *(moq-native)* enable BBR3 congestion control on the noq backend ([#1706]https://github.com/moq-dev/moq/pull/1706)
- certificate pinning for native and browser clients ([#1698]https://github.com/moq-dev/moq/pull/1698)

### Fixed

- *(moq-native)* watch current dir for bare-filename certs ([#1751]https://github.com/moq-dev/moq/pull/1751)
- *(moq-net)* don't tear down session on unauthorized announce-interest ([#1717]https://github.com/moq-dev/moq/pull/1717)
- *(native)* surface terminal auth connect errors ([#1649]https://github.com/moq-dev/moq/pull/1649)

### Other

- *(moq-native)* bump to 0.17.1 to unblock moq-relay release ([#1755]https://github.com/moq-dev/moq/pull/1755)
- Windows support: dual-stack IPv4/IPv6 sockets, setup.bat, and `just dev` ([#1732]https://github.com/moq-dev/moq/pull/1732)
- *(moq-native)* remove tokio-console instrumentation ([#1699]https://github.com/moq-dev/moq/pull/1699)
- *(demo,doc)* drop redundant /anon prefix from localhost URLs ([#1688]https://github.com/moq-dev/moq/pull/1688)

### Added

- *(moq-native)* support mTLS client certificates and `preferred_address` on the noq backend, bringing it to parity with quinn.

### Changed

- *(moq-native)* rename `Error::MtlsQuinnOnly` to `Error::MtlsUnsupported`; mTLS now works on both the quinn and noq backends.

## [0.17.0]https://github.com/moq-dev/moq/compare/moq-native-v0.16.3...moq-native-v0.17.0 - 2026-06-10

### Added

- *(moq-relay)* reload TLS certs on filesystem change instead of SIGUSR1 ([#1630]https://github.com/moq-dev/moq/pull/1630)

### Fixed

- *(moq-relay)* classify malformed auth-API JSON as an upstream 502

### Other

- Revert accidental commit 24d25604 (moq-native connect/reconnect refactor)
- *(moq-native)* migrate from anyhow to thiserror ([#1651]https://github.com/moq-dev/moq/pull/1651)

## [0.16.3]https://github.com/moq-dev/moq/compare/moq-native-v0.16.2...moq-native-v0.16.3 - 2026-06-03

### Other

- *(deps)* bump the cargo group (with code fixes for rand/rubato/rcgen) ([#1603]https://github.com/moq-dev/moq/pull/1603)

## [0.16.2]https://github.com/moq-dev/moq/compare/moq-native-v0.16.1...moq-native-v0.16.2 - 2026-06-02

### Other

- enable WebSocket keep-alive on the client path ([#1580]https://github.com/moq-dev/moq/pull/1580)

## [0.16.1]https://github.com/moq-dev/moq/compare/moq-native-v0.16.0...moq-native-v0.16.1 - 2026-05-30

### Other

- route Android logs to logcat ([#1541]https://github.com/moq-dev/moq/pull/1541)

## [0.16.0]https://github.com/moq-dev/moq/compare/moq-native-v0.15.0...moq-native-v0.16.0 - 2026-05-30

### Fixed

- *(changelog)* repair malformed CHANGELOGs blocking release-plz ([#1511]https://github.com/moq-dev/moq/pull/1511)

### Other

- auto-reconnect sessions; conducer-based Reconnect notifications ([#1544]https://github.com/moq-dev/moq/pull/1544)
- scope mTLS grants to the connection URL path ([#1535]https://github.com/moq-dev/moq/pull/1535)
- stop downgrading WebSocket clients to moq-lite-02 ([#1523]https://github.com/moq-dev/moq/pull/1523)
- lint shell, workflows, TOML, Nix, and justfiles via nix devShell ([#1519]https://github.com/moq-dev/moq/pull/1519)
- advertise QUIC preferred_address in the server config ([#1512]https://github.com/moq-dev/moq/pull/1512)
- *(jemalloc)* drop runtime activation; fixes moq-boy startup crash ([#1509]https://github.com/moq-dev/moq/pull/1509)
- release ([#1493]https://github.com/moq-dev/moq/pull/1493)

## [0.15.0]https://github.com/moq-dev/moq/compare/moq-native-v0.14.4...moq-native-v0.15.0 - 2026-05-25

### Other

- convert to a moq-native example ([#1494]https://github.com/moq-dev/moq/pull/1494)
- release ([#1475]https://github.com/moq-dev/moq/pull/1475)
- *(rs)* add cargo-deny and resolve outstanding advisories ([#1486]https://github.com/moq-dev/moq/pull/1486)

## [0.14.4]https://github.com/moq-dev/moq/compare/moq-native-v0.14.3...moq-native-v0.14.4 - 2026-05-23

### Other

- Add stats via MoQ broadcasts ([#1442]https://github.com/moq-dev/moq/pull/1442)
- Make reconnect timeout mandatory with 5-minute default ([#1443]https://github.com/moq-dev/moq/pull/1443)

## [0.14.3]https://github.com/moq-dev/moq/compare/moq-native-v0.14.2...moq-native-v0.14.3 - 2026-05-21

### Other

- Add audio encoder reconfiguration ([#1362]https://github.com/moq-dev/moq/pull/1362)

## [0.14.2]https://github.com/moq-dev/moq/compare/moq-native-v0.14.1...moq-native-v0.14.2 - 2026-05-20

### Other

- rename moq-lite package to moq-net ([#1428]https://github.com/moq-dev/moq/pull/1428)

## [0.14.1]https://github.com/moq-dev/moq/compare/moq-native-v0.14.0...moq-native-v0.14.1 - 2026-05-18

### Fixed

- bump web-transport-iroh to 0.4 to unbreak cargo update ([#1421]https://github.com/moq-dev/moq/pull/1421)

### Other

- Add draft-ietf-moq-transport-18 support ([#1418]https://github.com/moq-dev/moq/pull/1418)

## [0.14.0]https://github.com/moq-dev/moq/compare/moq-native-v0.13.13...moq-native-v0.14.0 - 2026-05-07

### Fixed

- *(config)* accept single string or array for TOML list fields ([#1377]https://github.com/moq-dev/moq/pull/1377)

### Other

- Fix DNS resolution to prefer matching address family ([#1379]https://github.com/moq-dev/moq/pull/1379)
- Revert moq-lite FETCH/Subscription API changes ([#1372]https://github.com/moq-dev/moq/pull/1372)
- relocate jemalloc helper; wire it into moq-boy ([#1360]https://github.com/moq-dev/moq/pull/1360)
- backport Subscription model API for FETCH readiness ([#1348]https://github.com/moq-dev/moq/pull/1348)
- hop-based clustering ([#1322]https://github.com/moq-dev/moq/pull/1322)

## [0.13.13]https://github.com/moq-dev/moq/compare/moq-native-v0.13.12...moq-native-v0.13.13 - 2026-04-19

### Other

- resolve DNS hostnames in --server-bind ([#1332]https://github.com/moq-dev/moq/pull/1332)
- Add README files for Rust crates ([#1284]https://github.com/moq-dev/moq/pull/1284)
- Clarify group delivery semantics with recv_group and next_group_ordered ([#1324]https://github.com/moq-dev/moq/pull/1324)

## [0.13.11]https://github.com/moq-dev/moq/compare/moq-native-v0.13.10...moq-native-v0.13.11 - 2026-04-15

### Other

- Add mTLS support for moq-relay ([#1299]https://github.com/moq-dev/moq/pull/1299)

## [0.13.10]https://github.com/moq-dev/moq/compare/moq-native-v0.13.9...moq-native-v0.13.10 - 2026-04-09

### Other

- Add automatic reconnection with exponential backoff ([#1246]https://github.com/moq-dev/moq/pull/1246)

## [0.13.9]https://github.com/moq-dev/moq/compare/moq-native-v0.13.8...moq-native-v0.13.9 - 2026-04-07

### Added

- *(moq-native)* support websocket-only client ([#1235]https://github.com/moq-dev/moq/pull/1235)

## [0.13.8]https://github.com/moq-dev/moq/compare/moq-native-v0.13.7...moq-native-v0.13.8 - 2026-04-07

### Other

- Increase QUIC idle timeout to 30s and keep-alive to 5s ([#1221]https://github.com/moq-dev/moq/pull/1221)

## [0.13.7]https://github.com/moq-dev/moq/compare/moq-native-v0.13.6...moq-native-v0.13.7 - 2026-04-03

### Other

- Add moq-relay release workflow and Nix cache configuration ([#1178]https://github.com/moq-dev/moq/pull/1178)
- Update dependencies including breaking changes ([#1175]https://github.com/moq-dev/moq/pull/1175)

## [0.13.6]https://github.com/moq-dev/moq/compare/moq-native-v0.13.5...moq-native-v0.13.6 - 2026-03-18

### Other

- Improve the connect logging. ([#1131]https://github.com/moq-dev/moq/pull/1131)
- Remove unused dev-dependencies and bump @moq/qmux ([#1126]https://github.com/moq-dev/moq/pull/1126)
- Bump @moq/qmux to 0.0.4

## [0.13.5]https://github.com/moq-dev/moq/compare/moq-native-v0.13.4...moq-native-v0.13.5 - 2026-03-16

### Other

- update Cargo.toml dependencies

## [0.13.4]https://github.com/moq-dev/moq/compare/moq-native-v0.13.3...moq-native-v0.13.4 - 2026-03-13

### Other

- Switch to qmux with ALPN negotiation and TLS 1.2 ([#1096]https://github.com/moq-dev/moq/pull/1096)
- Fix iroh test and add noq backend tests ([#1093]https://github.com/moq-dev/moq/pull/1093)
- Fix clippy large_enum_variant warning for RequestKind ([#1092]https://github.com/moq-dev/moq/pull/1092)

## [0.13.2]https://github.com/moq-dev/moq/compare/moq-native-v0.13.1...moq-native-v0.13.2 - 2026-03-03

### Fixed

- prevent panic in Server::close() on ctrl+c ([#982]https://github.com/moq-dev/moq/pull/982)

### Other

- release ([#1039]https://github.com/moq-dev/moq/pull/1039)
- Add broadcast integration tests and fix producer cache handling ([#1011]https://github.com/moq-dev/moq/pull/1011)
- Replace --alpn with --client-version / --server-version ([#1009]https://github.com/moq-dev/moq/pull/1009)
- Replace tokio::sync::watch with custom Producer/Subscriber ([#996]https://github.com/moq-dev/moq/pull/996)

## [0.13.0]https://github.com/moq-dev/moq/compare/moq-native-v0.12.2...moq-native-v0.13.0 - 2026-02-12

### Other

- Reduce the moq-lite API size ([#943]https://github.com/moq-dev/moq/pull/943)
- (AI) Initial moq-transport-15 support ([#930]https://github.com/moq-dev/moq/pull/930)
- (AI) Add support for quiche to moq-native ([#928]https://github.com/moq-dev/moq/pull/928)

## [0.12.2]https://github.com/moq-dev/moq/compare/moq-native-v0.12.1...moq-native-v0.12.2 - 2026-02-09

### Other

- Revert ipv4 and fix tls.disable-verify in TOML ([#918]https://github.com/moq-dev/moq/pull/918)

## [0.12.1]https://github.com/moq-dev/moq/compare/moq-native-v0.12.0...moq-native-v0.12.1 - 2026-02-03

### Other

- Tweak a few small things the AI merge missed. ([#876]https://github.com/moq-dev/moq/pull/876)
- Remove Produce struct and simplify API ([#875]https://github.com/moq-dev/moq/pull/875)

## [0.12.0]https://github.com/moq-dev/moq/compare/moq-native-v0.11.0...moq-native-v0.12.0 - 2026-01-24

### Other

- Add a builder pattern for constructing clients/servers ([#862]https://github.com/moq-dev/moq/pull/862)
- Add #[non_exhaustive] to moq-native configuration. ([#850]https://github.com/moq-dev/moq/pull/850)
- moq-native: Implement QUIC-LB compatible CID generation ([#848]https://github.com/moq-dev/moq/pull/848)
- Fix bugs with WebSocket fallback ([#844]https://github.com/moq-dev/moq/pull/844)
- upgrade to Rust edition 2024 ([#838]https://github.com/moq-dev/moq/pull/838)

## [0.11.0]https://github.com/moq-dev/moq/compare/moq-native-v0.10.1...moq-native-v0.11.0 - 2026-01-10

### Added

- iroh support ([#794]https://github.com/moq-dev/moq/pull/794)

### Other

- support WebSocket fallback for clients ([#812]https://github.com/moq-dev/moq/pull/812)
- Add debug features to moq-native ([#806]https://github.com/moq-dev/moq/pull/806)
- Certificate reloading ([#774]https://github.com/moq-dev/moq/pull/774)

## [0.10.1]https://github.com/moq-dev/moq/compare/moq-native-v0.10.0...moq-native-v0.10.1 - 2025-12-13

### Other

- kixelated -> moq-dev ([#749]https://github.com/moq-dev/moq/pull/749)
- Fix some deployment stuff. ([#747]https://github.com/moq-dev/moq/pull/747)

## [0.10.0]https://github.com/moq-dev/moq/compare/moq-native-v0.9.6...moq-native-v0.10.0 - 2025-11-26

### Other

- Upgrade web-transport ([#680]https://github.com/moq-dev/moq/pull/680)
- Add moqt:// support. ([#659]https://github.com/moq-dev/moq/pull/659)
- Allow --tls-disable-verify without false. ([#648]https://github.com/moq-dev/moq/pull/648)

## [0.9.0]https://github.com/moq-dev/moq/compare/moq-native-v0.8.4...moq-native-v0.9.0 - 2025-10-25

### Other

- Fix an arg collision with --tls-root and --cluster-root ([#637]https://github.com/moq-dev/moq/pull/637)

## [0.8.4]https://github.com/moq-dev/moq/compare/moq-native-v0.8.3...moq-native-v0.8.4 - 2025-10-18

### Other

- Fix a potential race with append_group ([#600]https://github.com/moq-dev/moq/pull/600)

## [0.8.3]https://github.com/moq-dev/moq/compare/moq-native-v0.8.2...moq-native-v0.8.3 - 2025-09-05

### Added

- *(moq-native)* support raw QUIC sessions with `moql://` URLs ([#578]https://github.com/moq-dev/moq/pull/578)

## [0.8.2]https://github.com/moq-dev/moq/compare/moq-native-v0.8.1...moq-native-v0.8.2 - 2025-09-04

### Other

- Support aws_lc_rs or ring in moq-native ([#574]https://github.com/moq-dev/moq/pull/574)

## [0.8.0]https://github.com/moq-dev/moq/compare/moq-native-v0.7.7...moq-native-v0.8.0 - 2025-09-04

### Other

- Add WebSocket fallback support ([#570]https://github.com/moq-dev/moq/pull/570)

## [0.7.7]https://github.com/moq-dev/moq/compare/moq-native-v0.7.6...moq-native-v0.7.7 - 2025-08-12

### Other

- Less verbose errors, using % instead of ? ([#521]https://github.com/moq-dev/moq/pull/521)

## [0.7.6]https://github.com/moq-dev/moq/compare/moq-native-v0.7.5...moq-native-v0.7.6 - 2025-07-31

### Other

- updated the following local packages: moq-lite

## [0.7.5]https://github.com/moq-dev/moq/compare/moq-native-v0.7.4...moq-native-v0.7.5 - 2025-07-22

### Other

- Use Nix to build Docker images, supporting environment variables instead of TOML ([#486]https://github.com/moq-dev/moq/pull/486)
- Reject WebTransport connections early ([#479]https://github.com/moq-dev/moq/pull/479)

## [0.7.4]https://github.com/moq-dev/moq/compare/moq-native-v0.7.3...moq-native-v0.7.4 - 2025-07-19

### Other

- updated the following local packages: moq-lite

## [0.7.3]https://github.com/moq-dev/moq/compare/moq-native-v0.7.2...moq-native-v0.7.3 - 2025-07-16

### Other

- Remove hang-wasm and fix some minor things. ([#465]https://github.com/moq-dev/moq/pull/465)

## [0.7.2]https://github.com/moq-dev/moq/compare/moq-native-v0.7.1...moq-native-v0.7.2 - 2025-06-29

### Other

- Revamp auth one last time... for now. ([#453]https://github.com/moq-dev/moq/pull/453)

## [0.7.1]https://github.com/moq-dev/moq/compare/moq-native-v0.7.0...moq-native-v0.7.1 - 2025-06-16

### Fixed

- args for tls generate need to be without the port number ([#413]https://github.com/moq-dev/moq/pull/413)

### Other

- Default to the first certificate when SNI matching fails. ([#414]https://github.com/moq-dev/moq/pull/414)

## [0.7.0]https://github.com/moq-dev/moq/compare/moq-native-v0.6.9...moq-native-v0.7.0 - 2025-06-03

### Other

- Add support for authentication tokens ([#399]https://github.com/moq-dev/moq/pull/399)

## [0.6.9]https://github.com/moq-dev/moq/compare/moq-native-v0.6.8...moq-native-v0.6.9 - 2025-05-21

### Other

- Split into Rust/Javascript halves and rebrand as moq-lite/hang ([#376]https://github.com/moq-dev/moq/pull/376)

## [0.6.8]https://github.com/moq-dev/moq/compare/moq-native-v0.6.7...moq-native-v0.6.8 - 2025-03-09

### Other

- Less aggressive idle timeout. ([#351]https://github.com/moq-dev/moq/pull/351)

## [0.6.7]https://github.com/moq-dev/moq/compare/moq-native-v0.6.6...moq-native-v0.6.7 - 2025-03-01

### Other

- updated the following local packages: moq-transfork

## [0.6.6]https://github.com/moq-dev/moq/compare/moq-native-v0.6.5...moq-native-v0.6.6 - 2025-02-13

### Other

- Have moq-native return web_transport_quinn. ([#331]https://github.com/moq-dev/moq/pull/331)

## [0.6.5]https://github.com/moq-dev/moq/compare/moq-native-v0.6.4...moq-native-v0.6.5 - 2025-01-30

### Other

- Plane UI work ([#316]https://github.com/moq-dev/moq/pull/316)

## [0.6.4]https://github.com/moq-dev/moq/compare/moq-native-v0.6.3...moq-native-v0.6.4 - 2025-01-24

### Other

- updated the following local packages: moq-transfork

## [0.6.3]https://github.com/moq-dev/moq/compare/moq-native-v0.6.2...moq-native-v0.6.3 - 2025-01-16

### Other

- Remove the useless openssl dependency. ([#295]https://github.com/moq-dev/moq/pull/295)

## [0.6.2]https://github.com/moq-dev/moq/compare/moq-native-v0.6.1...moq-native-v0.6.2 - 2025-01-16

### Other

- Retry connections to cluster nodes ([#290]https://github.com/moq-dev/moq/pull/290)
- Switch to aws_lc_rs ([#287]https://github.com/moq-dev/moq/pull/287)
- Support fetching fingerprint via native clients. ([#286]https://github.com/moq-dev/moq/pull/286)
- Initial WASM contribute ([#283]https://github.com/moq-dev/moq/pull/283)

## [0.6.1]https://github.com/moq-dev/moq/compare/moq-native-v0.6.0...moq-native-v0.6.1 - 2025-01-13

### Other

- update Cargo.lock dependencies

## [0.6.0]https://github.com/moq-dev/moq/compare/moq-native-v0.5.10...moq-native-v0.6.0 - 2025-01-13

### Other

- Raise the keep-alive. ([#278]https://github.com/moq-dev/moq/pull/278)
- Replace mkcert with rcgen* ([#273]https://github.com/moq-dev/moq/pull/273)

## [0.5.10]https://github.com/moq-dev/moq/compare/moq-native-v0.5.9...moq-native-v0.5.10 - 2024-12-12

### Other

- Add support for RUST_LOG again. ([#267]https://github.com/moq-dev/moq/pull/267)

## [0.5.9]https://github.com/moq-dev/moq/compare/moq-native-v0.5.8...moq-native-v0.5.9 - 2024-12-04

### Other

- Move moq-gst and moq-web into the workspace. ([#258]https://github.com/moq-dev/moq/pull/258)

## [0.5.8]https://github.com/moq-dev/moq/compare/moq-native-v0.5.7...moq-native-v0.5.8 - 2024-11-26

### Other

- updated the following local packages: moq-transfork

## [0.5.7]https://github.com/moq-dev/moq/compare/moq-native-v0.5.6...moq-native-v0.5.7 - 2024-11-23

### Other

- updated the following local packages: moq-transfork

## [0.5.6]https://github.com/moq-dev/moq/compare/moq-native-v0.5.5...moq-native-v0.5.6 - 2024-11-07

### Other

- Add some more/better logging. ([#227]https://github.com/moq-dev/moq/pull/227)
- Auto upgrade dependencies with release-plz ([#224]https://github.com/moq-dev/moq/pull/224)

## [0.5.5]https://github.com/moq-dev/moq/compare/moq-native-v0.5.4...moq-native-v0.5.5 - 2024-10-29

### Other

- Karp API improvements ([#220]https://github.com/moq-dev/moq/pull/220)

## [0.5.4]https://github.com/moq-dev/moq/compare/moq-native-v0.5.3...moq-native-v0.5.4 - 2024-10-28

### Other

- updated the following local packages: moq-transfork

## [0.5.3]https://github.com/moq-dev/moq/compare/moq-native-v0.5.2...moq-native-v0.5.3 - 2024-10-27

### Other

- update Cargo.toml dependencies

## [0.5.2]https://github.com/moq-dev/moq/compare/moq-native-v0.5.1...moq-native-v0.5.2 - 2024-10-18

### Other

- updated the following local packages: moq-transfork

## [0.2.2]https://github.com/moq-dev/moq/compare/moq-native-v0.2.1...moq-native-v0.2.2 - 2024-07-24

### Other
- Add sslkeylogfile envvar for debugging ([#173]https://github.com/moq-dev/moq/pull/173)

## [0.2.1]https://github.com/moq-dev/moq/compare/moq-native-v0.2.0...moq-native-v0.2.1 - 2024-06-03

### Other
- Revert "filter DNS query results to only include addresses that our quic endpoint can use ([#166]https://github.com/moq-dev/moq/pull/166)"
- filter DNS query results to only include addresses that our quic endpoint can use ([#166]https://github.com/moq-dev/moq/pull/166)
- Remove Cargo.lock from moq-transport