Update history.md file

This commit is contained in:
Gabriel Grubba
2023-12-05 19:22:41 -03:00
parent fc027771fa
commit 64eed19ef9

View File

@@ -199,7 +199,7 @@ N/A
#### Migration Steps
Now if you want to check where do you call old-style api methods
Now if you want to check where do you call old-style api methods
you can use ```WARN_WHEN_USING_OLD_API``` before starting your meteor process.
@@ -208,7 +208,7 @@ you can use ```WARN_WHEN_USING_OLD_API``` before starting your meteor process.
* `accounts-base@2.2.8`:
- Added `loginServiceConfiguration` type.
- Added the `collection` option property, in order to be able to set the collection for Accounts,
more can be seen in the [discussion](https://github.com/meteor/meteor/discussions/12544#discussioncomment-5240763)
more can be seen in the [discussion](https://github.com/meteor/meteor/discussions/12544#discussioncomment-5240763)
and in the [related issue](https://github.com/meteor/meteor-feature-requests/issues/20).
- `onCreateUserHook` now accept promises and wait if necessary.
@@ -220,7 +220,7 @@ you can use ```WARN_WHEN_USING_OLD_API``` before starting your meteor process.
* `browser-policy-framing@1.1.2`:
- Added `es5` compatible syntax.
* `browser-policy@1.1.2`:
- Updated test name.
@@ -270,7 +270,7 @@ you can use ```WARN_WHEN_USING_OLD_API``` before starting your meteor process.
* `mongo@1.16.6`:
- Added `countDocuments` and `estimatedDocumentCount` types.
- Added warning for when old style apis are being used, to use this feature,
- 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)