Skip to content
Compare
Choose a tag to compare
@lrlna lrlna released this 13 Apr 11:33
· 480 commits to main since this release
ff2df97

0.5.1 - 2023-04-13

Fixes

  • remove recursion in field parsing - goto-bus-stop, pull/519
    The selection::selection_set parser already supports parsing multiple fields.
    This removes recursion from field parsing, reducing the risk of stack
    overflow on queries with many fields.