Skip to content

Release v15.29.6

Choose a tag to compare

@github-actions github-actions released this 18 May 19:14
7dd7faa

Summary

Fixes MongoDB direct connection precedence so ?directConnection=true in connection strings is honored across Chronicle MongoDB storage paths, and updates Docker get-started guidance for single-node replica sets usable from both host tools and containers.

Added

  • Added Storage.MongoDB specs covering directConnection=true behavior for Database, read-model database creation, EventStoreDatabase, and EventStoreNamespaceDatabase.

Changed

  • Updated the Docker get-started MongoDB Compose example to use Cratis__Chronicle__Storage__ConnectionDetails=mongodb://mongodb:27017/?directConnection=true.
  • Updated replica set initialization guidance to advertise localhost:27017 and documented why this works for host access and Chronicle-in-container access.
  • Added guidance to reset volumes (docker compose down -v) when reinitializing a replica set previously created with a different host.

Fixed

  • Fixed MongoDB storage configuration so default MongoDBOptions.DirectConnection no longer overrides directConnection=true supplied in the MongoDB connection string.

Removed

  • None.

Security

  • None.

Deprecated

  • None.