Version 20.1.1 Release Notes
This patch release reverts the change that disabled persisted queries in validate mode (added in #5013) as it was breaking the --validate
command. The release also contains a bug fix for GraphQL payloads without a prototype and a of couple docs improvements.
Bug fixes
- Fix(relay-runtime): prototype less payloads (#5043) by Pavel Glac (commit)
- Back out "Disable persisted queries in validate mode" by Jordan Eldredge (commit)