Changelog
0.34.0
Minor Changes
- #1251
3f1c4945
Thanks @awatson1978! - MongoDB 4.X support for Meteor@2.5.1 - Mongo.createUser and Mongo.createSession bugfixes
0.33.0
Minor Changes
-
#1205
dc13f582
Thanks @mrcleanandfresh! - ChangedidProvider
toidSessionProvider
in@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, theidProvider
will only be used for the creation of user identifiers.Updated
AccountsMongoOptions
in@mongo
to have the newidSessionProvider
.Migration: If you are using
idProvider
for the creation of a custom identifier for sessions, then you will need to move that logic to the newidSessionProvider
function in the configuration.
Patch Changes
- #1205
dc13f582
Thanks @mrcleanandfresh! - The configuration option of convertSessionIdToMongoObjectId is now checked when using idProvider
0.32.2
Patch Changes
-
#1180
975ced7d
Thanks @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