From edd88ced16b2f71eafda8bb79ad962f407681b8f Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Wed, 21 Oct 2020 08:12:40 +0100 Subject: [PATCH] Release 1.5.5 --- CHANGELOG.md | 13 +++++++++---- README.md | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ff25b..d27a746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,12 +14,16 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Added ### Changed - -- Target [`Confluent.Kafka [1.5.2]`](https://github.com/confluentinc/confluent-kafka-dotnet/blob/v1.5.2/CHANGELOG.md#152), [`librdkafka.redist [1.5.2]`](https://github.com/edenhill/librdkafka/releases/tag/v1.5.2) [#80](https://github.com/jet/FsKafka/pull/80) - ### Removed ### Fixed + +## [1.5.5] - 2020-10-21 + +### Changed + +- Target [`Confluent.Kafka [1.5.2]`](https://github.com/confluentinc/confluent-kafka-dotnet/blob/v1.5.2/CHANGELOG.md#152), [`librdkafka.redist [1.5.2]`](https://github.com/edenhill/librdkafka/releases/tag/v1.5.2) [#80](https://github.com/jet/FsKafka/pull/80) + ## [1.5.4] - 2020-09-11 @@ -413,7 +417,8 @@ _NOTE: not interoperable (i.e., via a binding redirect) with CK 1.1 due to a bre (Stripped down repo for history purposes, see [`v0` branch](tree/v0) for implementation targeting `Confluent.Kafka` v `0.9.4`) -[Unreleased]: https://github.com/jet/FsKafka/compare/1.5.4...HEAD +[Unreleased]: https://github.com/jet/FsKafka/compare/1.5.5...HEAD +[1.5.5]: https://github.com/jet/FsKafka/compare/1.5.4...1.5.5 [1.5.4]: https://github.com/jet/FsKafka/compare/1.5.3...1.5.4 [1.5.3]: https://github.com/jet/FsKafka/compare/1.5.2...1.5.3 [1.5.2]: https://github.com/jet/FsKafka/compare/1.5.1...1.5.2 diff --git a/README.md b/README.md index 240d3e4..8304ff4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ F# friendly wrapper for `Confluent.Kafka`, with minimal dependencies or addition The components within this repository are delivered as a multi-targeted Nuget package targeting `net461` (F# 3.1+) and `netstandard2.0` (F# 4.5+) profiles -- [![NuGet](https://img.shields.io/nuget/v/FsKafka.svg)](https://www.nuget.org/packages/FsKafka/) `FsKafka`: Wraps `Confluent.Kafka` to provide efficient batched Kafka Producer and Consumer configurations with basic logging instrumentation. [Depends](https://www.fuget.org/packages/FsKafka) on `Confluent.Kafka [1.5.0]`, `librdkafka [1.5.0]` (pinned to ensure we use a tested pairing), `Serilog` (but no specific Serilog sinks, i.e. you configure to emit to `NLog` etc) and `Newtonsoft.Json` (used internally to parse Broker-provided Statistics for logging purposes). +- [![NuGet](https://img.shields.io/nuget/v/FsKafka.svg)](https://www.nuget.org/packages/FsKafka/) `FsKafka`: Wraps `Confluent.Kafka` to provide efficient batched Kafka Producer and Consumer configurations with basic logging instrumentation. [Depends](https://www.fuget.org/packages/FsKafka) on `Confluent.Kafka [1.5.2]`, `librdkafka [1.5.2]` (pinned to ensure we use a tested pairing), `Serilog` (but no specific Serilog sinks, i.e. you configure to emit to `NLog` etc) and `Newtonsoft.Json` (used internally to parse Broker-provided Statistics for logging purposes). - [![NuGet](https://img.shields.io/nuget/v/FsKafka0.svg)](https://www.nuget.org/packages/FsKafka0/) `FsKafka0`: As per `FsKafka`; [Depends](https://www.fuget.org/packages/FsKafka0) on `Confluent.Kafka [0.11.3]`, `librdkafka [0.11.4]`, `Serilog` and `Newtonsoft.Json`. ## Related repos