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.4.1 Release #4325

Merged
merged 24 commits into from
Mar 11, 2020
Merged

v1.4.1 Release #4325

merged 24 commits into from
Mar 11, 2020

Conversation

Aaronontheweb
Copy link
Member

1.4.1 March 11 2020

Major release for Akka.NET 1.4

Akka.NET v1.4 is a non-breaking upgrade for all Akka.NET v1.3 and earlier users. It introduces many new features, all of which can be found in our "What's new in Akka.NET v1.4" page.

Major changes include:

  • Akka.Cluster.Sharding and Akka.DistributedData are now out of beta status and are treated as mature modules.
  • Akka.Remote's performance has significantly increased as a function of our new batching mode (see the numbers) - which is tunable via HOCON configuration to best support your needs. Learn how to performance optimize Akka.Remote here.
  • Added new Akka.Cluster.Metrics module to measure and broadcast the performance of each node, also includes some routers that can use this information to direct traffic to the "least busy" nodes.
  • Added Stream References to Akka.Streams, a feature which allows Akka.Streams graphs to span across the network.
  • Moved from .NET Standard 1.6 to .NET Standard 2.0 and dropped support for all versions of .NET Framework that aren't supported by .NET Standard 2.0 - this means issues caused by our polyfills (i.e. SerializableAttribute) should be fully resolved now.
  • Moved onto modern C# best practices, such as changing our APIs to support System.ValueTuple over regular tuples.

And hundreds of other fixes and improvements. See the full set of changes for Akka.NET v1.4 here:

COMMITS LOC+ LOC- AUTHOR
199 41324 26885 Aaron Stannard
46 63 63 dependabot-preview[bot]
34 16800 6804 Igor Fedchenko
13 11671 1059 Bartosz Sypytkowski
10 802 317 Ismael Hamed
7 1876 362 zbynek001
6 897 579 Sean Gilliam
5 95 986 cptjazz
5 4837 51 Valdis Zobēla
5 407 95 Jonathan Nagy
5 116 14 Andre Loker
3 992 77 Gregorius Soedharmo
3 2 2 Arjen Smits
2 7 7 jdsartori
2 4 6 Onur Gumus
2 15 1 Kaiwei Li
1 65 47 Ondrej Pialek
1 62 15 Mathias Feitzinger
1 3 3 Abi
1 3 1 jg11jg
1 18 16 Peter Huang
1 1 2 Maciej Wódke
1 1 1 Wessel Kranenborg
1 1 1 Greatsamps
1 1 1 Christoffer Jedbäck
1 1 1 Andre

dependabot-preview bot and others added 24 commits March 2, 2020 14:33
Added a title to the "Building and Distributing Akka.NET" page
* expanded HOCON migration details

* updated sections on WeaklyUp and DData
* updated copyright headers to 2020

* fixed missing namespace issues

* missed a couple of missing namespaces
* upgraded all projects to NBench 2.0.1

* updated build.fsx to support NBench

* fixed NBench projects

* added ClusterStartupSpec
* fixed some racy Akka.Streams specs

* harden ActorSubscriberSpec_should_terminate_after_cancel

* harden FlowConflateSpecs
* Default config did not get applied to the SnapshotSettings class

* Apply strict config access with no default for SnapshotStoreSettings and JournalSettings

* Seal SnapshotStoreSettings and JournalSettings, it was not ment to be inherited and is used internally only

* Fix #4079, table name was hardcoded and was not read from the hocon config

* Implement settings spec unit test
…mize the implementation to not take copies on Subscribe() or Unsubscribe(). (#4307) (#4309)

Co-authored-by: Petri Kero <petrikero2@gmail.com>
…immediately after unwatching a remote actor. (#4305) (#4308)

Co-authored-by: Petri Kero <petrikero2@gmail.com>
…ON stand-alone (#4299)

* added original HOCON back to Akka.NET v1.4

* Extracted IHoconConfig interface as a proof of concept

* API approvals

* Revert "Extracted IHoconConfig interface as a proof of concept"

This reverts commit d1561be.

* disabled HOCON specs

* added warning about HOCON spec

* added API approval

* make Logs_config_on_start spec cross-platform

* fixed bug with Akka.Configuration.Config serialization binding

* fixed issues with ActorMaterializer settings
* updated what's new in Akka.NET v1.4 page

* added v1.4.1-rc2 release notes
* Akka.Cluster.Sharding
* Akka.Cluster.Metrics
* Akka.DistributedData
* Akka.Persistence.Sql.Common
* Akka.Persistence.Sql.Query
* revert sealing Akka.Persistence.Sql.Common settings classes

* added API approval
…ausing invalid cast exception (#4317)

* Add bug reproduction spec for #4302

* More proper merge update simulation

* Add full bug reproduction spec

* Fix: ORMultiValueDictionary was serialized as ORDictionary by the delta serializer

* Add the FromBinary code for the delta package.

* Remove WithValueDeltas property from the internal delta class

* Wrap `Actor.Tell` with `AwaitAssert`

* Change ORMultiValueDictionaryDelta to internal
@Aaronontheweb Aaronontheweb merged commit b15d3a9 into master Mar 11, 2020
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.

None yet

4 participants