Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed May 13, 2020
1 parent 9e18e5a commit f440cc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

### Added
### Changed
### Removed
### Fixed

<a name="1.4.2"></a>
## [1.4.2] - 2020-05-13

### Added

- `FsKafka0`: (Moved from [Propulsion.Kafka0](https://github.com/jet/propulsion/tree/ddbcf41072627b26c39ecc915cb747a71ce2a91d/src/Propulsion.Kafka0)) - Implementation of same API as FsKafka based on `Confluent.Kafka` v `0.11.3` [#51](https://github.com/jet/FsKafka/pull/51)
Expand All @@ -23,15 +31,13 @@ The `Unreleased` section name is replaced by the expected version of next releas

### Changed

- Target `Confluent.Kafka` / `librdkafka.redist` v `[1.4.2] [#53](https://github.com/jet/FsKafka/pull/53)
- Target [`Confluent.Kafka`](https://github.com/confluentinc/confluent-kafka-dotnet/releases/tag/v1.4.2) / [`librdkafka.redist`](https://github.com/edenhill/librdkafka/releases/tag/v1.4.2) v `[1.4.2]` [#53](https://github.com/jet/FsKafka/pull/53)
- `KafkaConsumerConfig.Create`: Made `autoOffsetReset` argument mandatory [#52](https://github.com/jet/FsKafka/pull/52)

### Removed

- `Config.validateBrokerUri` [#51](https://github.com/jet/FsKafka/pull/51)

### Fixed

<a name="1.4.1"></a>
## [1.4.1] - 2020-04-18

Expand Down Expand Up @@ -268,8 +274,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.0.rc1...HEAD
[1.5.0]: https://github.com/jet/FsKafka/compare/1.4.1...1.5.0.rc1
[Unreleased]: https://github.com/jet/FsKafka/compare/1.4.2...HEAD
[1.4.2]: https://github.com/jet/FsKafka/compare/1.4.1...1.4.2
[1.4.1]: https://github.com/jet/FsKafka/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/jet/FsKafka/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/jet/FsKafka/compare/1.2.0...1.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.4.2]`, `librdkafka [1.4.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/FsKafka) on *`Confluent.Kafka [0.11.3]`, `librdkafka [0.11.4]`, `Serilog` and `Newtonsoft.Json`.
- [![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 f440cc6

Please sign in to comment.