Skip to content

Commit

Permalink
Fix release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed May 23, 2023
1 parent 5c5b030 commit ec8bbd7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ The following list key characteristics of each version as well as its related br
updated in the same pull-requests as any code changes.

### NuGet package status
- 🟢 released

- 🟢 ported
- 💚 newly added to 1.0
- 🟠 not yet ported to 1.0
- 💀 for packages that are removed as part of 1.0 (see the [migration guide](./MIGRATION_GUIDE.md) for details)

Expand All @@ -70,6 +72,7 @@ The following list key characteristics of each version as well as its related br
- 🟢 `EventFlow.MsSql`
- 💀 `EventFlow.Owin`
- 🟢 `EventFlow.PostgreSql`
- 💚 `EventFlow.Redis`
- 🟠 `EventFlow.RabbitMQ`
- 🟢 `EventFlow.Sql`
- 🟠 `EventFlow.SQLite`
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ on how to do the migration.

https://github.com/eventflow/EventFlow/blob/develop-v1/MIGRATION_GUIDE.md

(If you see any changes you feel ownership of and you want you name there, create an issue
and it will get fixed asap. EventFlow would be where it is today without the grate community
contributions that it have received over the years)

Changes since last 1.x pre-release, `1.0.5002-alpha`

* New: Read model rebuilder can be done across multiple read model types. The piping of events
and applying them are now done concurrently to reduced memory usage and significantly improve
time to completion (by @kyle-bradley)
* New: Created `EventFlow.Redis` (by @joshua211)
* Breaking: Removed old `EventFlow.Shims.Tasks` class that provided a wrapper for `Task.CompletedTask`
in frameworks that did not have it

Expand Down Expand Up @@ -39,6 +44,7 @@ Complete 1.0 change log
* New: Read model rebuilder can be done across multiple read model types. The piping of events
and applying them are now done concurrently to reduced memory usage and significantly improve
time to completion (by @kyle-bradley)
* New: Created `EventFlow.Redis` (by @joshua211)
* New/breaking: Replace internal IoC implementation with `Microsoft.Extensions.DependencyInjection`
* New/breaking: Replace internal logging implementation with `Microsoft.Extensions.Logging`
* New/breaking: SQL read models now support different connection strings using the
Expand Down

0 comments on commit ec8bbd7

Please sign in to comment.