From bb16c6883bc6238c453cd0f472ae44fac1a83f85 Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Wed, 2 Aug 2023 23:57:48 +0700 Subject: [PATCH] Update RELEASE_NOTES.md for 1.5.12 release (#6868) --- RELEASE_NOTES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 52290a7a9ad..078b891a2c3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,20 @@ +#### 1.5.12 August 2nd 2023 #### + +Akka.NET v1.5.12 is a maintenance release with a minor API change and a minor bug fix. + +* [Persistence.Query: Fix `ReadJournalFor()` thread safety](https://github.com/akkadotnet/akka.net/pull/6859) +* [Persistence.Query: Expose new `Tags` property in `EventEnvelope`](https://github.com/akkadotnet/akka.net/pull/6862) +* [Documentation: Fix typo in member-roles.md](https://github.com/akkadotnet/akka.net/pull/6784) + +If you want to see the [full set of changes made in Akka.NET v1.5.12, click here](https://github.com/akkadotnet/akka.net/milestone/94?closed=1). + +| COMMITS | LOC+ | LOC- | AUTHOR | +|---------|------|------|---------------------| +| 5 | 34 | 18 | Aaron Stannard | +| 2 | 150 | 51 | Gregorius Soedharmo | +| 1 | 1 | 1 | dependabot[bot] | +| 1 | 1 | 1 | Jim Aho | + #### 1.5.11 July 27th 2023 #### Akka.NET v1.5.11 is a maintenance release with a minor API change and internal code modernization/cleanup.