From d57217930ced8280ca5981d02064872040e42d1a Mon Sep 17 00:00:00 2001 From: Gregorius Soedharmo Date: Fri, 28 Jul 2023 05:12:57 +0700 Subject: [PATCH] Update RELEASE_NOTES.md for 1.5.11 release --- RELEASE_NOTES.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 110c51af109..52290a7a9ad 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,20 @@ +#### 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. + +* [Remote: Modernize DotNettyTransportSettings class and add support for a SSL Setup class](https://github.com/akkadotnet/akka.net/pull/6854) +* [PubSub: Make CountSubscriber query command public](https://github.com/akkadotnet/akka.net/pull/6856) + +If you want to see the [full set of changes made in Akka.NET v1.5.11, click here](https://github.com/akkadotnet/akka.net/milestone/93?closed=1). + +| COMMITS | LOC+ | LOC- | AUTHOR | +|---------|------|------|---------------------| +| 1 | 465 | 321 | Gregorius Soedharmo | +| 1 | 22 | 2 | Aaron Stannard | + #### 1.5.10 July 26th 2023 #### -Akka.NET v1.5.9 is a maintenance release with a minor API change. +Akka.NET v1.5.10 is a maintenance release with a minor API change. * [Persistence.TCK: Add constructor overload that takes ActorSystemSetup argument](https://github.com/akkadotnet/akka.net/pull/6850)