Update dependency Confluent.Kafka to v1.8.2 #181
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0
->1.8.2
Release Notes
confluentinc/confluent-kafka-dotnet
v1.8.2
v1.8.1
Enhancements
NJsonSchema
to v10.5.2.v1.8.0
for a complete list of changes, enhancements, fixes and upgrade considerations.
UseLatestVersion
configuration property to the Protobuf, JSON Schema and Avro serdes (rayokota).Fixes
ProtobufSerializer
andProtobufDeserializer
) to becompatible with the Java Protobuf serdes (message indices now use zigzag encoding). Note: This framing encodes schema metadata, enabling
integration with Confluent Schema Registry. To disable, set the
UseDeprecatedFormat
configuration property totrue
.(rayokota).
Security
CVEs: CVE-2016-9840, CVE-2016-9841, CVE-2016-9842, CVE-2016-9843 https://github.com/edenhill/librdkafka/issues/29342934 for more information.
v1.7.0
Enhancements
list of changes, enhancements, fixes and upgrade considerations.
Fixes
CachedSchemaRegistryClient.GetSchemaIdAsync
(jeremy001181).Security
System.Net.Http
dependency to v4.3.4 (CVE-2018-8292)v1.6.3
Fixes
v1.6.2
Enhancements
Producer.Produce
now include an inner exception with additional context on the error (joostas).ConfigureAwait(false)
to async methods in the Avro Serdes.IsInvalid
property toHandle
class (volgunin).Fixes
ProtobufSerializer
(yurii-hunter).v1.6.1
Version 1.6.0 and 1.6.1 were not released.
v1.5.3
Enhancements
v1.5.2
Enhancements
ISpecificRecord
. In this case, data is serialized according to the per-message concrete type (@ni-mi).v1.5.1
Enhancements
v1.5.0
Enhancements
v1.4.4
Fixes
Error(IntPtr error)
#1249 (@midnightriot)v1.4.3
Fixes
CancellationToken
toProducer.ProduceAsync
.v1.4.2
Fixes
v1.4.0
Enhancements
SerializationContext
(@pascalconfluent).CancellationToken
parameter to theProduceAsync
methods.Changes
Consmer
(thanks to @andypook).net452
is no longer a target framework ofConfluent.SchemaRegistry
orConfluent.SchemaRegistry.Serdes
due to the switch to the official Apache Avro package which only targetsnetstandard2.0
.ConsumeResult
that simply delegate to the corresponding properties onConsumeResult.Message
as obsolete.Fixes
ArgumentNullException
regression inListGroups
(thanks to @andypook).v1.3.0
Enhancements
Confluent.SchemaRegistry
(thanks to @fipil, @alexpedrero and @eroyal for their input).ConsumeResult
now throwsMessageNullException
, notNullReferenceException
when a message property is accessed but no message exists (thanks to @enzian for this change).Changes
SchemaRegistryConfig
with the (superfluous) prefixSchemaRegistry
. Added corresponding properties without this prefix.Fixes
RestService
was unable to communicate with Schema Registry hosted on a non-root path. Thanks to @jonathansant for this fix.v1.2.2
v1.2.1
Fixes
v1.2.0
Bugs
WARNING: There is an issue with SASL GSSAPI authentication on Windows with this release. This is resolved in v1.2.1.
Enhancements
IDictionary
overload toConfig
constructors (contribution by @AndyPook).Confluent.Kafka
,Confluent.SchemaRegistry
andConfluent.SchemaRegistry.Serdes
are now all signed, andConfluent.Kafka.StrongName
deprecated.Fixes
v1.1.0
Enhancements
v1.0.1.1
Changes
ConfigureAwait(false)
to all internalawait
ed calls, which resolves deadlock issues insynchronization contexts with limited numbers of threads #967.
v1.0.1
Changes
ConfigureAwait(false)
to all internalawait
ed calls, which resolves deadlock issues insynchronization contexts with limited numbers of threads #967.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.