Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASE_NOTES.md for 1.5.12 release #6868

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down