Skip to content

Commit

Permalink
Release 2.12.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 20, 2021
1 parent 37850b6 commit bd1265a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ The `Unreleased` section name is replaced by the expected version of next releas

### Added
### Changed

- `CosmosStoreSource`: Generalize `Run` with integrated Ctrl-C handling to `Start` yielding a `Pipeline` [#133](https://github.com/jet/propulsion/pull/133)

### Removed
### Fixed

<a name="2.12.0-rc.2"></a>
## [2.12.0-rc.2] - 2021-12-20

### Changed

- `CosmosStoreSource`: Generalize `Run` with integrated Ctrl-C handling to `Start` yielding a `Pipeline` [#133](https://github.com/jet/propulsion/pull/133)

<a name="2.12.0-rc.1"></a>
## [2.12.0-rc.1] - 2021-12-06

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

## squashed prior to initial relevant commit

[Unreleased]: https://github.com/jet/propulsion/compare/2.12.0-rc1...HEAD
[2.12.0-rc.1]: https://github.com/jet/propulsion/compare/2.11.0...2.12.0-rc1
[Unreleased]: https://github.com/jet/propulsion/compare/2.12.0-rc.2...HEAD
[2.12.0-rc.2]: https://github.com/jet/propulsion/compare/2.12.0-rc.1...2.12.0-rc.2
[2.12.0-rc.1]: https://github.com/jet/propulsion/compare/2.11.0...2.12.0-rc.1
[2.11.0]: https://github.com/jet/propulsion/compare/2.11.0-rc3...2.11.0
[2.11.0-rc3]: https://github.com/jet/propulsion/compare/2.11.0-rc2...2.11.0-rc3
[2.11.0-rc2]: https://github.com/jet/propulsion/compare/2.11.0-rc1...2.11.0-rc2
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ The ubiquitous `Serilog` dependency is solely on the core module, not any sinks,

- [Propulsion+Equinox templates](https://github.com/jet/dotnet-templates#producerreactor-templates-combining-usage-of-equinox-and-propulsion):
- `proReactor` template, which includes multiple sources and multiple processing modes
- `proCosmosReactor` more legible version of `proReactor` template, currently only supports `Propulsion.CosmosStore`
- `summaryConsumer` template, consumes from the output of a `proReactor --kafka`, saving them in an `Equinox.CosmosStore` store
- `trackingConsumer`template, which consumes from Kafka, feeding into example Ingester logic in an `Equinox.CosmosStore` store
- `proSync` template is a fully fledged store <-> store synchronization tool syncing from a `CosmosStoreSource` or `EventStoreSource` to a `CosmosSink` or `EventStoreSink`
- `proSync` template is a fully fledged store <-> store synchronization tool syncing from a `CosmosStoreSource` or `EventStoreSource` to a `CosmosStoreSink` or `EventStoreSink`
- `feedConsumer`,`feedSource`: templates illustrating usage of `Propulsion.Feed.FeedSource`
- `periodicIngester`: template illustrating usage of `Propulsion.Feed.PeriodicSource`
- `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`
Expand Down

0 comments on commit bd1265a

Please sign in to comment.