Build(deps): Bump org.java-websocket:Java-WebSocket from 1.5.4 to 1.6.0 in /cnf
Bumps org.java-websocket:Java-WebSocket from 1.5.4 to 1.6.0.
Release notes
Sourced from org.java-websocket:Java-WebSocket's releases.
Release 1.6.0
Notable changes
Breaking Changes
- Issue 1434 - Drop Java 1.7 support (PR 1435)
- PR 1435 - Drop support for Java 1.7
Bugs Fixed
- Issue 1437 - Question: How can the compression threshold be set for the PerMessageDeflateExtension in a Deflate Client? (PR 1439)
- Issue 1400 - PerMessageDeflateExtension#setDeflater()/#setInflater() is overwritten in case of no_context_takeover (PR 1439)
- PR 1439 - Clone PerMessageDeflateExtension values correctly
New Features
- Issue 1440 - Support for inherited sockets (PR 1442)
- PR 1442 - Socket activation
Contributors
Check out the changelog and the milestone for more information.
Release 1.5.7
Notable changes
Breaking Changes
- PR 1399 - Have connectBlocking clean up after a timeout
Bugs Fixed
New Features
- PR 1407 - Allow setting custom TCP receive buffer size
- PR 1399 - Have connectBlocking clean up after a timeout
New Contributors
@ysi-cameronamade their first contribution in TooTallNate/Java-WebSocket#1399@robert-s-ubimade their first contribution in TooTallNate/Java-WebSocket#1419Contributors
Check out the changelog and the milestone for more information.
Release 1.5.6
... (truncated)
Changelog
Sourced from org.java-websocket:Java-WebSocket's changelog.
Version Release 1.6.0 (2024/12/15)
Breaking Changes
- Issue 1434 - Drop Java 1.7 support (PR 1435)
- PR 1435 - Drop support for Java 1.7
Bugs Fixed
- Issue 1437 - Question: How can the compression threshold be set for the PerMessageDeflateExtension in a Deflate Client? (PR 1439)
- Issue 1400 - PerMessageDeflateExtension#setDeflater()/#setInflater() is overwritten in case of no_context_takeover (PR 1439)
- PR 1439 - Clone PerMessageDeflateExtension values correctly
New Features
- Issue 1440 - Support for inherited sockets (PR 1442)
- PR 1442 - Socket activation
In this release 4 issues and 3 pull requests were closed.
###############################################################################
Version Release 1.5.7 (2024/07/08)
Breaking Changes
- PR 1399 - Have connectBlocking clean up after a timeout
Bugs Fixed
New Features
- PR 1407 - Allow setting custom TCP receive buffer size
- PR 1399 - Have connectBlocking clean up after a timeout
In this release 0 issues and 4 pull requests were closed.
###############################################################################
Version Release 1.5.6 (2024/02/06)
Bugs Fixed
- Issue 1382 - WebSocketClient.upgradeSocketToSSL is enforcing TLS 1.2 (PR 1387)
- PR 1387 - Retrieve default SSL socket factory
New Features
- Issue 1390 - Thread created by NamedThreadFactory should be a daemon (PR 1391)
- PR 1391 - Provide way to start the client/server as daemons
... (truncated)
Commits
da3cf2aMerge pull request #1446 from marci4/1.6.0_releasefcb7595Release 1.6.02b8dd96Merge pull request #1442 from TooTallNate/socket-activatione5253dcAdd example of using WebSocketServer with systemd socket activation8eae452Add support for creating server from existing Channel3b29042Merge pull request #1439 from marci4/fix/Issue1437dfca00bAdd Constructor with custom compression level4f4aed5Extends tests to better test the deflater levelfe7635bProvide a setter/getter to set the deflater level1e9fbbfReuse inflater/deflater- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
See breaking note in https://github.com/OpenEMS/openems/pull/2462#issuecomment-1862381632
It seems reconnectBlocking was implemented in this april. 1.6.1 release will include this change. https://github.com/TooTallNate/Java-WebSocket/pull/1465
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.