Releases: IRLToolkit/simpleobsws
simpleobsws 1.3.1
This version is meant to be compatible with the latest obs-websocket nightly build as of the time of this release.
To install this version, run pip install git+https://github.com/IRLToolkit/simpleobsws.git@master
If you have any questions, please reach out via the #simpleobsws
channel in the obs-websocket Discord.
simpleobsws 1.2.1
This is the second beta release of simpleobsws for obs-websocket 5.0.0. This release is not backwards compatible with simpleobsws <1.0.0, and will not work with any obs-websocket 4.x versions.
- Major performance improvement by switching to Condition variables instead of polling
- The
call_poll_delay
argument has been removed as a result - Increased max message payload size to 16MB
- Fixed a potential memory leak caused by request responses coming back from the server after the request has timed out
To install this version, run pip install git+https://github.com/IRLToolkit/simpleobsws.git@master
If you have any questions, please reach out via the #simpleobsws
channel in the obs-websocket Discord.
simpleobsws 1.1.1
This is the second beta release of simpleobsws for obs-websocket 5.0.0. This release is not backwards compatible with simpleobsws <1.0.0, and will not work with any obs-websocket 4.x versions.
To install this version, run pip install git+https://github.com/IRLToolkit/simpleobsws.git@master
If you have any questions, please reach out via the #simpleobsws
channel in the obs-websocket Discord.
Fix authentication issues
0.0.7 Update setup.py