Skip to content

v2.1.2

Compare
Choose a tag to compare
@apollo-bot2 apollo-bot2 released this 14 Apr 13:21
· 216 commits to dev since this release
ab61cf2

🐛 Fixes

Support @context/@fromContext when using Connectors (PR #7132)

This fixes a bug that dropped the @context and @fromContext directives when introducing a connector.

By @lennyburdette in #7132

📃 Configuration

Add new configurable delivery pathway for high cardinality Apollo Studio metrics (PR #7138)

This change provides a secondary pathway for new "realtime" Studio metrics whose delivery interval is configurable due to their higher cardinality. These metrics will respect telemetry.apollo.batch_processor.scheduled_delay as configured on the realtime path.

All other Apollo metrics will maintain the previous hardcoded 60s send interval.

By @rregitsky and @timbotnik in #7138