Skip to content

Commit

Permalink
added v0.4.0 release notes (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Apr 2, 2019
1 parent 4ab6679 commit c4a92ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#### 0.3.0 February 15 2019 ####
* Akka.Persistence.Extras `DeDuplicatingReceiverActor` is now stable.
* Akka.Persistence.Extras uses Google.Protobuf serialization internally for all of its built-in message types now, in order to guarantee a degree of version tolerance moving forward.
#### 0.4.0 April 02 2019 ####
* Upgraded to Akka.NET v1.3.12.
* Added the `PersistenceSupervisor` to Akka.Persistence.Extras. This [actor is responsible for providing a more robust Akka.Persistence failure, recovery, and retry supervision model for Akka.NET](https://devops.petabridge.com/articles/state-management/akkadotnet-persistence-failure-handling.html).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\common.props" /> <Import Project="..\common.props" />
<Import Project="..\common.props" />
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
Expand Down
6 changes: 3 additions & 3 deletions src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<Copyright>Copyright © 2015-2019 Petabridge</Copyright>
<Authors>Petabridge</Authors>
<VersionPrefix>0.3.0</VersionPrefix>
<PackageReleaseNotes>Akka.Persistence.Extras `DeDuplicatingReceiverActor` is now stable.
Akka.Persistence.Extras uses Google.Protobuf serialization internally for all of its built-in message types now, in order to guarantee a degree of version tolerance moving forward.</PackageReleaseNotes>
<VersionPrefix>0.4.0</VersionPrefix>
<PackageReleaseNotes>Upgraded to Akka.NET v1.3.12.
Added the `PersistenceSupervisor` to Akka.Persistence.Extras. This [actor is responsible for providing a more robust Akka.Persistence failure, recovery, and retry supervision model for Akka.NET](https://devops.petabridge.com/articles/state-management/akkadotnet-persistence-failure-handling.html).</PackageReleaseNotes>
<PackageIconUrl>https://petabridge.com/images/logo.png</PackageIconUrl>
<PackageProjectUrl>
https://devops.petabridge.com/articles/msgdelivery/
Expand Down

0 comments on commit c4a92ae

Please sign in to comment.