-
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.2 stable release #1033
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
- added code fences - fixed some stilted wording to flow better - rearranged sections to flow better - added relevant links to the wiki - added final example to each segment that ties the document together
Documentation fixes for Dependency Injection
Removed Reentrancy behavior
Update .editorconfig (yup, I'm a moron)
added some more descriptive comments to the remoting components
Update README.md
- moved regular comments into xmldoc - added class cross-references - fleshed out auto-generated xmldoc - split JavaSerializer into its own file
Updated xmldocs in Akka.Serialization
More XML-DOC comments for Akka.Remote
Added a null argument check for supervisor strategy inside ClusterPoolRouters - saw this come up inside the WebCrawler demo. Made it so heartbeat timeouts get logged to the error log.
added clearer logging and validation to Remote / Cluster
Fixed a bug that caused clustered pool routers to have a null supervisor strategy by default when loaded from configuration.
…pervisor-fix All Pool routers from configuration now use DefaultSupervisorStrategy
…s unknown Causes the EndpointManager to apply a less severe policy to the failed node, which should allow for reconnects fixed termination issue inside AkkaProtocolTransport improperly nested `PatternMatch` was responsible for throwing a null exception when trying to set an exception
…-fix changed the HeliosTcpHandle to report disassociations for "unknown" reasons
…y in nightly builds
…on-notes Bumped version # so new NuGet packages will show up correctly in nightly builds
Specify Nuget config to avoid accessing private NuGet repo
Cleanup in the Event namespace
Conflicts: src/core/Akka/Actor/Scheduler/TaskBasedScheduler.cs
Add ability to specify scheduler implementation in configuration
Replaced DateTime.Now with DateTime.UtcNow/MonotonicClock
Fixed missing/boilerplate xmldoc comments to the Akka.Configuration.HOCON classes
Fixed missing/boilerplate xmldoc comments
…ences Fixed a few class cross references
ActorCell.DeathWatch InvalidOperationException during AddressTerminat…
…cturemap-di closes akkadotnet#1020 structuremap dependency injection
…ll Akka.Persistence packages
…dapter-change Revert ILoggingAdapter Warn method removal
…nuget-packages added fix pre-release nuget package #s for Akka.Cluster, Akka.Persistence
…notes added release notes for v1.0.2 release
close akkadotnet#1004 - Akka.Persistence now added as dependency to all Akka.Persistence.* nuget packages
Aaronontheweb
added a commit
that referenced
this pull request
Jun 3, 2015
Akka.NET v1.0.2 stable 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.2 June 2 2015
Bugfix release for Akka.NET v1.0.1.
Fixes & Changes - Akka.NET Core
Fixes & Changes - Akka.NET Dependency Injection
Fixes & Changes - Akka.Remote and Akka.Cluster
Fixes & Changes - Akka.Persistence
New Features:
Akka.TestKit.XUnit2
Akka.NET now has support for XUnit 2.0! You can install Akka.TestKit.XUnit2 via the NuGet commandline:
Akka.Persistence.PostgreSql and Akka.Persistence.Cassandra
Akka.Persistence now has two additional concrete implementations for PostgreSQL and Cassandra! You can install either of the packages using the following commandline:
Akka.Persistence.PostgreSql Configuration Docs
Akka.Persistence.Cassandra Configuration Docs
Akka.DI.StructureMap
Akka.NET's dependency injection system now supports StructureMap! You can install Akka.DI.StructureMap via the NuGet commandline: