v0.8.3
Fixes:
- Move the initialization of
__internalShouldIncludePath
behind the optionuseExperimentalPathBasedSkipInclude
to avoid unnecessary object generation and increased garbage collection runs when the feature is not in use #210
The option introduced in the release https://github.com/zalando-incubator/graphql-jit/releases/tag/v0.8.1 will now be used to control initialization of field node metadata. This is to avoid increased garbage collection runs observed in the previous release.
Dependency updates: