You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: log deprecation for DDP methods replaced or unused
Adds methodDeprecationLogger.method() calls to 148 Meteor methods that
are either orphan (no caller found in the repo) or already have a REST
endpoint replacement. Methods with the call now warn that they will be
removed in 9.0.0, and when applicable point to the replacement endpoint.
Methods still in use without a REST equivalent are intentionally left
untouched until a replacement endpoint exists. Already-deprecated
methods (sendFileMessage, starMessage, insertOrUpdateSound,
uploadCustomSound) are kept as-is.
Generated by scripts/add-ddp-deprecation.mjs from docs/ddp-audit.json.
0 commit comments