Change8

v3.14.1

📦 apollo-clientView on GitHub →
🐛 2 fixes1 deprecations🔧 1 symbols

Summary

This patch release fixes issues related to deprecation warning silencing across entrypoints and within React hooks, and deprecates the `variableMatcher` option in `MockLink`.

🐛 Bug Fixes

  • Fixed an issue where muting a deprecation from one entrypoint would not mute the warning when checked in a different entrypoint, leading to rogue deprecation warnings.
  • Ensured deprecation warnings are properly silenced in React hooks when globally disabled.

Affected Symbols

⚡ Deprecations

  • The `variableMatcher` option in `MockLink` is deprecated.