bump mongodb version in CI (#7272)

* bump mongodb version

* improved wording in changelog

* another mongodb bump

* rewording changelog

* added info to option docs
This commit is contained in:
Manuel
2021-03-17 01:57:10 +01:00
committed by GitHub
parent a02014f557
commit 637326d3af
7 changed files with 11 additions and 13 deletions

View File

@@ -191,5 +191,5 @@
/**
* @interface DatabaseOptions
* @property {Boolean} enableSchemaHooks Enables database hooks to update single schema cache. Set to true if using multiple Parse Servers instances connected to the same database.
* @property {Boolean} enableSchemaHooks Enables database real-time hooks to update single schema cache. Set to `true` if using multiple Parse Servers instances connected to the same database. Failing to do so will cause a schema change to not propagate to all instances and re-syncing will only happen when the instances restart. To use this feature with MongoDB, a replica set cluster with [change stream](https://docs.mongodb.com/manual/changeStreams/#availability) support is required.
*/