Skip to content

18.0.0

Choose a tag to compare

@ININDevEvangelists ININDevEvangelists released this 13 Mar 15:27
· 3 commits to main since this release

Release notes for version 18.0.0
Platform API version: 10112

Release Notes

  • Changed some public WebMessagingClient methods (e.g. configureSession, sendMessage, ping, attachment, etc.) from void return type to CompletableFuture, propagating the result of webSocket.sendText() back to callers.
  • Replaced all // no-op catch blocks with SLF4J error logging and CompletableFuture.failedFuture(e) returns, so serialization failures are no longer silently swallowed.

Changes in this version

  • Major changes: 0
  • Minor changes: 0
  • Point changes: 0

For the full changelog, read the releaseNotes.md file in the repo.