Changes from v8.0.0-rc1
- Prevent PlacementWorker.ProcessLoop from running on foreign schedulers by @ReubenBond in #8760
- Fix stack deserialization order by @ReubenBond in #8768
- Ensure that all in-built codecs and copiers have corresponding tests, fix issues found by @ReubenBond in #8769
- Prevent external codecs from serializing types which are abstract, generated, or from the framework itself by @ReubenBond in #8765
- Avoid generating IActivator for abstract types by @ledjon-behluli in #8777
- Avoid sending cluster manifest to client if client already has the latest version by @453873 in #8728
- ClientClusterManifestProvider: fix case where gateway returns no update by @HermesNew in #8782
- Use UpDownCounter for grain and system target counts by @Costo in #8781
- Reduce logging noise from MemoryStorage, InsideRuntimeClient, and LocalGrainDirectory by @ReubenBond in #8780
- Fix proxy class type name violation on code-gen by @ledjon-behluli in #8785
- Fixes duplicate code-gen for
CompoundTypeAliasTree
with isolated base interface(s) by @ledjon-behluli in #8788
New Contributors
- @453873 made their first contribution in #8728
- @HermesNew made their first contribution in #8782
- @Costo made their first contribution in #8781
Full Changelog: v8.0.0-rc1...v8.0.0-rc2