v0.1.0-alpha.3
Pre-release
Pre-release
apollo-bot2
released this
11 Jan 15:08
·
4894 commits
to main
since this release
ππ Public alpha release
β¨ Features
-
Trace sampling #228: Tracing each request can be expensive. The router now supports sampling, which allows us to only send a fraction of the received requests.
-
Health check #54
π Fixes
-
Schema parse errors #136: The router wouldn't display what went wrong when parsing an invalid Schema. It now displays exactly where a the parsing error occured, and why.
-
Various tracing and telemetry fixes #237: The router wouldn't display what went wrong when parsing an invalid Schema. It now displays exactly where a the parsing error occured, and why.
-
Query variables validation #62: Now that we have a schema parsing feature, we can validate the variables and their types against the schemas and queries.