Releases: marcsello/pyopenvidu
Support for exotic SSL/TLS setups
This is another small release which aims to bring solution to self-signed certs, mTLS, broken-cert (only for testing of course) and other exotic SSL/TLS setups. As well with some minor fixes in the documentation of this library.
The changelog for this release is the following:
- Added
cert
andverify
options to the OpenVidu object constructor. - Various fixes in the documentation
- Included Python 3.10 in the test suite
Update to support OpenVidu 2.16.0
This is the first minor version jump of PyOpenVidu. It not only brings support for OpenVidu server version 2.16.0 but also some other code cleanup and improvements as well.
Here is a summary of changes:
- Implemented OpenVidu REST API version 2.16.0.
- Removed inter-object update
- Changed Base URL
- Removed broken "Thread safety" approach
This version changes the interface of the library. See the "Migrating" section of the documentation on how to update your code.
This version now have 92 test cases still providing a 100% of code coverage.
Some small release
This release does not proceed towards full API implementation. It rather adds some convenience features, along with some house-keeping.
- Added timeouts.
- Added possibility to disable initial fetching.
- Fixed some mistakes in the documentation.
- Reached 100% code coverage.
Small progress towards
This release adds some small changes proceeding towards full API support, and documentation as well some internal changes that makes working with the library a bit easier.
- Implemented thread safety for the dynamic objects.
- Added IPCAM publishing option.
- Updated and restructured documentation.
API complience update
A property was removed from the OpenVidu API which broke the library. Since I consider this a serious usability problem, this new release is rolled out just to fix that issue.
Meta release
In this release the code itself is not affected. Instead it's surroundings got a little attention:
- Fixed dependencies not being automatically installed
- Updated classifiers and URLs for PyPI
- Added more tests and updated existing ones
First release!
This is the first release of the library. Most of the features implemented except recording and IPCamera support.