File tree 5 files changed +13
-3
lines changed
EventFlow.EntityFramework.Tests
EventFlow.PostgreSql.Tests
5 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build :
9
9
runs-on : ubuntu-20.04
10
+
11
+ environment :
12
+ name : release
13
+
10
14
env :
11
15
HELPZ_POSTGRESQL_PASS : Password12!
12
16
EVENTFLOW_MSSQL_SERVER : 127.0.0.1,1433
Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ https://github.com/eventflow/EventFlow/blob/develop-v1/MIGRATION_GUIDE.md
9
9
and it will get fixed asap. EventFlow would be where it is today without the grate community
10
10
contributions that it have received over the years)
11
11
12
+ Changes since last 1.x pre-release, ` 1.0.5003-alpha `
13
+
14
+ * New: .NET 8 support
15
+ * New: Enable ` IEventStore ` to load events to a given sequence number (thanks @SeWaS )
16
+ * New: ` EventFlow.Hangfire ` now part of the v1 release cycle (thanks @nicolaj-hartmann )
17
+ * Fix/breaking: Switch from ` System.Data.SqlClient ` to ` Microsoft.Data.SqlClient ` (thanks @janrybka )
18
+
12
19
Changes since last 1.x pre-release, ` 1.0.5002-alpha `
13
20
14
21
* New: Read model rebuilder can be done across multiple read model types. The piping of events
Original file line number Diff line number Diff line change 10
10
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 3.1.5" />
11
11
<PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 3.1.5" />
12
12
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.1" />
13
- <PackageReference Include =" Npgsql" Version =" 4.1.3.1 " />
13
+ <PackageReference Include =" Npgsql" Version =" 4.1.14 " />
14
14
<PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 3.1.4" />
15
15
<PackageReference Include =" NUnit" Version =" 3.12.0" />
16
16
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" />
Original file line number Diff line number Diff line change 20
20
21
21
<ItemGroup >
22
22
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.6.1" />
23
- <PackageReference Include =" Npgsql" Version =" 4.0.2" />
24
23
<PackageReference Include =" NUnit" Version =" 3.13.2" />
25
24
<PackageReference Include =" NUnit3TestAdapter" Version =" 3.17.0" />
26
25
</ItemGroup >
Original file line number Diff line number Diff line change 27
27
<ItemGroup >
28
28
<PackageReference Include =" dbup-postgresql" Version =" 4.1.0" />
29
29
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
30
- <PackageReference Include =" Npgsql" Version =" 4.0.2 " />
30
+ <PackageReference Include =" Npgsql" Version =" 4.1.14 " />
31
31
</ItemGroup >
32
32
33
33
<ItemGroup >
You can’t perform that action at this time.
0 commit comments