Skip to content

Commit b9f4d4b

Browse files
committed
Release 4.11.0
1 parent 31dad4a commit b9f4d4b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,25 @@ The `Unreleased` section name is replaced by the expected version of next releas
88

99
## [Unreleased]
1010

11+
### Added
12+
### Changed
13+
### Removed
14+
### Fixed
15+
16+
<a name="4.11.0"></a>
17+
## [4.11.0] - 2020-11-04
18+
1119
### Added
1220

1321
- `proArchiver`: CosmosDB ChangeFeedProcessor that syncs events from specified Hot Container's categories into a Warm Container [#79](https://github.com/jet/dotnet-templates/pull/79)
1422
- `proPruner`: CosmosDB ChangeFeedProcessor that prunes events from a Hot Container based on Expiration status determined by inspecting the Warm version of the Events synced by the `proArchiver` [#79](https://github.com/jet/dotnet-templates/pull/79)
1523

1624
### Changed
1725

18-
- Cleaned and moved `Logging` logic out to `Infrastructure.fs` [#76](https://github.com/jet/dotnet-templates/pull/76)
26+
- Cleaned and moved `Logging` logic out to `Infrastructure.fs` [#76](https://github.com/jet/dotnet-templates/pull/76) :pray: [@enricosada](https://github.com/enricosada)
1927
- Polished `SemaphoreSlim` extensions
20-
- Target `Propulsion` v `2.9.0`, `Equinox` v `2.3.0`, `FsKafka` v `1.5.2`
28+
- Target `Propulsion` v `2.9.0`, `Equinox` v `2.3.0`
2129

22-
### Removed
2330
### Fixed
2431

2532
- Fixed version check logic in `TodoSummary` ingesters [#82](https://github.com/jet/dotnet-templates/pull/82) :pray: [@dunnry](https://github.com/dunnry)
@@ -472,7 +479,8 @@ The `Unreleased` section name is replaced by the expected version of next releas
472479

473480
(For information pertaining to earlier releases, see release notes in https://github.com/jet/dotnet-templates/releases and/or can someone please add it!)
474481

475-
[Unreleased]: https://github.com/jet/dotnet-templates/compare/4.10.0...HEAD
482+
[Unreleased]: https://github.com/jet/dotnet-templates/compare/4.11.0...HEAD
483+
[4.11.0]: https://github.com/jet/dotnet-templates/compare/4.10.0...4.11.0
476484
[4.10.0]: https://github.com/jet/dotnet-templates/compare/4.9.0...4.10.0
477485
[4.9.0]: https://github.com/jet/dotnet-templates/compare/4.8.0...4.9.0
478486
[4.8.0]: https://github.com/jet/dotnet-templates/compare/4.7.2...4.8.0

0 commit comments

Comments
 (0)