-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r nightly build support
…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)
…y-messages-context Merged
…t plugin instance counter static
Move structuremap examples into same area as other sample DI projects.
…stkit-sqlserver Akka.Persistence - SqlServer and TestKit fixes
Logging message/template 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
upgraded to Helios 1.4.1 to avoid crash on TCP shutdown fixed shutdown code inside EndpointManager
Replace SystemNanoTime with MonotonicClock. akkadotnet#1148
…ator Implemented RemotingTerminator
Issue badges & more contribution guidelines
TaskContinuationOptions bitwise fix
This should resolve issue akkadotnet#1171
Basic Akka.Persistence benchmark application
fixed akkadotnet#1194 (ThrottleTransportAdapter overflow bug)
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
Fix for null sender akkadotnet#1212
…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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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!
and
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!