All Versions
47
Latest Version
Avg Release Cycle
19 days
Latest Release
98 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.6.0-PRE4
November 19, 2020 -
v1.5.3-RC5
December 08, 2020 -
v1.5.2
October 20, 2020โจ Enhancements
- ๐ References librdkafka 1.5.2. Refer to the release notes for more information.
- ๐ Avro serializer now supports generic parameter
ISpecificRecord
. In this case, data is serialized according to the per-message concrete type (@ni-mi).
-
v1.5.2-RC1
October 13, 2020 -
v1.5.0
July 22, 2020โจ Enhancements
- ๐ References librdkafka 1.5.0 which brings many small improvements and bug fixes (and no new large features). Refer to the release notes for more information.
- โ Added support for Schema Registry SSL Authentication (@dinegri).
-
v1.5.0-RC1
July 07, 2020 -
v1.4.4
June 29, 2020๐ Fixes
- Resolved a stack overflow issue in
Error(IntPtr error)
#1249 (@midnightriot) - ๐ References librdkafka 1.4.4. Refer to the release notes for more information.
- Resolved a stack overflow issue in
-
v1.4.4-RC1
June 18, 2020 -
v1.4.3
May 19, 2020๐ Fixes
- Subject names are now URL encoded when used in Schema Registry URLs.
- ๐ Fixed a memory leak that occured when passing a
CancellationToken
toProducer.ProduceAsync
.