Skip to content

2.3.0

Compare
Choose a tag to compare
@yevhen yevhen released this 24 Mar 23:09
· 212 commits to master since this release

Features:

  • Major new feature - BackgroundJobService available via ActorGrain's Jobs property. Simplifies writing long-running background jobs which run in interleaved mode (ie, timer-based). Heavily inspired by task manager (htop) concept. The full-blown usage sample is coming soon

Updates:

  • Updated to Orleans 2.3.0
  • Added new overload to StreamRef to support newly introduced batch-based stream subscriptions