Skip to content

Commit 7773926

Browse files
committed
1.10.0
1 parent 01ac3e6 commit 7773926

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
616
1.9.0
717
-----
818

src/aiortc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
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.
5353
av.logging.restore_default_callback()

0 commit comments

Comments
 (0)