Skip to content

Commit

Permalink
Added v0.3.3 Release Notes (#68)
Browse files Browse the repository at this point in the history
## [0.3.3] / 16 June 2022
- [Added common `Akka.Persistence.Hosting` package to make it easier to add `IEventAdapter`s to journals](#64).
- [Made Akka.Persistence.SqlServer.Hosting and Akka.Persistence.PostgreSql.Hosting both take a shared overload / dependency on Akka.Persistence.Hosting](#67) - did this to make it easier to add `IEventAdapter`s to each of those.
- [Add Akka.Cluster.Tools.Client support](#66) - now possible to start `ClusterClient` and `ClusterClientReceptionist`s easily from Akka.Hosting.
  • Loading branch information
Aaronontheweb authored Jun 16, 2022
1 parent 5bd0aac commit 67776ce
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## [0.3.2] / 13 June 2022
- [Fixed: WithDistributedPubSub role HOCON settings not inserted in proper order](https://github.com/akkadotnet/Akka.Hosting/issues/60)

## [0.3.1] / 09 June 2022
- [Fixed: WithDistributedPubSub throws NullReferenceException](https://github.com/akkadotnet/Akka.Hosting/issues/55)
- [Introduced `AddHoconFile` method](https://github.com/akkadotnet/Akka.Hosting/pull/58)
- [Upgraded to Akka.NET 1.4.39](https://github.com/akkadotnet/akka.net/releases/tag/1.4.39)
## [0.3.3] / 16 June 2022
- [Added common `Akka.Persistence.Hosting` package to make it easier to add `IEventAdapter`s to journals](https://github.com/akkadotnet/Akka.Hosting/issues/64).
- [Made Akka.Persistence.SqlServer.Hosting and Akka.Persistence.PostgreSql.Hosting both take a shared overload / dependency on Akka.Persistence.Hosting](https://github.com/akkadotnet/Akka.Hosting/pull/67) - did this to make it easier to add `IEventAdapter`s to each of those.
- [Add Akka.Cluster.Tools.Client support](https://github.com/akkadotnet/Akka.Hosting/pull/66) - now possible to start `ClusterClient` and `ClusterClientReceptionist`s easily from Akka.Hosting.

0 comments on commit 67776ce

Please sign in to comment.