File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ Changelog
33
44.. currentmodule :: aiortc
55
6+ 1.10.0
7+ ------
8+
9+ * Add support for Python 3.13, drop end-of-life Python 3.8.
10+ * Stop building wheels for Linux aarch64 for now due to CI instability.
11+ * Add `py.typed ` to indicate the package has typings, fix some annotations.
12+ * Avoid early wraparound of RTP sequences numbers which can break SRTP.
13+ * Add support for `sha-384 ` and `sha-512 ` DTLS certificate fingerprints.
14+ * Allow using PyAV 13.x.
15+
6161.9.0
717-----
818
Original file line number Diff line number Diff line change 4747 RTCTransportStats ,
4848)
4949
50- __version__ = "1.9 .0"
50+ __version__ = "1.10 .0"
5151
5252# Disable PyAV's logging framework as it can lead to thread deadlocks.
5353av .logging .restore_default_callback ()
You can’t perform that action at this time.
0 commit comments