Skip to content

v1.3.0-beta-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Gsantomaggio Gsantomaggio released this 29 Mar 14:49
· 80 commits to main since this release
v1.3.0-beta.1
c1b9961

GitHub Milestone

The client is distributed via NuGet.

The main change is:

  • Run the Consumer MessageHandler in a Task in #250
    The socket thread is now free to receive the other command during consumption.
    The message handler is now totally async:
     await _config.MessageHandler(this, new MessageContext(message.MessageOffset,
        TimeSpan.FromMilliseconds(chunk.Timestamp)), message).ConfigureAwait(false);
  • We reduced the log noise in case of consumer disconnection. You can still enable the debug log configuration to see all the logs.

Enhancements

New Contributors

Full Changelog: v1.2.0...v1.3.0-beta.1