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.2 stable release #1033

Merged
merged 128 commits into from
Jun 3, 2015
Merged

Conversation

Aaronontheweb
Copy link
Member

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:

PM> Install-Package Akka.TestKit.XUnit2

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

PM> Install-Package Akka.Persistence.PostgreSql

Akka.Persistence.Cassandra Configuration Docs

PM> Install-Package Akka.Persistence.Cassandra

Akka.DI.StructureMap
Akka.NET's dependency injection system now supports StructureMap! You can install Akka.DI.StructureMap via the NuGet commandline:

PM> Install-Package Akka.DI.StructureMap

rogeralsing and others added 30 commits April 28, 2015 08:14
- 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
Update .editorconfig (yup, I'm a moron)
added some more descriptive comments to the remoting components
- 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
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
…on-notes

Bumped version # so new NuGet packages will show up correctly in nightly builds
Specify Nuget config to avoid accessing private NuGet repo
kekekeks and others added 28 commits May 23, 2015 23:03
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
…ences

Fixed a few class cross references
ActorCell.DeathWatch InvalidOperationException during AddressTerminat…
…cturemap-di

closes akkadotnet#1020 structuremap dependency injection
…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
@Aaronontheweb Aaronontheweb merged commit ffe9208 into akkadotnet:master Jun 3, 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.