Skip to content

v7.2.0

Compare
Choose a tag to compare
@ReubenBond ReubenBond released this 07 Jul 16:58
· 143 commits to main since this release
ea3372c

Release Highlights

  • Redis providers are now marked as stable. Note that there is a breaking change in Redis grain state storage from the beta releases. The break can be avoided using configuration (PRs #8467 & #8487)
  • Cosmos DB providers are now available, special thanks to @galvesribeiro (PR: #7848)
  • Grain methods can now return IAsyncEnumerable<T> (PR: #8416)
  • Grains can migrate from host-to-host atomically, without needing to reload state from the database (PR: #8452)
  • Many other fixes and improvements

What's Changed

New Contributors

Full Changelog: v7.1.2...v7.2.0