Releases: x-graphql/schema-gateway
Releases · x-graphql/schema-gateway
v0.2.3
What's Changed
- fix: declare nullable variable by @vuongxuongminh in #25
Full Changelog: 0.2.2...0.2.3
v0.2.2
What's Changed
- fix: skip null variable when delegating query by @vuongxuongminh in #24
Full Changelog: 0.2.1...0.2.2
v0.2.1
v0.2.0
What's Changed
- feat: bump delegate execution to ^0.8 by @vuongxuongminh in #19
- fix: conflict exception should extend
XGraphQL\SchemaGateway\Exception\RuntimeException
instead by @vuongxuongminh in #20 - feat: bump delegate execution to ^0.9 by @vuongxuongminh in #21
- feat: integrate with schema cache package by @vuongxuongminh in #22
Full Changelog: 0.1.0...0.2.0
v0.1.0
What's Changed
- feat: resolve ast by @vuongxuongminh in #1
- feat: add execution result merger by @vuongxuongminh in #2
- fix: resolve relation wrong path by @vuongxuongminh in #3
- feat: support list relations by @vuongxuongminh in #4
- chore: apply cs fix by @vuongxuongminh in #5
- ref!: refactor query resolver by @vuongxuongminh in #6
- ref!: sort args of constructor by @vuongxuongminh in #7
- feat: add support to cache ast by @vuongxuongminh in #8
- feat: bump version of delegate execution by @vuongxuongminh in #9
- ref!: compatible with new version of delegate execution by @vuongxuongminh in #10
- feat: improve performance when checking conflict sdl by @vuongxuongminh in #11
- tests: add ast tests by @vuongxuongminh in #12
- tests: add relation and sub schema tests by @vuongxuongminh in #13
- test: add factory tests by @vuongxuongminh in #14
- test: add execution result merger test cases by @vuongxuongminh in #15
- test: add integration test by @vuongxuongminh in #16
- ci: add workflow by @vuongxuongminh in #17
- docs: add README by @vuongxuongminh in #18
Full Changelog: https://github.com/x-graphql/schema-gateway/commits/0.1.0