Changelog
0.34.0
Minor Changes
- #1251
3f1c4945Thanks @awatson1978! - MongoDB 4.X support for Meteor@2.5.1 - Mongo.createUser and Mongo.createSession bugfixes
0.33.0
Minor Changes
-
#1205
dc13f582Thanks @mrcleanandfresh! - ChangedidProvidertoidSessionProviderin@mongo-sessions. This change was made to give more granular control when creating custom identifiers for both sessions and users. The new option generates the _id for new Session objects. Going forward, theidProviderwill only be used for the creation of user identifiers.Updated
AccountsMongoOptionsin@mongoto have the newidSessionProvider.Migration: If you are using
idProviderfor the creation of a custom identifier for sessions, then you will need to move that logic to the newidSessionProviderfunction in the configuration.
Patch Changes
- #1205
dc13f582Thanks @mrcleanandfresh! - The configuration option of convertSessionIdToMongoObjectId is now checked when using idProvider
0.32.2
Patch Changes
-
#1180
975ced7dThanks @rawb1! - Fix compatibility issue with MongoDB 4.X -
Updated dependencies [
e81eb578]:- @accounts/types@0.33.1
0.32.1
Patch Changes
- Updated dependencies [
22056642]:- @accounts/types@0.33.0