Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Akka.NET v1.0.4 Production Release #1219

Merged
merged 156 commits into from
Aug 7, 2015

Conversation

Aaronontheweb
Copy link
Member

1.0.4 August 07 2015

Maintenance release for Akka.NET v1.0.3

Akka.IO
This release introduces some major new features to Akka.NET, including Akka.IO - a new set of capabilities built directly into the Akka NuGet package that allow you to communicate with your actors directly via TCP and UDP sockets from external (non-actor) systems.

If you want to see a really cool example of Akka.IO in action, look at this sample that shows off how to use the Telnet commandline to interact directly with Akka.NET actors.

Akka.Persistence.MongoDb and Akka.Persistence.Sqlite
Two new flavors of Akka.Persistence support are now available. You can install them via the commandline!

PM> Install-Package Akka.Persistence.MongoDb -pre

and

PM> Install-Package Akka.Persistence.Sqlite -pre

Fixes & Changes - Akka.NET Core

Akka.DI.StructureMap
We now have support for the StructureMap dependency injection framework out of the box. You can install it here!

PM> Install-Package Akka.DI.StructureMap

Aaronontheweb and others added 30 commits June 2, 2015 18:37
…zation-fix-1036

Fixes for NoSender serialization bugs
…er-serialization-fix-1036

Revert "Fixes for NoSender serialization bugs"
added version number for next release of Akka.NET to RELEASE_NOTES for nightly build support
Currently, NLogLogger simply logs exception messages as strings.
This commit passes the exception to NLog as well. This allows
clients to use ${exception:...} layout renderers to choose if
they want to log exception details (including stack traces)
or not.
pass exception to NLogLogger exception logging
…zation-fix-1036

NoSender is changed to null (Fixes for NoSender serialization bugs)
Move structuremap examples into same area as other sample DI projects.
…stkit-sqlserver

Akka.Persistence - SqlServer and TestKit fixes
bringing in latest changes from master to dev
added v1.0.4 release # for nightly builds
…roxy-configurable-timeout

HOCON config key for replay receive timeout for AsyncWriteProxy
Renamed RemoteDaemon
Added Hooks
Added spin-retry updates of parent2children
Added fake remote terminator argument
Added addChildParentNeedsWatch
Aaronontheweb and others added 26 commits July 20, 2015 16:39
upgraded to Helios 1.4.1 to avoid crash on TCP shutdown
fixed shutdown code inside EndpointManager
Issue badges & more contribution guidelines
TaskContinuationOptions bitwise fix
Basic Akka.Persistence benchmark application
Reference akkadotnet#1192

This PR replaces the generic exceptions with more specific ones. This
should help make debugging easier for apps that work with Akka.NET.
Replaced generic exceptions with more specific ones
Update FsPickler version used by Akka.FSharp
case when JObject contains invalid type

fix moved to Akka.Persistence.FSharp

reliable DU serialization tests

some serious hack for whole F# scope

extended JObject hack on akka.persistence.fsharp
…ialization

FSharp API: fixed problem with JObject deserialization
…otes

added release notes for Akka.NET v1.0.4
Aaronontheweb added a commit that referenced this pull request Aug 7, 2015
Akka.NET v1.0.4 Production Release
@Aaronontheweb Aaronontheweb merged commit 4819b9b into akkadotnet:master Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.