[go: nahoru, domu]

Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Jan 25, 2024
1 parent a19d30d commit 25ffd27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog

.. currentmodule:: aiortc

1.7.0
-----

* Add support for GCM based SRTP protection profiles.
* Reduce supported DTLS cipher list to avoid Client Hello fragmentation.
* Fix `utcnow()` deprecation warning on Python 3.12.

1.6.0
-----

Expand Down
2 changes: 1 addition & 1 deletion src/aiortc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
RTCTransportStats,
)

__version__ = "1.6.0"
__version__ = "1.7.0"

# Disable PyAV's logging framework as it can lead to thread deadlocks.
av.logging.restore_default_callback()
Expand Down

0 comments on commit 25ffd27

Please sign in to comment.