You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,24 @@ The `Unreleased` section name is replaced by the expected version of next releas
8
8
9
9
## [Unreleased]
10
10
11
+
### Added
12
+
### Changed
13
+
### Removed
14
+
### Fixed
15
+
16
+
<aname="2.3.0"></a>
17
+
## [2.3.0] - 2019-04-22
18
+
11
19
### Added
12
20
13
21
-`Propulsion.Kafka`: `StreamNameSequenceGenerator.ConsumeResultToStreamEvent` provides a set of helpers for mapping from Kafka `ConsumeResult`s to a `StreamEvent` for processing [#56](https://github.com/jet/propulsion/pull/56)
14
22
-`Propulsion.Kafka.StreamsConsumer.Start`: now has a `consumeResultToStreamEvents : ConsumeResult<_, _> -> Propulsion.Streams.StreamEvent<_> seq` parameter (which can be implemented via `StreamNameSequenceGenerator.ConsumeResultToStreamEvent`) [#56](https://github.com/jet/propulsion/pull/56)
15
-
-Breaking: Moved pubternal `Propulsion.Kafka.Core.StreamKeyEventSequencer` to public `Propulsion.Kafka.StreamNameSequenceGenerator`[#56](https://github.com/jet/propulsion/pull/56)
23
+
-BREAKING: Moved pubternal `Propulsion.Kafka.Core.StreamKeyEventSequencer` to public `Propulsion.Kafka.StreamNameSequenceGenerator`[#56](https://github.com/jet/propulsion/pull/56)
16
24
17
25
### Changed
18
26
19
-
- Breaking: Moved `Propulsion.Kafka.StreamsConsumer`'s Start methods to `Propulsion.Core.StreamsConsumer` (i.e. need to prefix `StreamsConsumer` to migrate) [#56](https://github.com/jet/propulsion/pull/56)
- BREAKING: Moved `Propulsion.Kafka.StreamsConsumer`'s Start methods to `Propulsion.Core.StreamsConsumer` (i.e. need to prefix `StreamsConsumer` to migrate) [#56](https://github.com/jet/propulsion/pull/56)
0 commit comments