Skip to content

Commit

Permalink
Release 1.2.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink authored Sep 14, 2019
1 parent 4b61d11 commit 444afd9
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,28 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

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

<a name="1.2.0"></a>
## [1.2.0] - 2019-09-15

### Added

- honored `maxBatchSize` in Kafka Consumers [#31](https://github.com/jet/propulsion/pull/31)
- `offsetCommitInterval` to `Propulsion.Kafka0`'s `KafkaConsumerConfig`
- `maximizeOffsetWriting` to `StreamsConsumer` in order to give maximum effect to `maxBatchSize` limit implemented in [#31](https://github.com/jet/propulsion/pull/31)
- test suite for `StreamsConsumer` [#32](https://github.com/jet/propulsion/pull/32)
- `BatchesConsumer`; support for custom stream based batch scheduling algorithms [#29](https://github.com/jet/propulsion/pull/29)
- `BatchesConsumer`: support for custom stream based batch scheduling algorithms [#29](https://github.com/jet/propulsion/pull/29)

### Changed

- Use `IIndexedEvent` in lieu of `IIEvent` + `index` in `StreamSpan` and `StreamEvent` [#28](https://github.com/jet/propulsion/pull/28)
- Shorten `Rendered*.parse*` to `Rendered*.parse` [#28](https://github.com/jet/propulsion/pull/28)
- Updated MinVer to `2.0.0-alpha.2`

### Removed
### Fixed

<a name="1.1.1"></a>
## [1.1.1] - 2019-09-07

Expand Down Expand Up @@ -191,7 +196,8 @@ The `Unreleased` section name is replaced by the expected version of next releas

(Stripped down repo for history purposes, see [`master` branch of Jet.ConfluentKafka.FSharp for complete history prior to 1.0.0-rc13](https://github.com/jet/Jet.ConfluentKafka.FSharp/blob/master/CHANGELOG.md))

[Unreleased]: https://github.com/jet/propulsion/compare/1.1.1...HEAD
[Unreleased]: https://github.com/jet/propulsion/compare/1.2.0...HEAD
[1.2.0]: https://github.com/jet/propulsion/compare/1.1.1...1.2.0
[1.1.1]: https://github.com/jet/propulsion/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/jet/propulsion/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/jet/propulsion/compare/1.0.1-rc9...1.0.1
Expand Down

0 comments on commit 444afd9

Please sign in to comment.