Skip to content

Releases: ChilliCream/graphql-platform

13.6.1

26 Oct 22:59
348e7e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.6.0...13.6.1

13.6.0

26 Oct 02:44
4908039
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 13.5.1...13.6.0

13.5.1

23 Aug 19:03
47ea4bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.5.0...13.5.1

13.5.0

22 Aug 12:28
56785bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.4.0...13.5.0

13.4.0

24 Jul 11:51
Compare
Choose a tag to compare

HotChocolate

  • Added .NET 8 Support (#6366)
  • Add BananaCakePop Package (#6198)
  • Added File Upload Support to Fusion. (#6359)
  • [AOT] Added Trimming Annotations to Utilities
  • Optimized Query Planning (#6379)
  • Add GraphQL over HTTP client (#6330, #6357, #6353)
  • Implemented File Upload Client. (#6358)
  • Added GraphQL SSE subgraph support to fusion. (#6356)
  • Add @tag directive to fusion. (#6341)
  • Introduce Fusion Composition Settings File (#6345)
  • Enhanced Fusion QueryPlan Information (#6376)
  • Ensure Fusion by default has a single client config. (#6370)
  • Reworked the dictionary serializer to allow for a more flexible AnyType. (#6367)
  • Fixed issue where Fusion was not handling unions. (#6375)
  • Fixed issue with variable forwarding in nested fields. (#6348)
  • Fixed Object Composition for Partial Results. (#6339)
  • Reworked the fusion execution state management. (#6325)

Docs

  • Enable shortcut to toggle search (#6360)
  • Fixed broken examples in dataloader.md (#6372)
  • Fixed code example in sorting.md (#6337)

13.3.3

11 Jul 14:08
Compare
Choose a tag to compare
  • Banana Cake Pop 7.0.1

For more details click here to get to our CHANGELOG.

13.3.2

10 Jul 13:18
Compare
Choose a tag to compare

For more details click here to get to our CHANGELOG.

Changes:

  • 4c00c2e Added a constructor for lazy cursors to the edge.
  • 99dc6f0 Minor optimizations for the operation compiler.
  • 460f874 Added more query plan integration tests.
  • 1c673c9 Minor Fusion CommandLine Fixes
  • 0d3a624 Fixed file access mode when updating the subgraph config.
  • d0ac6ab Allow config command to edit subgraph package.

This list of changes was auto generated.

13.3.1

05 Jul 16:13
Compare
Choose a tag to compare

For more details click here to get to our CHANGELOG.

Changes:

  • 7b492e8 Ensure Subgraph Config consistency.

This list of changes was auto generated.

13.3.0

03 Jul 14:34
Compare
Choose a tag to compare

For more details click here to get to our CHANGELOG.

Changes:

  • 90746df Fixed deadlock when loading the gateway configuration.
  • a558f1b Introduced Fusion Configuration Rewriter (#6311)
  • 41979c5 Reworked fusion configuration to use observer. (#6310)
  • 383814e Fusion fetch in parallel (#6306)
  • 838f88c Fixed Namespace of AuthorizeAttribute (#6309)
  • 980cbbe Better Error Handling in Fusion CommandLine
  • f67fa01 Adds services to fusion registration extensions (#6305)
  • 2f349a8 Improved Fusion Error Handling (#6303)
  • 18713a6 ArrayWriter.EnsureBufferCapacity must account for _start (#6266)
  • 9c66cb0 Fixed parse result method for date and local date scalars (#6275)
See More
  • dd1ca23 Fixed StrawberryShake PersistedQuery Docs. (#6297)
  • add24f5 Fixed apply default in Authorize extension methods (#6298)
  • e6b2c20 Fixed issue with composing interface across services. (#6299)
  • f7cec16 Updated operation-complexity.md (#6284)
  • e11401c Memory Optimization on Schema (#6290)
  • aaa0c43 Fixed issue when querying interface lists. (#6287)
  • ea96c09 Fixed Issue with Field Requirements (#6286)
  • 563600b Introduced Require Directive (#6281)
  • 5f47bb8 Added initial support for field dependencies in the gateway (#6238)
  • fda99f3 Prevent expression reduce when looking for ordering method (#6255)
  • 8a98efc Expose variables in ComplexityContext (#6263)
  • 2e01d11 Added first class pipeline support to fusion. (#6253)
  • 1f9b3a5 Fix description of delegate resolver $arguments variable (#6250)

This list of changes was auto generated.

12.21.0

11 Jul 14:07
Compare
Choose a tag to compare
12.21.0 Pre-release
Pre-release

For more details click here to get to our CHANGELOG.

Changes:

  • 47a5319 Updated Build
  • 1fc39ec Expose variables in ComplexityContext to allow custom complexity calculation (#6262)
  • aaa3854 Fixed ServiceKind.Resolver not working with ResolveWith (#5677) (#5678)
  • fb3fe4a Fixed Build
  • 071f259 Fixed Strawberry Shake Any Type (#5655)
  • c9fe19f Fixed Strawberry Shake Any Type (#5650) (#5651)
  • af2c24d Retrieve IHttpStitchingRequestInterceptor from combined services to allow override from application services (#5500)
  • 3b40be3 Fixed value overflows break query validation.
  • 1e562c2 Aligned Multpart Formatter with Version 13
  • a5eb7f5 5345 more concise error message v12 (#5391)
See More
  • 0ef100c Fixed multipart serializer to handle batch request results
  • 7edbe2d Ported MultiPart response fix back from 13
  • 2486e4e Reworked Build for BCP 1
  • 7e49138 Fixed upload scalar on SS (#5333)
  • 36c737b Fixed upload scalar on SS (#5330)
  • 452bd1d Adds file upload to StrawberryShake version 12 (#5327)
  • 15a45bb Fixed InputParser issue for optional value types.
  • 60b8957 Extended documnetation on Subscriptions for v12 (#5295)
  • 6f0486c Backport "Allow empty filter expressions to be visited #5214" to 12 (#5293)
  • cfdc549 Allow to override the enum type name and value comparer
  • f3db120 Fixed query result compile error
  • ca8855d Fixed issue where mutation the result object would drop the ContextData (#5211)
  • 21294eb Reworked Template
  • 5559970 Updated BCP to Version 42 on HC Version 12 (#5203)
  • 9affedb Disallow introspection fields on subscription root (#5187)
  • 66b9dce Adds support for flags enum (#5186)
  • feb33ff Reduce impact of MapField (#5175)
  • f592759 Backport #4775 to v12: "Close open WebSocket sessions when application is shutting down" (#5166)
  • 248db55 Cherry Picked Fixes Interface Field Naming Convention. (#5158)
  • 421a64e Fixed stitching with add resolver (#5143)
  • 14f09aa Fixed total count breaking change in connection; (#5122)
  • 4a9fcd0 Adds the property back for backwards compatibility (#5120)
  • 15ca0db Fixed issue where generic types would invalidly be registered. (#5119)
  • 0feb645 Fixed Complexity Validation Status Code (#5117)
  • ab73391 Release task in node resolver after use (#5052)
  • b3fdbcf Align total count on connection & collection segment (#4960) (#5087)
  • 713cf8e Adds pure resolver for stitching (#4702) (#5086)
  • 66b1978 Fixed compile issues
  • 88bc2c6 Fixed node resolver and entities resolver (#5080)
  • 6126488 Issue 4957 Correct problem with Apollo Federation entity resolver bypassing dataloader (#4958)
  • 97daca9 Make ApolloFederation Printer Public (#5041)
  • a96168b Reworked Types Source Generator (#5040)
  • a4b0c8d Allow static node resolver to be defined in base classes (#5002)
  • 4bed0c0 Updated Banana Cake Pop to Preview 35
  • 9d8b2fa Banana Cake Pop Preview 34
  • c226803 Added missing ModuleOptions
  • d881f23 Added type system source generator
  • 0aec6b9 Migrated missing extension methods
  • 2614e5d Updated Banana Cake Pop to preview 32
  • ac11fb4 Added queryExpiration option to Redis query cache. (#4930)
  • ff3d482 Added default timeout of 30 minutes when debugging (#4924)
  • 4b991aa Backported inline DataLoader fix from 13 (#4916)
  • ee6184e Add support for custom NodaTime patterns for serialization and deserialization (#4801)
  • dc16e86 Updated BCP to Preview 25
  • 29b425d Fixed MutationFieldOptions for older framework versions.
  • fbf1527 Added BCP preview 24 (#4794)

This list of changes was auto generated.