Skip to content

Commit

Permalink
Release 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Oct 21, 2020
1 parent 0823f35 commit edd88ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<a name="1.5.5"></a>
## [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)

<a name="1.5.4"></a>
## [1.5.4] - 2020-09-11

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edd88ce

Please sign in to comment.