-
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
v1.3.2 stable release #3169
Merged
Merged
v1.3.2 stable release #3169
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
add 1.3.2 version placeholder for nightlies
* Improved error-handling page * fix links * fix * fix 2
* Updated NetCoreSdk to 2.0.0 * Updated Microsoft.NET.Test.Sdk * Removed Optimize=false * revert Akka.Streams.csproj * try to fix streams
* added InternalApi attribute * added ApiMayChange attribute
* Added Uids * Updated Design Principles behind Akka Streams * Update Basics and working with Flows docs * Updated working with graphs * fix * Updated Dynamic Streams article * Fixed headings * Fixed refs
Obsoleted actor producer pipeline extensions
* Restart Flow/Sink/Source * Added RestartSource specs * More tests and docs * Ported all tests * Fixed sink test * fix specs * Added docs * Added timeout * Increased timeouts for mono
* Fixed broken links in README.md * Fixed broken link to docs
"groupId" -> GroupId "deviceId" -> DeviceId
* MergePrioritized implementation * first tests * more tests * GraphDsl fix * optimized tests * Fixed MergePrioritized_must_stream_data_from_all_sources test * fixed tests * fix api reviews
create TaskCompletionSource with RunContinuationsAsynchronously; otherwise wrap .TrySetResult in Task.Run
* Added web.config for redirect * Added web config to resource definitions Rest of the changes are due to auto indentation fix
* fsharp netcore * just for CI * fix * fix sln
* Improve Streams IO docs * fixed remarks * changed example * Fixed an example * api approval
Serilog docs page is accessible (http://getakka.net/articles/utilities/serilog.html) but not visible in the table of contents.
#3138) * Fixed performance degradation if recovering with big numbers of snapshots * Workaround for memory leak in DBCommand
…a.Tests.Shared.Internals, which is not public. (#3139) Replaced usages of "Should" extension assertions with ITestKitAssertions as to not require Akka.Tests.Shared.Internals.
* Fix in resolving serializer id Serializer id is now only determined once, upon initialisation. And its the serializer implementation which dictates where that id comes from. We no longer assume it always comes from the hocon config. * Forgot the nullserializer case. * Api Approval * Updated according to remarks * Added spec * Fix tests
* Fix copyright notice * Fix links not being clickable above an h2 * Fix links
Updated Xunit to the stable version
…endencies trigger full rebuild when common.props is modified skipped buggy .NET Core specs
…e vs local (#3164) Signed-off-by: Joshua Benjamin <benjamin@syncromatics.com>
close #3061 - fixed Unbounded_Priority_Mailbox_Supports_Unbounded_Stashing
* disabled Hyperion warning * corrected Hyperion warning URL
* added v1.3.2 release notes * updated contributor counts
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.3.2 October 20 2017
Maintenance Release for Akka.NET 1.3
Updates and bugfixes:
xunit
dependency to 2.3.0 stable.You can view the full v1.3.2 change set here.