Skip to content

1.0.1 Release

Compare
Choose a tag to compare
@OlegDokuka OlegDokuka released this 08 Jun 18:28
· 54 commits to 1.0.x since this release

⭐ New Features

  • Exposes API for the full customization of websocket sending / handling #835

🪲 Bug Fixes

  • Provides error handling in case Bubbling / NIC exceptions #863
  • Fixes responder to handle errors according to the spec #861
  • Fixes ConnectionSetupPayload refcnt management #854
  • Ensures streams are terminated if racing terminal and new stream #848
  • Fixes ReconnectMono behaviour when racing invalidate and subscribe #847 #847
  • Bugfix RSocketConnector#setupPayload to copy the content #843

📔 Documentation

  • RSocketClient and RSocketConnector Javadoc update #856
  • Provides well documented lease example #840
  • Update WebSocketHeadersSample #839

🔨 Other

  • Ensures there is no extra logging about a dropped error #859
  • Ensures lease is used exactly on request frame sending #855
  • Forward compatibility with Reactor Netty 1.0 #851
  • Apply FragmentationDuplexConnection from a single place #836