Skip to content

Commit d967c78

Browse files
author
Matt Howlett
committed
force rebuild
1 parent 400125f commit d967c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Revamped producer and consumer serialization functionality.
66
- There are now two types of serializer and deserializer: `ISerializer<T>` / `IAsyncSerializer<T>` and `IDeserializer<T>` / `IAsyncDeserializer<T>`.
7-
- `ISerializer<T>`/`IDeserializer<T>` are appropriate for most use cases.
7+
- `ISerializer<T>`/`IDeserializer<T>` are appropriate for most use cases.
88
- `IAsyncSerializer<T>`/`IAsyncDeserializer<T>` are async friendly, but less performant (they return `Task`s).
99
- Changed the name of `Confluent.Kafka.Avro` to `Confluent.SchemaRegistry.Serdes` (Schema Registry may support other serialization formats in the future).
1010
- Added an example demonstrating working with protobuf serialized data.

0 commit comments

Comments
 (0)