-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/1.3.0 #44
Merged
Merged
Release/1.3.0 #44
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: Requests and Events
…ration to silence other logs and make it easier to read/fo
…d), static resource, and README describing how to work with the resources.
…ng impl to a problematic class during some debugging. Woudl like to refactor this project eventually to use Lombok.
feat: Added GetMute and ToggleMute requests
…est the vlc media sources. Also, added a test demonstrating how to use a queue to collect responses from callbacks in a test (as due to them being in a separate thread, it is othewise impossible to get the responses in the junit thread.
… toggle play/pause feature in Palakis' libarary
…cess response from callback
…o verify all is in the scene collection as expected.
… first are in the 'manual' package. By modifying the gradle build file, now those tests can be excluded and the rest of the integration tests can be run automatically
… getPreviousResponseAs(...) is doing more clear.
…events running the tests manually. Will need to revisit with a gradle/junit guru...
Topic 30 - Add Testing Resources for End-To-End Tests
fix: GetMute package
ChristopheCVB
approved these changes
Jun 13, 2021
Can someone push 1.3 to maven central? I'm only seeing 1.2 there. |
I guess the GH action to publish to maven central failed :/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release 1.3.0
This release includes many new features:
Changes for development:
And also several bug fixes:
Notice: Last 1.X.X Release!
As announced for the Palakis OBS Websocket plugin, Release 4.9.1 will be its last release before 5.X.X. The next major release will introduce breaking changes, overhauling its protocol to make room for many improvements.
For us, this means we will focus on updating this library so that it is compatible. We will also do a small overhaul ourselves to improve maintainability (addressing serialization boilerplate, and lifecycle management).
The next release for websocket-obs-java will be 2.0.0, and all further work on 1.3.0 will stop (except for major bugs/issues).
If you have any questions or comments, please drop them here!