Skip to content

Commit

Permalink
Add 0.19.3 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Lövgren committed Feb 27, 2019
1 parent ab20afc commit a16bbca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions notes/0.19.3.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Additions

- Add functions for working with consumer offsets. Thanks [@backuitist](https://github.com/backuitist)! ([#92][#92], [#93][#93])
- Add `KafkaConsumer#assignment`.
- Add `KafkaConsumer#position`.
- Add `KafkaConsumer#seekToBeginning`.
- Add `KafkaConsumer#seekToEnd`.
- Add `Attempt[A]` aliases for deserializers. ([#95][#95])
- Add `Deserializer.Attempt[A] = Deserializer[Either[Throwable, A]]`.
- Add `HeaderDeserializer.Attempt[A] = HeaderDeserializer[Either[Throwable, A]]`.

[#92]: https://github.com/ovotech/fs2-kafka/pull/92
[#93]: https://github.com/ovotech/fs2-kafka/pull/93
[#95]: https://github.com/ovotech/fs2-kafka/pull/95

0 comments on commit a16bbca

Please sign in to comment.