- fix: prevent current user from being removed when a
Meteor.publish.once
subscription is stopped
- feat: improve Change Streams multiplexing
- feat: support for overlapping subscriptions on the same collection
- fix: preserve
options
in Mongo methods for Meteor 3.0+ - fix: support
async
publish handlers for.once
and.stream
- fix: under-the-hood optimizations and simplification
- fix: improve converting filter for Change Streams
- fix: preserve default behavior when subscription
name
isnull
orundefined
- fix: bump
versionsFrom
to official Meteor 3.0 release
- fix:
Mongo.ObjectID
support forMeteor.publish.once
andMeteor.publish.stream
- fix: filtering DDP messages
- fix: allow case-insensitive collection names
- fix:
react-meteor-data
subscription caching for regularMeteor.publish
publications - fix:
vue-meteor-tracker
subscription caching for regularMeteor.publish
publications
- fix: excluding projections
- fix: unhandled promise rejection
- fix: check for duplicate publication name correctly for
Meteor.publish.stream
- feat: Change Streams-based publications
- fix: correctly stop cached subscriptions that are subscribed to a
Meteor.publish
publication after initial cache is hit - fix: under-the-hood optimizations
- fix: pass in
onStop
andonReady
correctly to appeaseaudit-argument-checks
- fix: extract object subscription arguments correctly
- fix: support for shorthand
_id
in db writes - fix: under-the-hood optimizations
- initial version