Skip to content

Releases: marcsello/pyopenvidu

Support for exotic SSL/TLS setups

10 Mar 23:16
918533c
Compare
Choose a tag to compare

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 and verify 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

30 Dec 03:38
63bc2b4
Compare
Choose a tag to compare

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

23 May 22:14
fa8ac55
Compare
Choose a tag to compare

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

25 Apr 23:27
77df467
Compare
Choose a tag to compare

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

07 Apr 11:52
147d1ce
Compare
Choose a tag to compare

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

04 Apr 01:36
0ef311b
Compare
Choose a tag to compare

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!

03 Apr 03:12
Compare
Choose a tag to compare

This is the first release of the library. Most of the features implemented except recording and IPCamera support.