Release v10.9.7
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 theChronicleOptions
which is then passed along from the Kernel Server program.