From ffbf5d43b06cb55c9c1fd87fb5d77f523cbbf0d1 Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Thu, 14 Mar 2019 10:21:22 -0500 Subject: [PATCH] Added v1.4 placeholder for nightlies --- RELEASE_NOTES.md | 4 ++++ src/common.props | 28 ++-------------------------- 2 files changed, 6 insertions(+), 26 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fd32feadc8d..04fbe998b2d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +#### 1.4.0 March 14 2019 #### +**Placeholder for nightlies** + + #### 1.3.12 March 13 2019 #### **Maintenance Release for Akka.NET 1.3** This will be the final bugfix release for Akka.NET v1.3.* - going forward we will be working on releasing Akka.NET v1.4. diff --git a/src/common.props b/src/common.props index 60537d1fe44..c604b1bc4ec 100644 --- a/src/common.props +++ b/src/common.props @@ -2,7 +2,7 @@ Copyright © 2013-2018 Akka.NET Team Akka.NET Team - 1.3.12 + 1.4.0 http://getakka.net/images/akkalogo.png https://github.com/akkadotnet/akka.net https://github.com/akkadotnet/akka.net/blob/master/LICENSE @@ -18,30 +18,6 @@ true - Maintenance Release for Akka.NET 1.3** -This will be the final bugfix release for Akka.NET v1.3.* - going forward we will be working on releasing Akka.NET v1.4. -This patch contains many important bug fixes and improvements: -[Akka.Cluster.Sharding: Automatic passivation for sharding](https://github.com/akkadotnet/akka.net/pull/3718) -[Akka.Persistence: Optimize AtLeastOnceDelivery by not scheduling ticks when not needed](https://github.com/akkadotnet/akka.net/pull/3704) -[Akka.Persistence.Sql.Common: Bugfix CurrentEventsByTag does not return more than a 100 events](https://github.com/akkadotnet/akka.net/issues/3697) -[Akka.Persistence.Sql.Common: DeleteMessages when journal is empty causes duplicate key SQL exception](https://github.com/akkadotnet/akka.net/issues/3721) -[Akka.Cluster: SplitBrainResolver: don't down oldest if alone in cluster](https://github.com/akkadotnet/akka.net/pull/3690) -[Akka: Include manifest or class in missing serializer failure if possible](https://github.com/akkadotnet/akka.net/pull/3701) -[Akka: Memory leak when disposing actor system with non default ActorRefProvider](https://github.com/akkadotnet/akka.net/issues/2640) -To [see the full set of changes for Akka.NET v1.3.12, click here](https://github.com/akkadotnet/akka.net/milestone/30). -| COMMITS | LOC+ | LOC- | AUTHOR | -| --- | --- | --- | --- | -| 8 | 1487 | 357 | Ismael Hamed | -| 7 | 126 | 120 | jdsartori | -| 3 | 198 | 4 | JSartori | -| 3 | 155 | 22 | Aaron Stannard | -| 2 | 11 | 2 | Peter Lin | -| 1 | 8 | 4 | Raimund Hirz | -| 1 | 7 | 0 | Warren Falk | -| 1 | 45 | 6 | Peter Huang | -| 1 | 14 | 13 | Bartosz Sypytkowski | -| 1 | 11 | 1 | Greg Shackles | -| 1 | 10 | 10 | Jill D. Headen | -| 1 | 1 | 1 | Isaac Z | + Placeholder for nightlies** \ No newline at end of file