Skip to content

Releases: zalando-incubator/graphql-jit

v0.7.2

02 Dec 15:23
3a2026f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

15 Nov 09:09
4a39a23
Compare
Choose a tag to compare
  • fix bug where input default values were not supported properly (#145)

v0.7.0

02 Nov 14:50
5a3a24e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

29 Sep 08:42
6a9c4bb
Compare
Choose a tag to compare

New features:

  • GraphQL Subscriptions are now supported by JIT - #115

v0.5.2

07 Jul 08:46
847bb4b
Compare
Choose a tag to compare
  • fix empty objects on nested inline fragments (#119) [@fjmoreno]
  • fix [RangeError: invalid String length] or OOM (#120) [@fjmoreno]

v0.5.1

10 May 08:02
15ec15f
Compare
Choose a tag to compare
  • Fix a bug with skip and include directives compilation w.r.t fragments. Issue #111, PR #113

0.5.0

27 Jan 16:01
dcf479e
Compare
Choose a tag to compare

feat: add support for @Skip and @include directives
bugfix: preserve originalError for custom scalar input errors

v0.4.2

16 Sep 09:05
Compare
Choose a tag to compare
Remove functionBody unless requested. (#64)

* Remove functionBody unless requested.

With large amount of persisted queries, it has a noticeable memory cost.

* Add comment back.

v0.3.0

21 Jun 10:15
Compare
Choose a tag to compare
Release 0.3.0 (#45)

Added support for isTypeOf.