Skip to content

v0.8.2

Compare
Choose a tag to compare
@boopathi boopathi released this 27 Apr 13:34
· 45 commits to main since this release
9f177dd

Fixes:

  • fix: improve event loop lag of compilation - use the option(useExperimentalPathBasedSkipInclude) to compute path based skip/include (#200)

The option introduced in the previous release https://github.com/zalando-incubator/graphql-jit/releases/tag/v0.8.1 will now be used in the computation of the skip include compiled code as well. This is to avoid high event-loop-lag observed in the previous release.