Skip to content

v1.0.0-beta.3

Compare
Choose a tag to compare
@Gsantomaggio Gsantomaggio released this 16 Feb 13:26
· 235 commits to main since this release

The client is distributed via NuGet.

Enhancements:

  • Hide the TCP client on the Producer class in #65
  • Expose query_offest in System in #68

Breaking changes:

Hide the TCP client can introduce some breaking changes if you use the Produce.Client directly.

The following client methods are available producer side:

  • public int MessagesSent
  • public int ConfirmFrames
  • public int IncomingFrames
  • public int PublishCommandsSent