Changelog
1.0.0
Major Changes
- #1258
da13d0d
Thanks @darkbasic! - Rearchitect accounts.js to better take advantage of graphql-modules
Minor Changes
-
#1258
da13d0d
Thanks @darkbasic! - Switch from pnpm to yarn4 -
#1258
da13d0d
Thanks @darkbasic! - Upgrade mongodb to v6
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