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

v1.3.2 stable release #3169

Merged
merged 45 commits into from
Oct 21, 2017
Merged

v1.3.2 stable release #3169

merged 45 commits into from
Oct 21, 2017

Conversation

Aaronontheweb
Copy link
Member

1.3.2 October 20 2017

Maintenance Release for Akka.NET 1.3

Updates and bugfixes:

  • Bugfix: Akka incorrectly schedules continuations after .Ask, causing deadlocks and/or delays
  • Bugfix: ByteString.ToString is sometimes broken for Unicode encoding
  • Bugfix: ClusterShardingMessageSerializer Exception after upgrade from 1.2.0 to 1.3.1
  • Bugfix: Fix an inconstant ToString on ConsistentRoutee when the node is remote vs. local
  • Various documentation fixes
  • Akka.Streams: Implement MergePrioritized
  • Akka.Streams: Implement Restart Flow/Source/Sink
  • Akka.TestKit.Xunit: updated xunit dependency to 2.3.0 stable.
  • Akka.Cluster.TestKit: removed dependency on Akka.Tests.Shared.Internals
COMMITS LOC+ LOC- AUTHOR
9 137 59 Aaron Stannard
8 2713 997 Alex Valuyskiy
3 486 95 Bartosz Sypytkowski
3 12 12 Sebastien Bacquet
2 33 7 ravengerUA
2 184 102 Arjen Smits
1 71 7 Adam Friedman
1 7 4 Sam Neirinck
1 604 481 zbynek001
1 6 6 Kenneth Ito
1 42 3 Lukas Rieger
1 40 2 Joshua Benjamin
1 4 5 derrickcrowne
1 3 2 Mikhail Moussikhine
1 20 0 Arturo Sevilla
1 2 0 Paweł Bańka
1 17 11 planerist
1 1 4 lesscode

You can view the full v1.3.2 change set here.

Aaronontheweb and others added 30 commits September 5, 2017 18:15
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
Aaronontheweb and others added 15 commits October 10, 2017 19:53
Updated Xunit to the stable version
…endencies

trigger full rebuild when common.props is modified
skipped buggy .NET Core specs
* Ensure ByteStrings are compact when calling ToString.

#3147

* Constrain buffer region used by Encoding.GetString for compacted ByteString.ToString (#3147).

* Add spec for ToString on a sliced ByteString (#3147).
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.