Skip to content

Commit

Permalink
v1.4.4 release notes (#4364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Mar 31, 2020
1 parent 4d5270f commit 295f749
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 9 deletions.
22 changes: 20 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
#### 1.4.4 March 30 2020 ####
**Placeholder for nightlies**
#### 1.4.4 March 31 2020 ####
**Maintenance Release for Akka.NET 1.4**

Akka.NET v1.4.4 includes one major fix for HOCON fallback configurations, a new module (Akka.Coordination), and some major improvements to Akka.Cluster.Tools / Akka.Cluster.Sharding:

* [Akka.Coordination: Lease API & integration](https://github.com/akkadotnet/akka.net/pull/4344)
* [Akka: Timers for self scheduled messages added, FSM timers fixes](https://github.com/akkadotnet/akka.net/pull/3778)
* [Akka **Important** Bugfix: Config.WithFallback is acting inconsistently](https://github.com/akkadotnet/akka.net/pull/4358)
* [Akka.Cluster.Sharding: Updates](https://github.com/akkadotnet/akka.net/pull/4354)

To see the full set of changes for Akka.NET 1.4.4, please [see the 1.4.4 milestone](https://github.com/akkadotnet/akka.net/milestone/35).

| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 3 | 4845 | 225 | zbynek001 |
| 2 | 3 | 3 | dependabot-preview[bot] |
| 2 | 159 | 0 | Aaron Stannard |
| 2 | 1099 | 23 | Gregorius Soedharmo |
| 1 | 34 | 5 | Petri Kero |
| 1 | 1 | 1 | Felix Reisinger |

#### 1.4.3 March 18 2020 ####
**Maintenance Release for Akka.NET 1.4**
Expand Down
20 changes: 13 additions & 7 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Copyright>Copyright © 2013-2020 Akka.NET Team</Copyright>
<Authors>Akka.NET Team</Authors>
<VersionPrefix>1.4.3</VersionPrefix>
<VersionPrefix>1.4.4</VersionPrefix>
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/akkadotnet/akka.net</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</PackageLicenseUrl>
Expand Down Expand Up @@ -30,14 +30,20 @@
</PropertyGroup>
<PropertyGroup>
<PackageReleaseNotes>Maintenance Release for Akka.NET 1.4**
Akka.NET v1.4.3 fixes one major issue that affected Akka.Persistence.Sql users as part of the v1.4 rollout:
[Bugfix: No connection string for Sql Event Journal was specified](https://github.com/akkadotnet/akka.net/issues/4343)
To see the full set of changes for Akka.NET 1.4.3, please [see the 1.4.3 milestone](https://github.com/akkadotnet/akka.net/milestone/34).
Akka.NET v1.4.4 includes one major fix for HOCON fallback configurations, a new module (Akka.Coordination), and some major improvements to Akka.Cluster.Tools / Akka.Cluster.Sharding:
[Akka.Coordination: Lease API &amp; integration](https://github.com/akkadotnet/akka.net/pull/4344)
[Akka: Timers for self scheduled messages added, FSM timers fixes](https://github.com/akkadotnet/akka.net/pull/3778)
[Akka **Important** Bugfix: Config.WithFallback is acting inconsistently](https://github.com/akkadotnet/akka.net/pull/4358)
[Akka.Cluster.Sharding: Updates](https://github.com/akkadotnet/akka.net/pull/4354)
To see the full set of changes for Akka.NET 1.4.4, please [see the 1.4.4 milestone](https://github.com/akkadotnet/akka.net/milestone/35).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 1 | 78 | 2 | Gregorius Soedharmo |
| 1 | 2 | 2 | dependabot-preview[bot] |
| 1 | 172 | 11 | Ismael Hamed |</PackageReleaseNotes>
| 3 | 4845 | 225 | zbynek001 |
| 2 | 3 | 3 | dependabot-preview[bot] |
| 2 | 159 | 0 | Aaron Stannard |
| 2 | 1099 | 23 | Gregorius Soedharmo |
| 1 | 34 | 5 | Petri Kero |
| 1 | 1 | 1 | Felix Reisinger |</PackageReleaseNotes>
</PropertyGroup>
<!-- SourceLink support for all Akka.NET projects -->
<ItemGroup>
Expand Down

0 comments on commit 295f749

Please sign in to comment.