🎉 The Apollo Router has graduated to its Preview phase! 🎉
For more information on what's expected at this stage, please see our release stages.
🐛 Fixes
-
Header propagation by
name
only fixed (PR #709)
Previouslyrename
anddefault
values were required (even though they were correctly not flagged as required in the json schema).
The following will now work:headers: all: - propagate: named: test
-
Fix OTLP hang on reload (PR #711)
Fixes hang when OTLP exporter is configured and configuration hot reloads.