We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08528b commit 6b3849bCopy full SHA for 6b3849b
docs/changelog.rst
@@ -3,6 +3,13 @@ Changelog
3
4
.. currentmodule:: aiortc
5
6
+1.10.1
7
+------
8
+
9
+ * Build wheels for Linux aarch64 again.
10
+ * Be more cautious when releasing :class:`RTCRtpSender`'s encoder.
11
+ * Set correct codec for :class:`~aiortc.contrib.media.MediaRecorder` OGG output.
12
13
1.10.0
14
------
15
src/aiortc/__init__.py
@@ -47,7 +47,7 @@
47
RTCTransportStats,
48
)
49
50
-__version__ = "1.10.0"
+__version__ = "1.10.1"
51
52
# Disable PyAV's logging framework as it can lead to thread deadlocks.
53
av.logging.restore_default_callback()
0 commit comments