Releases: IRLToolkit/simpleobsws
simpleobsws 1.4.3
- Fixed a potential exception which could happen if event callbacks were added or removed while the internal websocket task was actively processing an event.
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 from pip (recommended), run pip install simpleobsws
.
Or to install this version from git, run pip install git+https://github.com/IRLToolkit/simpleobsws.git@d372d8db835006e7b9e018e10c3eaba41e12b042
If you have any questions, please reach out via the #simpleobsws
channel in the obs-websocket Discord.
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