Skip to content

Releases: ChilliCream/graphql-platform

15.1.0-p.18

14 Mar 20:52
Compare
Choose a tag to compare
15.1.0-p.18 Pre-release
Pre-release
  • [Fusion] @semanticNonNull support (#7894)
  • Set DOCKER_CONFIG environment variable in CI and coverage workflows (#8128)
  • Downgraded Postgres Squadron (#8131)
  • Improved error message when query/mutation conventions are not enabled (#8130)
  • Added page based connection type (#8132)
  • Refactored OPA authorization tests to work with a dynamic port (#8133)

15.1.0-p.17

13 Mar 19:16
Compare
Choose a tag to compare
15.1.0-p.17 Pre-release
Pre-release
  • [OPA] Fix OPA middleware to comply with OPA V1 (#8084)
  • Updated Squadron packages (#8127)

15.1.0-p.16

13 Mar 13:50
Compare
Choose a tag to compare
15.1.0-p.16 Pre-release
Pre-release
  • Added strict mode to Cookie Crumble (#8126)
  • Fixed GraphQL schema does not support operation validation. (#8125)
  • SPEC: Make includeDeprecated non nullable. (#8124)

15.1.0-p.15

13 Mar 09:54
Compare
Choose a tag to compare
15.1.0-p.15 Pre-release
Pre-release
  • [Fusion] @semanticNonNull composition support (#7731)
  • Updated node ID serializers to ensure correct padding while parsing (#8123)
  • Updated ISelection.AsSelector to correctly handle the nodes field (#8122)
  • Updated CI workflow to only run Docker Hub login step for local branches (#8121)

15.1.0-p.14

11 Mar 20:05
Compare
Choose a tag to compare
15.1.0-p.14 Pre-release
Pre-release
  • Fixed Source Generator Visual Studio 2022 incompatibility (#8112)
  • Fixed Node id field can no longer be provided via an extension type (#8116)
  • Fixed DataLoader does not work with a class resolver for interface types. (#8117)
  • Fixed flaky executor tests (#8113)
  • Fixed concurrency issue when building selector expressions. (#8118)
  • Throw error when is implicitly bound as schema type. (#8119)
  • Fixed invalid base64 ID parsing (#8101)
  • Added Docker Hub login step to CI and coverage workflows (#8114)

15.1.0-p.13

10 Mar 21:02
Compare
Choose a tag to compare
15.1.0-p.13 Pre-release
Pre-release
  • Fixed issues with ToPageAsync() and relative cursors. (#8110)
  • Do not overwrite Id Serializer with AddGlobalObjectIdentification (#8107)
  • Avoided setting an implicit name for enum values with an explicit name (#8108)

15.1.0-p.12

09 Mar 16:57
Compare
Choose a tag to compare
15.1.0-p.12 Pre-release
Pre-release
  • Fix nested sorting a new approach QueryContext (#8061)
  • Clean SortInput postfix (#8045)
  • Add services to support complex sort handler (#8047)
  • Abandon Response Formatting Gracefully on Cancellation (#8078)
  • Add support for relative cursors. (#8048)

16.0.0-p.1

06 Mar 14:36
c9d01ea
Compare
Choose a tag to compare
16.0.0-p.1 Pre-release
Pre-release
Merge branch 'main' into mst/relative-cursors

15.1.0-p.11

06 Mar 21:15
Compare
Choose a tag to compare
15.1.0-p.11 Pre-release
Pre-release
  • Remove Hot Reload Hooks (#8079)
  • Fixed authorization type interceptor flow. (#8096)

15.1.0-p.10.1

27 Feb 22:09
Compare
Choose a tag to compare
15.1.0-p.10.1 Pre-release
Pre-release
Abandon Response Formatting Gracefully on Cancellation