Skip to content

Commit bd1265a

Browse files
committed
Release 2.12.0-rc.2
1 parent 37850b6 commit bd1265a

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ The `Unreleased` section name is replaced by the expected version of next releas
1010

1111
### Added
1212
### Changed
13-
14-
- `CosmosStoreSource`: Generalize `Run` with integrated Ctrl-C handling to `Start` yielding a `Pipeline` [#133](https://github.com/jet/propulsion/pull/133)
15-
1613
### Removed
1714
### Fixed
1815

16+
<a name="2.12.0-rc.2"></a>
17+
## [2.12.0-rc.2] - 2021-12-20
18+
19+
### Changed
20+
21+
- `CosmosStoreSource`: Generalize `Run` with integrated Ctrl-C handling to `Start` yielding a `Pipeline` [#133](https://github.com/jet/propulsion/pull/133)
22+
1923
<a name="2.12.0-rc.1"></a>
2024
## [2.12.0-rc.1] - 2021-12-06
2125

@@ -671,8 +675,9 @@ The `Unreleased` section name is replaced by the expected version of next releas
671675

672676
## squashed prior to initial relevant commit
673677

674-
[Unreleased]: https://github.com/jet/propulsion/compare/2.12.0-rc1...HEAD
675-
[2.12.0-rc.1]: https://github.com/jet/propulsion/compare/2.11.0...2.12.0-rc1
678+
[Unreleased]: https://github.com/jet/propulsion/compare/2.12.0-rc.2...HEAD
679+
[2.12.0-rc.2]: https://github.com/jet/propulsion/compare/2.12.0-rc.1...2.12.0-rc.2
680+
[2.12.0-rc.1]: https://github.com/jet/propulsion/compare/2.11.0...2.12.0-rc.1
676681
[2.11.0]: https://github.com/jet/propulsion/compare/2.11.0-rc3...2.11.0
677682
[2.11.0-rc3]: https://github.com/jet/propulsion/compare/2.11.0-rc2...2.11.0-rc3
678683
[2.11.0-rc2]: https://github.com/jet/propulsion/compare/2.11.0-rc1...2.11.0-rc2

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ The ubiquitous `Serilog` dependency is solely on the core module, not any sinks,
5454

5555
- [Propulsion+Equinox templates](https://github.com/jet/dotnet-templates#producerreactor-templates-combining-usage-of-equinox-and-propulsion):
5656
- `proReactor` template, which includes multiple sources and multiple processing modes
57+
- `proCosmosReactor` more legible version of `proReactor` template, currently only supports `Propulsion.CosmosStore`
5758
- `summaryConsumer` template, consumes from the output of a `proReactor --kafka`, saving them in an `Equinox.CosmosStore` store
5859
- `trackingConsumer`template, which consumes from Kafka, feeding into example Ingester logic in an `Equinox.CosmosStore` store
59-
- `proSync` template is a fully fledged store <-> store synchronization tool syncing from a `CosmosStoreSource` or `EventStoreSource` to a `CosmosSink` or `EventStoreSink`
60+
- `proSync` template is a fully fledged store <-> store synchronization tool syncing from a `CosmosStoreSource` or `EventStoreSource` to a `CosmosStoreSink` or `EventStoreSink`
6061
- `feedConsumer`,`feedSource`: templates illustrating usage of `Propulsion.Feed.FeedSource`
6162
- `periodicIngester`: template illustrating usage of `Propulsion.Feed.PeriodicSource`
6263
- `proArchiver`, `proPruner`: templates illustrating usage of [hot/cold](https://github.com/jet/equinox/blob/master/DOCUMENTATION.md#hot-cold) support and support for secondary fallback in `Equinox.CosmosStore`

0 commit comments

Comments
 (0)