v1.2.0
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", /// <<-- DeprecatedThe 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