docs: changelog for #12587

This commit is contained in:
Gabriel Grubba
2023-04-25 10:06:41 -03:00
parent 5e5fc1d958
commit 3db23aaee9

View File

@@ -18,6 +18,7 @@
* Update sockjs-client by [harryadel](https://github.com/harryadel) [PR](https://github.com/meteor/meteor/pull/12590)
* [Accounts] set custom collection by [dmromanov](https://github.com/dmromanov) [PR](https://github.com/meteor/meteor/pull/12591)
* Wrappers to help in the async migration by [matheusccastroo](https://github.com/matheusccastroo) [PR](https://github.com/meteor/meteor/pull/12593)
* Mongo query hangs all clients subscribed to a query/collection [KoenLav](https://github.com/KoenLav) [PR](https://github.com/meteor/meteor/pull/12587)
#### Breaking Changes
@@ -102,6 +103,7 @@ you can use ```WARN_WHEN_USING_OLD_API``` before starting your meteor process.
- Added `countDocuments` and `estimatedDocumentCount` types.
- Added warning for when old style apis are being used, to use this feature,
use the variable`WARN_WHEN_USING_OLD_API=true` before starting the Meteor process.
- Oplog driver updated to not throw error when MongoDB server and Meteor client mismatch. [issue](https://github.com/meteor/meteor/issues/12516)
* `npm-mongo@4.16.0`:
- Updated MongoDB driver to 4.15.