Skip to content

Release v20.63.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:16
385f863

Summary

A tenant named Default read from a database that does not exist, so every read model query silently returned no rows.

Added

  • TenantId.Default and TenantId.IsDefault for treating the default tenant — unset, or named — consistently across tenant-partitioned storage.

Fixed

  • A tenant named Default now resolves the unsuffixed MongoDB database, matching where Chronicle materializes the default namespace's read models. Previously it resolved <database>+Default, which does not exist, so both IMongoCollection<TReadModel> one-shot reads and .Observe() live queries returned no rows without erroring.