Skip to content

v8.0.0-rc2

Compare
Choose a tag to compare
@ReubenBond ReubenBond released this 20 Dec 20:36
· 69 commits to main since this release
94a83eb

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

Full Changelog: v8.0.0-rc1...v8.0.0-rc2