Skip to content

Commit 0fecfbf

Browse files
committed
Changelog updates from Release 2.4.0 on v2
1 parent 0993e11 commit 0fecfbf

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,16 @@ The `Unreleased` section name is replaced by the expected version of next releas
4545
### Removed
4646
### Fixed
4747

48-
- `MemoryStore`: Serialize `Committed` events to guarantee consumption in event `Index` order re [#265](https://github.com/jet/equinox/issues/265) [#269](https://github.com/jet/equinox/pull/269)
48+
<a name="2.4.0"></a>
49+
## [2.4.0] - 2020-12-03
50+
51+
### Added
52+
53+
- `Cosmos.Prometheus`: Prometheus integration package as `master` [#266](https://github.com/jet/equinox/pull/266) [#267](https://github.com/jet/equinox/pull/267)
54+
55+
### Fixed
56+
57+
- `MemoryStore`: Serialize `Committed` events to guarantee consumption in event `Index` order re [#265](https://github.com/jet/equinox/issues/265) [#269](https://github.com/jet/equinox/pull/269) :pray: [@fnipo](https://github.com/fnipo)
4958
- `Cosmos`: Fix defaulting for `compressUnfolds` in C# [#261](https://github.com/jet/equinox/pull/261)
5059

5160
<a name="2.3.0"></a>
@@ -55,6 +64,10 @@ The `Unreleased` section name is replaced by the expected version of next releas
5564

5665
- `CachingStrategy.FixedTimeSpan`: Support for fixed caching periods [#255](https://github.com/jet/equinox/pull/255)
5766

67+
### Changed
68+
69+
- `Cosmos`: Finalize `Prune` API to align with `master` [#258](https://github.com/jet/equinox/pull/258)
70+
5871
<a name="2.3.0-rc2"></a>
5972
## [2.3.0-rc2] - 2020-10-02
6073

@@ -468,7 +481,8 @@ The `Unreleased` section name is replaced by the expected version of next releas
468481

469482
(For information pertaining to earlier releases, see release notes in https://github.com/jet/equinox/releases and/or can someone please add it!)
470483

471-
[Unreleased]: https://github.com/jet/equinox/compare/2.3.0...HEAD
484+
[Unreleased]: https://github.com/jet/equinox/compare/2.4.0...HEAD
485+
[2.4.0]: https://github.com/jet/equinox/compare/2.3.0...2.4.0
472486
[2.3.0]: https://github.com/jet/equinox/compare/2.3.0-rc2...2.3.0
473487
[2.3.0-rc2]: https://github.com/jet/equinox/compare/2.3.0-rc1...2.3.0-rc2
474488
[2.3.0-rc1]: https://github.com/jet/equinox/compare/2.2.0...2.3.0-rc1

0 commit comments

Comments
 (0)