Skip to content

v1.2.0

Compare
Choose a tag to compare
@Gsantomaggio Gsantomaggio released this 14 Feb 08:50
· 92 commits to main since this release
v1.2.0
f0ea2a7

GitHub Milestone

The client is distributed via NuGet.

Bug Fix

  • Handle System.InvalidOperationException in case of big buffer in #220
  • Handle multi-types in the stream in #229
  • Small Fix read boolean in #233

Enhancements

  • Implement Deduplicating Producer in #234
  • Improve the reconnect in #230
  • Minor doc/code style cleanup by @ricardSiliuk in #223
  • ConfigureAwait(false) for close stream/consumer/producer, query offset and create producer by @iuribrindeiro in #231

Deprecation

The field Reference is deprecated in ProducerConfig.

var producer = await Producer.Create(
                new ProducerConfig(system, stream)
                {
                    Reference = "hello", /// <<-- Deprecated

The Reference is needed for deduplication. In this version there is a specific class for that: see #234

Full Changelog: v1.1.1...v1.2.0