Skip to content

apollo-compiler@1.31.1

Choose a tag to compare

@tninesling tninesling released this 25 Feb 20:49
· 23 commits to main since this release
207ca98

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 ariadne dependency to 0.6.0 - pull/1013.