Skip to content

Commit

Permalink
Akka.NET v1.3.4 release notes (#3307)
Browse files Browse the repository at this point in the history
* added Akka.NET v1.3.4 release notes
  • Loading branch information
Aaronontheweb committed Feb 1, 2018
1 parent e097b39 commit 531527a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
24 changes: 22 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
#### 1.3.4 January 28 2018 ####
Placeholder
#### 1.3.4 February 1 2018 ####
**Maintenance Release for Akka.NET 1.3**

Akka.NET v1.3.4 is a minor patch mostly focused on bugfixes.

**Updates and Bugfixes**
1. [Akka: Ask interface should be clean](https://github.com/akkadotnet/akka.net/pull/3220)
1. [Akka.Cluster.Sharding: DData replicator is always assigned](https://github.com/akkadotnet/akka.net/issues/3297)
2. [Akka.Cluster: Akka.Cluster Group Routers don't respect role setting when running with allow-local-routees](https://github.com/akkadotnet/akka.net/issues/3294)
3. [Akka.Streams: Implement PartitionHub](https://github.com/akkadotnet/akka.net/pull/3287)
4. [Akka.Remote AkkaPduCodec performance fixes](https://github.com/akkadotnet/akka.net/pull/3299)
5. [Akka.Serialization.Hyperion updated](https://github.com/akkadotnet/akka.net/pull/3306) to [Hyperion v0.9.8](https://github.com/akkadotnet/Hyperion/releases/tag/v0.9.8)

You can see [the full set of changes for Akka.NET v1.3.4 here](https://github.com/akkadotnet/akka.net/milestone/22).

| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 6 | 304 | 209 | Aaron Stannard |
| 1 | 250 | 220 | Maxim Cherednik |
| 1 | 1278 | 42 | Marc Piechura |
| 1 | 1 | 1 | zbynek001 |
| 1 | 1 | 1 | Vasily Kirichenko |

#### 1.3.3 January 19 2018 ####
**Maintenance Release for Akka.NET 1.3**
Expand Down
18 changes: 17 additions & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<PropertyGroup>
<PackageReleaseNotes>Placeholder</PackageReleaseNotes>
<PackageReleaseNotes>Maintenance Release for Akka.NET 1.3**
Akka.NET v1.3.4 is a minor patch mostly focused on bugfixes.
Updates and Bugfixes**
1. [Akka: Ask interface should be clean](https://github.com/akkadotnet/akka.net/pull/3220)
1. [Akka.Cluster.Sharding: DData replicator is always assigned](https://github.com/akkadotnet/akka.net/issues/3297)
2. [Akka.Cluster: Akka.Cluster Group Routers don't respect role setting when running with allow-local-routees](https://github.com/akkadotnet/akka.net/issues/3294)
3. [Akka.Streams: Implement PartitionHub](https://github.com/akkadotnet/akka.net/pull/3287)
4. [Akka.Remote AkkaPduCodec performance fixes](https://github.com/akkadotnet/akka.net/pull/3299)
5. [Akka.Serialization.Hyperion updated](https://github.com/akkadotnet/akka.net/pull/3306) to [Hyperion v0.9.8](https://github.com/akkadotnet/Hyperion/releases/tag/v0.9.8)
You can see [the full set of changes for Akka.NET v1.3.4 here](https://github.com/akkadotnet/akka.net/milestone/22).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 6 | 304 | 209 | Aaron Stannard |
| 1 | 250 | 220 | Maxim Cherednik |
| 1 | 1278 | 42 | Marc Piechura |
| 1 | 1 | 1 | zbynek001 |
| 1 | 1 | 1 | Vasily Kirichenko |</PackageReleaseNotes>
</PropertyGroup>
</Project>

0 comments on commit 531527a

Please sign in to comment.