Skip to content

v0.8.3

Compare
Choose a tag to compare
@oporkka oporkka released this 29 Jun 10:10
· 36 commits to main since this release
d6368f6

Fixes:

  • Move the initialization of __internalShouldIncludePath behind the option useExperimentalPathBasedSkipInclude 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:

  • upgrade jest from v27.0.3 to v29.5.2 (#206)
  • upgrade @graphql-typed-document-node/core from 3.1.1 to 3.1.2 (#198)
  • upgrade fast-json-stringify to ^5.7.0 (#203)
  • upgrade @graphql-typed-document-node/core from 3.1.2 to 3.2.0 (#207)