-
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
1.0.8 release #1912
Merged
Aaronontheweb
merged 34 commits into
akkadotnet:master
from
Aaronontheweb:1.0.8-release
Apr 26, 2016
Merged
1.0.8 release #1912
Aaronontheweb
merged 34 commits into
akkadotnet:master
from
Aaronontheweb:1.0.8-release
Apr 26, 2016
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
Placeholder for next release
Updated test case
…ing-specs upgraded to NBench v0.2.1 - added ActorSystemShutdownSpec
added testcase for unescaped filepaths
…ample Updated sharding example
Recovered default journal & snapshot store to default config
Added testcase for Become in Become scenario
This PR fixes incorrect or missing copyright headers on newly added/edited files.
This PR fixes some incorrect xmldoc tags.
…ies settings updated
[api-docs] fixed incorrect xmldoc tags
[misc] fixed copyright headers
…gistry EndpointRegistry fixes
…riter eliminated allocations inside StandardOutWriter
ClusterSingletonManager - settings update
eliminated allocations with StandardOutWriter
Added HotSwapSpecs
Fixes issue akkadotnet#1852 where the method IndexOf(x) for a concatenated set of byte strings would throw an index out of range exception when the element doesn't exist in the either one of the strings.
…-strings Fix IndexOf() method for concatenated byte strings
…uarantinedSpec Added RemoteRestartedQuarantinedSpec
Added some basic specs for the mailbox/actor combinations in Akka.NET. Bounded dispatcher and mailbox configurations haven't been added yet as these are not supported right now. Takes care of issue akkadotnet#1793
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.8 April 26 2016
Maintenance release for Akka.NET v1.0.7
Fixes an issue with the 1.0.7 release where the default settings for Akka.Persistence changed and caused potential breaking changes for Akka.Persistence users. Those changes have been reverted back to the same values as previous versions.
General fixes:
Commit Stats for v1.0.8