Skip to content

Commit

Permalink
added v1.4.18 release notes (#4869)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Mar 23, 2021
1 parent 37f5575 commit 6d8819e
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions RELEASE_NOTES.md
@@ -1,5 +1,20 @@
#### 1.4.18 March 09 2021 ####
**Placeholder for Nightlies**
#### 1.4.18 March 23 2021 ####
**Maintenance Release for Akka.NET 1.4**

This is a minor release of Akka.NET that redesigns how the `Props` class and Akka.DependencyInjection uses it. _These changes are non-breaking_, but please let us know if you run into any trouble at all.

* [Akka: `Props` methods for propagating and setting `IActorProducer` are pretty weird](https://github.com/akkadotnet/akka.net/issues/3599)
* [Akka: made `Deploy` methods virtual](https://github.com/akkadotnet/akka.net/pull/4868)
* [Akka.DependencyInjection: `ServiceProviderProps` is broken - needs to be rewritten](https://github.com/akkadotnet/akka.net/issues/4853)
* [Akka.Streams: FileIO sinks don't flush until completed](https://github.com/akkadotnet/akka.net/issues/4851)

To see the [full set of fixes in Akka.NET v1.4.18, please see the milestone on Github](https://github.com/akkadotnet/akka.net/milestone/48).

| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 3 | 431 | 451 | Aaron Stannard |
| 3 | 229 | 4980 | Gregorius Soedharmo |
| 2 | 2 | 2 | dependabot-preview[bot] |

#### 1.4.17 March 09 2021 ####
**Maintenance Release for Akka.NET 1.4**
Expand Down

0 comments on commit 6d8819e

Please sign in to comment.