Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Oct 15, 2020
1 parent dea247c commit 2362e6d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ Breaking
* Make :meth:`RTCPeerConnection.addIceCandidate` a coroutine.
* Make :meth:`RTCIceTransport.addRemoteCandidate` a coroutine.

Media
.....

* Handle SSRC attributes in SDP containing a colon (#372).
* Limit number of H.264 NALU per packet (#394, #426).

Examples
........

* `server` make it possible to specify bind address (#347).

0.9.28
------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
cffi_modules=cffi_modules,
package_dir={"": "src"},
Expand Down
2 changes: 1 addition & 1 deletion src/aiortc/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__summary__ = "An implementation of WebRTC and ORTC"
__title__ = "aiortc"
__uri__ = "https://github.com/aiortc/aiortc"
__version__ = "0.9.28"
__version__ = "1.0.0"

0 comments on commit 2362e6d

Please sign in to comment.