scenerygraphics / scenery

Flexible VR Visualisation for Volumetric and Geometric Data on the Java VM, powered by Kotlin and Vulkan.
https://scenery.graphics
GNU Lesser General Public License v3.0
130 stars 32 forks source link

Bump org.zeromq:jeromq from 0.5.2 to 0.5.3 #573

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps org.zeromq:jeromq from 0.5.2 to 0.5.3.

Changelog

Sourced from org.zeromq:jeromq's changelog.

v0.5.3 (2022-12-03)

Added

  • #921: Add peer support disconnect

  • #906: Fix issue where socket identity was failing with overflow when identity was bigger than 127

  • #903: Make JeroMQ compatiable with Android API Level 19

  • #902: Add tests and build on Java 17. Helping dependecies resolution by activating more profiles and don't try to publish on forks

  • #775: ZMQ_HEARTBEAT is not useful without sending an hello message.To solve that, the majordomo worker still has to implement heartbeat. With this new option, whenever the connection drops and reconnects the hello message will be sent, greatly simplify the majordomo protocol, as now READY and HEARTBEAT can be handled by zeromq.

  • #783: Jeromq is not thread-safe, so port CLIENT and SERVER sockets from libzmq, which are thread-safe sockets.

  • #808: Add Client/Server support to ZFrame.

  • #837: Radio-Dish implementation.

  • #880: Port of zeromq/libzmq#3871, router can handle peer disconnected.

  • #898: Adding critical and notification exceptions handlers in zmq.poll.Poller.

Changed

  • #919: Fix deadlock issue on socket close

  • #906: Fix issue where socket identity was failing with overflow when identity was bigger than 127

  • #903: Make JeroMQ

... (truncated)

Commits
  • c678eab [maven-release-plugin] prepare release v0.5.3
  • 6eaa827 Fix checkstyle errors in unit tests
  • e4ef6d2 Fix checkstyle errors causing broken build
  • 804e10d Merge pull request #919 from DayJun/fix-deadlock-issue-721
  • 9b2438d Merge branch 'master' into fix-deadlock-issue-721
  • 25b1d48 Fix #923 - Update CHANGELOG.md
  • d499f85 fix format errors
  • 50eeae6 Merge pull request #921 from kaplan-shaked/disconnectPeer
  • 2fc10b0 Update src/main/java/zmq/socket/clientserver/Server.java
  • 57de9b8 Peer support disconnect
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

The following labels could not be found: Dependencies.