apollo-compiler@1.31.1
·
23 commits
to main
since this release
Fixes
- Correct error report formatting with multi-byte UTF-8 characters - DaleSeo, pull/1023.
Picks up the apollo-parser fix for incorrect byte-offset spans, which could
cause panics or garbled error labels on schemas/queries containing CJK text or
emoji. Fixes #450.
Maintenance
- Update
ariadnedependency to 0.6.0 - pull/1013.