Release v20.63.0
Summary
A tenant named Default read from a database that does not exist, so every read model query silently returned no rows.
Added
TenantId.DefaultandTenantId.IsDefaultfor treating the default tenant — unset, or named — consistently across tenant-partitioned storage.
Fixed
- A tenant named
Defaultnow 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 bothIMongoCollection<TReadModel>one-shot reads and.Observe()live queries returned no rows without erroring.