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 v0.6.3 - Release Notes #268

Merged
merged 18 commits into from
Aug 16, 2014
Merged

Conversation

Aaronontheweb
Copy link
Member

Now live on NuGet: Akka v0.6.3: https://www.nuget.org/packages/Akka

Release notes: 0.6.3 Aug 13 2014

  • Made it so HOCON config sections chain properly
  • Optimized actor memory footprint
  • Fixed a Helios bug that caused Akka.NET to drop messages larger than 32kb

Resolved issues

Thanks to @smalldave @rogeralsing @Horusiath for contributions and to all users who reported bugs!

smalldave and others added 18 commits August 4, 2014 16:29
* Implemented multi level hocon test
* Hocon Parser now returns a `HoconRoot` , (`HoconValue` and a list of `HoconSubstitution`)

## Breaking change!

`new ActorSystem("name")` now calls `ConfigurationFactory.Load()` which in turn gets the config from App/Web.config
Earlier versions only used Pigeion.config if no config was supplied.
This change aligns more to Akka.
[Getting ready for v0.6.3] upgraded Helios and added method to block application thread until ActorSystem shutdown
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.

5 participants