Skip to content

Commit bb138a3

Browse files
Update RELEASE_NOTES.md for 1.5.53 release (#557)
* Update RELEASE_NOTES.md for 1.5.53 release * Prepare release v1.5.53 with critical EventAdapter bug fix This release addresses a critical regression introduced in v1.5.51.1 where IWriteEventAdapter and IReadEventAdapter instances were not being applied when loading events using BySequenceNr queries. The issue affected event tagging and other event adapter functionality in production scenarios. The fix is delivered through the upgrade to Akka.NET v1.5.53, which includes the necessary corrections to the Akka.Hosting configuration handling. Updated: - RELEASE_NOTES.md with detailed description of the bug fix - Directory.Generated.props with version 1.5.53 and updated package notes Fixes #552
1 parent a3117b7 commit bb138a3

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

RELEASE_NOTES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#### 1.5.53 October 14th 2025 ####
2+
3+
**Critical Bug Fix**
4+
5+
This release fixes a critical regression introduced in v1.5.51.1 where `IWriteEventAdapter` and `IReadEventAdapter` instances were not being applied when loading events using `BySequenceNr` queries. This caused event tagging and other event adapter functionality to fail in production scenarios.
6+
7+
* **[Fix EventAdapter regression from v1.5.51.1](https://github.com/akkadotnet/Akka.Persistence.Sql/issues/552)** - Event adapters configured via `WithSqlPersistence()` now work correctly when the method is called multiple times (e.g., once for default persistence with adapters, then again for sharding configuration). Fixed by upgrading to Akka.NET v1.5.53 which includes the fix from [Akka.Hosting#669](https://github.com/akkadotnet/Akka.Hosting/pull/669).
8+
* [Add runtime reproduction test for event adapter regression](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/554)
9+
* [Bump AkkaVersion and AkkaHostingVersion to 1.5.53](https://github.com/akkadotnet/akka.net/releases/tag/1.5.53)
10+
111
#### 1.5.51.1 October 2nd 2025 ####
212

313
* [Fix health check registration bug in Akka.Hosting extensions](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/549)

src/Directory.Generated.props

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.5.51.1</VersionPrefix>
4-
<PackageReleaseNotes>* [Fix health check registration bug in Akka.Hosting extensions](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/549)
5-
* [Add Akka.Hosting health check documentation to README](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/548)</PackageReleaseNotes>
3+
<VersionPrefix>1.5.53</VersionPrefix>
4+
<PackageReleaseNotes>**Critical Bug Fix**
5+
6+
This release fixes a critical regression introduced in v1.5.51.1 where `IWriteEventAdapter` and `IReadEventAdapter` instances were not being applied when loading events using `BySequenceNr` queries. This caused event tagging and other event adapter functionality to fail in production scenarios.
7+
8+
* **[Fix EventAdapter regression from v1.5.51.1](https://github.com/akkadotnet/Akka.Persistence.Sql/issues/552)** - Event adapters configured via `WithSqlPersistence()` now work correctly when the method is called multiple times (e.g., once for default persistence with adapters, then again for sharding configuration). Fixed by upgrading to Akka.NET v1.5.53 which includes the fix from [Akka.Hosting#669](https://github.com/akkadotnet/Akka.Hosting/pull/669).
9+
* [Add runtime reproduction test for event adapter regression](https://github.com/akkadotnet/Akka.Persistence.Sql/pull/554)
10+
* [Bump AkkaVersion and AkkaHostingVersion to 1.5.53](https://github.com/akkadotnet/akka.net/releases/tag/1.5.53)</PackageReleaseNotes>
611
</PropertyGroup>
712
</Project>

0 commit comments

Comments
 (0)