Skip to content

Commit edd88ce

Browse files
committed
Release 1.5.5
1 parent 0823f35 commit edd88ce

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ The `Unreleased` section name is replaced by the expected version of next releas
1414

1515
### Added
1616
### Changed
17-
18-
- 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)
19-
2017
### Removed
2118
### Fixed
2219

20+
<a name="1.5.5"></a>
21+
## [1.5.5] - 2020-10-21
22+
23+
### Changed
24+
25+
- 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)
26+
2327
<a name="1.5.4"></a>
2428
## [1.5.4] - 2020-09-11
2529

@@ -413,7 +417,8 @@ _NOTE: not interoperable (i.e., via a binding redirect) with CK 1.1 due to a bre
413417

414418
(Stripped down repo for history purposes, see [`v0` branch](tree/v0) for implementation targeting `Confluent.Kafka` v `0.9.4`)
415419

416-
[Unreleased]: https://github.com/jet/FsKafka/compare/1.5.4...HEAD
420+
[Unreleased]: https://github.com/jet/FsKafka/compare/1.5.5...HEAD
421+
[1.5.5]: https://github.com/jet/FsKafka/compare/1.5.4...1.5.5
417422
[1.5.4]: https://github.com/jet/FsKafka/compare/1.5.3...1.5.4
418423
[1.5.3]: https://github.com/jet/FsKafka/compare/1.5.2...1.5.3
419424
[1.5.2]: https://github.com/jet/FsKafka/compare/1.5.1...1.5.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ F# friendly wrapper for `Confluent.Kafka`, with minimal dependencies or addition
66

77
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
88

9-
- [![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).
9+
- [![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).
1010
- [![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`.
1111

1212
## Related repos

0 commit comments

Comments
 (0)