From 16ef7e402039e3bb895dba13145b11e305f58981 Mon Sep 17 00:00:00 2001 From: Rasmus Mikkelsen Date: Thu, 23 May 2024 06:51:25 +0200 Subject: [PATCH 1/4] Update release notes --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c5de9f784..62ded598e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -9,6 +9,13 @@ https://github.com/eventflow/EventFlow/blob/develop-v1/MIGRATION_GUIDE.md 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.5003-alpha` + +* New: .NET 8 support +* New: Enable `IEventStore` to load events to a given sequence number (thanks @SeWaS) +* New: `EventFlow.Hangfire` now part of the v1 release cycle (thanks @nicolaj-hartmann) +* Fix/breaking: Switch from `System.Data.SqlClient` to `Microsoft.Data.SqlClient` (thanks @janrybka) + 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 From e934581b99b5622d9f9f9390cbf9d173b9a52a33 Mon Sep 17 00:00:00 2001 From: Rasmus Mikkelsen Date: Thu, 23 May 2024 07:15:35 +0200 Subject: [PATCH 2/4] Bump npgsql to 4.1.14 --- .../EventFlow.PostgreSql.Tests.csproj | 1 - Source/EventFlow.PostgreSql/EventFlow.PostgreSql.csproj | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/EventFlow.PostgreSql.Tests/EventFlow.PostgreSql.Tests.csproj b/Source/EventFlow.PostgreSql.Tests/EventFlow.PostgreSql.Tests.csproj index 9d03cb669..33e194cf9 100644 --- a/Source/EventFlow.PostgreSql.Tests/EventFlow.PostgreSql.Tests.csproj +++ b/Source/EventFlow.PostgreSql.Tests/EventFlow.PostgreSql.Tests.csproj @@ -20,7 +20,6 @@ - diff --git a/Source/EventFlow.PostgreSql/EventFlow.PostgreSql.csproj b/Source/EventFlow.PostgreSql/EventFlow.PostgreSql.csproj index 42ed58c2f..1a60b0ed7 100644 --- a/Source/EventFlow.PostgreSql/EventFlow.PostgreSql.csproj +++ b/Source/EventFlow.PostgreSql/EventFlow.PostgreSql.csproj @@ -27,7 +27,7 @@ - + From 42d4d069d2605aa3b805651fa1f3cdba1676f70a Mon Sep 17 00:00:00 2001 From: Rasmus Mikkelsen Date: Thu, 23 May 2024 07:25:04 +0200 Subject: [PATCH 3/4] Use a GitHub environment for releases --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4045d18a1..100d176d2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,10 @@ on: jobs: build: runs-on: ubuntu-20.04 + + environment: + name: release + env: HELPZ_POSTGRESQL_PASS: Password12! EVENTFLOW_MSSQL_SERVER: 127.0.0.1,1433 From ed8791ddd4692609e24d37108008f681c7393173 Mon Sep 17 00:00:00 2001 From: Rasmus Mikkelsen Date: Thu, 23 May 2024 07:26:32 +0200 Subject: [PATCH 4/4] Update a few more Npgsql reference to 4.1.14 --- .../EventFlow.EntityFramework.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/EventFlow.EntityFramework.Tests/EventFlow.EntityFramework.Tests.csproj b/Source/EventFlow.EntityFramework.Tests/EventFlow.EntityFramework.Tests.csproj index bc25badad..6f293aba1 100644 --- a/Source/EventFlow.EntityFramework.Tests/EventFlow.EntityFramework.Tests.csproj +++ b/Source/EventFlow.EntityFramework.Tests/EventFlow.EntityFramework.Tests.csproj @@ -10,7 +10,7 @@ - +