Releases: opentok/Opentok-Python-SDK
Releases · opentok/Opentok-Python-SDK
Release v3.0.1
Changes
- Fixed
readme.rstnot displaying properly on Pypi
Thank you for your support and we are definitely excited to release even more exciting updates!! Stay tuned!!
Release v3.0.0
🎉 Version 3.0 Changes
- Verb to Noun format to make the SDK code more human-readable and maintain consistency with industry standard
- Renamed the Opentok class to Client to ensure compliance with best practice and industry standards
- Improved JWT generation
- Improved error handling
- Fixed Enum34 related issues
v2.11.0
Fixing issues with Enum34.
Release v2.10.0
- Add Broadcast APIs
Thanks @normanargueta!
Release v2.9.0
- Added SIP Dial API
- Added Set Stream Class Lists API
Thanks @normanargueta!
Release v2.8.0
Release v2.7.0
Added resolution parameter for start_archive
Added signal API
Added force_disconnect API
Added get_stream API
Added list_streams API
Thanks @normanargueta and @maikthomas
Release v2.6.0
Release v2.5.1
Changes:
- Exceptions now inherit from
Exceptioninstead ofBaseException(#115, thanks @fernandogrd)
As well as:
Release v2.5.0
This updates includes the following changes:
- Adds support for the
initial_layout_class_listfield in tokens - Adds support for JWT
X-OPENTOK-AUTHheader, replacing the deprecatedX-TB-PARTNER-AUTHheader - Updates the REST API endpoint URL to use
/project/replacing the deprecated/partner/ - Only include connection data in generated token if it's been defined
- Ensure backwards compatibility with Python 2.6
- Removes Python 3.2 from supported version because it's not supported by our dependency
As well as: