Skip to content

Commit 57c4635

Browse files
authored
Added 1.2.0 release notes (#1056)
* Added 1.2.0 release notes * typos
1 parent 5b97bfb commit 57c4635

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 1.2.0
2+
3+
## Enhancements
4+
5+
- References librdkafka v1.2.0. Refer to the [release notes](https://github.com/edenhill/librdkafka/releases/tag/v1.2.0) for more information. Headline feature is consumer side support for transactions.
6+
- Added `IDictionary` overload to `Config` constructors (contribution by @AndyPook).
7+
- `Confluent.Kafka`, `Confluent.SchemaRegistry` and `Confluent.SchemaRegistry.Serdes` are now all signed, and `Confluent.Kafka.StrongName` depreciated.
8+
9+
## Fixes
10+
11+
- Updated the librdkafka build load order so that the most featureful version is used on any given platform.
12+
13+
114
# 1.1.0
215

316
## Enhancements

0 commit comments

Comments
 (0)