File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 pipeline :
1414 uses : ./.github/workflows/pipeline.yaml
1515 with :
16- version : " 1.1 .0-pr${{ github.event.number }}-b${{ github.run_number }}"
16+ version : " 1.2 .0-pr${{ github.event.number }}-b${{ github.run_number }}"
Original file line number Diff line number Diff line change 1414 with :
1515 bake-convention : ' Release'
1616 environment : ' release'
17- version : " 1.1 .0"
17+ version : " 1.2 .0"
1818 secrets :
1919 nuget-api-key : ${{ secrets.NUGET_APIKEY }}
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ The following list key characteristics of each version as well as its related br
6565 - 💀 ` EventFlow.Autofac `
6666 - 💀 ` EventFlow.DependencyInjection `
6767 - 🟠 ` EventFlow.Elasticsearch `
68- - 🟠 ` EventFlow.EntityFramework `
68+ - 🟢 ` EventFlow.EntityFramework `
6969 - 🟠 ` EventFlow.EventStores.EventStore `
7070 - 🟢 ` EventFlow.Hangfire `
7171 - 🟢 ` EventFlow.MongoDB `
@@ -471,6 +471,10 @@ category.
471471 * [iconmonstr ](https:// iconmonstr.com/network-6-icon/): First logo
472472 * [JC008 ](https:// github.com/JC008): License for Navicat Essentials for SQLite
473473
474+ ## Star History
475+
476+ [](https://star-history.com/#eventflow/EventFlow&Date)
477+
474478## License
475479
476480EventFlow was originally developed <u>in my spare time </u > while I worked at both
Original file line number Diff line number Diff line change 1- ### New in 1.1.1 (working version, not released yet)
1+ ### New in 1.2.0 (working version, not released yet)
22
3+ * New: New NuGet package ` EventFlow.SourceGenerators ` created by @alexeyfv . See
4+ [ documentation] ( https://geteventflow.net/additional/source-generation/ ) for details
35* New: NuGet ` EventFlow.SQLite ` is now released as part of v1 and enables support for SQLite
6+ * New: NuGet ` EventFlow.EntityFramework ` now ported to v1 (thanks @MMonrad )
7+ * Fix: Upgrade ` EventFlow.MongoDB ` reference of ` MongoDB.Driver ` from ` 2.19.0 ` to ` [3.0.0,4.0) ` (thanks @tniessner )
48* Fix: Invoking ` UseEventPersistence ` now removes any previously registered event persistence. This
59 fixes a service ordering issue in the following event store configurations
610 - MongoDB
711 - MSSQL
812 - PostgreSQL
913
14+ * Sorry for the delay.*
1015
1116### New in 1.1.0 (released 2024-12-16)
1217
You can’t perform that action at this time.
0 commit comments