Skip to main content

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! - Changed idProvider to idSessionProvider 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, the idProvider will only be used for the creation of user identifiers.

    Updated AccountsMongoOptions in @mongo to have the new idSessionProvider.

    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 new idSessionProvider function in the configuration.

Patch Changes

0.32.2

Patch Changes

0.32.1

Patch Changes

  • Updated dependencies [22056642]:
    • @accounts/types@0.33.0