-
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.6 release (PRODUCTION) #1654
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
…notes updated release notes for Akka.NET v1.0.5
Added placeholder for next dev version of Akka.NET
…factoring ActorTaskScheduler refactoring with benchmark
Added Serializer spec
Add wire back as contrib package + Serialization TestKit
[WIP] Akka.Cluster.Tools & Akka.Cluster.Sharding with tests and examples
…pshot-racing-fix Fixed racing conditions on sql-based snapshot stores
Updated the Json.NET serializer to encode strings as UTF-8 instead of using the current framework/system default (System.Text.Encoding.Default). This fixes corruption of Unicode characters when the default encoding isn't capable of representing them correctly.
Fix incorrect serialization of Unicode characters in NewtonSoftJsonSerializer
prevent nuget from self-upgrading
…luster-sharding Revert "[WIP] Akka.Cluster.Tools & Akka.Cluster.Sharding with tests and examples"
Print out contributors since release
decoupled the MNTR from MSBuild
…no-upgrade Revert "prevent nuget from self-upgrading"
Add log4net logging adapter support
akkadotnet#1605 updated Google.ProtocolBuffers to 2.4.1.555
Some of the newer assemblies forgot to enable this option when they were merged in. This PR enables that option so that Sandcastle can generate their respective documentation pages. Also some of the newer namespaces were missing namespace documentation, so this PR adds those docs as well.
[api-docs] Enabled missing xmldoc output option
API Diff with fixed Approval file
This PR adds a section to the Contributing.md document instructing users how to update git timestamps in order for the build server to pick up updated PRs.
[docs] Added blurb about updated PRs and build server
This reverts commit b8545a7.
…gistered/created once
Fixes an issue with case sensitive comparison for LogLevel.
Removes code that overrides OFF log level with WARNING.
…akka-remote-untrusted-mode-fix akkadotnet#1365 added untrustedspec
replace patternmatch
Changed fix for better consistency/comparability with the code just above Added unit test for 2 types of removals that used to return an unbalanced tree.
Issue1202 boekabart
Fix akkadotnet#1522 Ensure extensions and persistence plugins are only registered/created once
Remote ActorRef Provider Fix for akkadotnet#1646
…tTime_and_Uptime Implemented StarTime and Uptime
…cReference Rewrite of the AtomicReference
…tTime_and_Uptime Fixed static Uptime context.
…notes Akka.NET v1.0.6 release (DEV)
Aaronontheweb
added a commit
that referenced
this pull request
Jan 18, 2016
Akka.NET v1.0.6 release (PRODUCTION)
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.6 January 18 2016
Maintenance release for Akka.NET v1.0.5
This patch consists of many bug fixes, performance improvements, as well as the addition of two brand new alpha modules for Akka.Cluster users.
Akka.Cluster.Tools and Akka.Cluster.Sharding
The biggest part of this release is the addition of Akka.Cluster.Tools and Akka.Cluster.Sharding, both of which are available now as pre-release packages on NuGet.
and
Respectively, these two packages extend Akka.Cluster to do the following:
ClusterClient
- subscribe to changes in cluster availability without actually being part of the cluster itself. (Akka.Cluster.Tools)ClusterSingleton
- guarantee a single instance of a specific actor throughout the cluster. (Akka.Cluster.Tools)Check out the documentation for more details!
Fixes & Changes - Akka.NET Core
Fixes & Changes - Akka.Remote & Akka.Cluster
It should be noted that we've improved the throughput from Akka.NET v1.0.5 to 1.0.6 by a factor of 8
Fixes & Changes - Akka.Persistence
A special thanks to all of our contributors for making this happen!
18 contributors since release v1.0.5