Skip to content

Commit 31222aa

Browse files
added v1.5.25 release notes (#7257)
* added v1.5.25 release notes * added commit numbers
1 parent be4ed4d commit 31222aa

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

RELEASE_NOTES.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1-
#### 1.5.25 June 7th 2024 ####
1+
#### 1.5.25 June 14th 2024 ####
22

3-
*Placeholder for nightlies*
3+
Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.
4+
5+
**Logging Errors Introduced in v1.5.21**
6+
7+
Versions [v1.5.21,v1.5.24] are all affected by [Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages](https://github.com/akkadotnet/akka.net/issues/7255) - this was a bug introduced when we added [the log-filtering feature we shipped in Akka.NET v1.5.21](https://getakka.net/articles/utilities/logging.html#filtering-log-messages).
8+
9+
This issue has been resolved in v1.5.25 and we've [added regression tests to ensure that the log format gets version-checked just like our APIs going forward](https://github.com/akkadotnet/akka.net/pull/7256).
10+
11+
Other fixes:
12+
13+
* [Akka.Router: sending a message to a remote actor via `IScheduledTellMsg` results in serialization error](https://github.com/akkadotnet/akka.net/issues/7247)
14+
* [Akka.Discovery: Make Akka.Discovery less coupled with Akka.Management](https://github.com/akkadotnet/akka.net/issues/7242)
15+
16+
You can [see the full set of changes for Akka.NET v1.5.25 here](https://github.com/akkadotnet/akka.net/milestones/1.5.25).
17+
18+
| COMMITS | LOC+ | LOC- | AUTHOR |
19+
| --- | --- | --- | --- |
20+
| 6 | 347 | 44 | Aaron Stannard |
21+
| 2 | 1197 | 1015 | Gregorius Soedharmo |
422

523
#### 1.5.24 June 7th 2024 ####
624

src/Directory.Build.props

+9-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2013-2023 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>1.5.22</VersionPrefix>
5+
<VersionPrefix>1.5.25</VersionPrefix>
66
<PackageIcon>akkalogo.png</PackageIcon>
77
<PackageProjectUrl>https://github.com/akkadotnet/akka.net</PackageProjectUrl>
88
<PackageLicenseUrl>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</PackageLicenseUrl>
@@ -47,7 +47,14 @@
4747
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
4848
</PropertyGroup>
4949
<PropertyGroup>
50-
<PackageReleaseNotes>Placeholder for nightlies*</PackageReleaseNotes>
50+
<PackageReleaseNotes>Akka.NET v1.5.25 includes a critical bug fix for logging and some other minor fixes.
51+
Logging Errors Introduced in v1.5.21**
52+
Versions [v1.5.21,v1.5.24] are all affected by [Akka.Logging: v1.5.21 appears to have truncated log source, timestamps, etc from all log messages](https://github.com/akkadotnet/akka.net/issues/7255) - this was a bug introduced when we added [the log-filtering feature we shipped in Akka.NET v1.5.21](https://getakka.net/articles/utilities/logging.html#filtering-log-messages).
53+
This issue has been resolved in v1.5.25 and we've [added regression tests to ensure that the log format gets version-checked just like our APIs going forward](https://github.com/akkadotnet/akka.net/pull/7256).
54+
Other fixes:
55+
[Akka.Router: sending a message to a remote actor via `IScheduledTellMsg` results in serialization error](https://github.com/akkadotnet/akka.net/issues/7247)
56+
[Akka.Discovery: Make Akka.Discovery less coupled with Akka.Management](https://github.com/akkadotnet/akka.net/issues/7242)
57+
You can [see the full set of changes for Akka.NET v1.5.25 here](https://github.com/akkadotnet/akka.net/milestones/1.5.25).</PackageReleaseNotes>
5158
</PropertyGroup>
5259
<ItemGroup Label="Analyzers" Condition="'$(MSBuildProjectName)' != 'Akka'">
5360
<PackageReference Include="Akka.Analyzers" Version="$(AkkaAnalyzerVersion)" PrivateAssets="all" />

0 commit comments

Comments
 (0)