Skip to content

Release v10.9.7

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 13:11
f120b8f

Fixed

  • Defaulting the database for MongoDB to the chronicle+main database. This means you don't have to specify database when running Orleans InProcess. This will also then be compatible if moving from in-process to out-of-process as it will default to this.
  • Adding an overload to .WithMongoDB() that takes the ChronicleOptions which is then passed along from the Kernel Server program.