Skip to content

v2.8.5

Compare
Choose a tag to compare
@chkr1011 chkr1011 released this 18 Dec 19:10
· 1168 commits to master since this release
  • [Core] Updated nuget packages due to security issues.
  • [Client] Fixed wrong behavior of publish method when client is disconnecting (thanks to @PaulFake).
  • [Client] Added readonly property for accessing options.
  • [ManagedClient] Added max pending messages count option.
  • [ManagedClient] Add pending messages overflow strategy option.
  • [ManagedClient] Fixed an issue which deletes the wrong message from the internal queue (thanks to @PaulFake).
  • [ManagedClient] Added readonly property for accessing options.
  • [Server] Added new method which exposes all retained messages.
  • [Server] Removed (wrong) setter from the server options interface.
  • [Server] Fixed cpu spike in case a client disconnects (issue 421).
  • [Server] Fixed concurrent sends with Aspnetcore.Connections.Abstractions based transport.
  • [Server] Fixed wrong retain flag when distributing application messages (thanks to @trev0115).
  • [Server] Fixed issue which closes a connection when reconnecting with the same client ID (thanks to @fogzot).