Releases: ChilliCream/graphql-platform
Releases · ChilliCream/graphql-platform
13.0.0
What's Changed
- Adds pure resolver for stitching by @PascalSenn in #4702
- Fixing minor typo in mongodb documentation by @stxwright in #4699
- Added Schema Source Generator by @michaelstaib in #4708
- Reintroduced PaginationAmount for legacy paging support. by @michaelstaib in #4709
- Fixed Breaking Change by @michaelstaib in #4710
- Fixed concurrency issue with DataLoader by @michaelstaib in #4718
- Added support for schema building directives when using schema-first. by @michaelstaib in #4723
- Added Helpers for JSON types by @michaelstaib in #4725
- Fixed issue were schema-first input runtime types were not correctly inferred. by @michaelstaib in #4727
- Fix spelling error by @mhnisportal in #4729
- Fix grammar by @mhnisportal in #4730
- Fixed warnings in automapper package by @PascalSenn in #4728
- Fixed interface inference issue when using schema-first by @michaelstaib in #4731
- Reworked Types Analyzer to auto-register DataLoader. by @michaelstaib in #4732
- Added Analyzer to Templates by @michaelstaib in #4733
- Adds deprecation of input fields and arguments by @PascalSenn in #4630
- Added StrawberryShake Code Generator Server by @michaelstaib in #4742
- Fixed schema-first input enum binding. by @michaelstaib in #4750
- Cleanup StrawberrShake Generator Test Projects by @michaelstaib in #4751
- Rename root activity before operation is known by @glucaci in #4749
- Fixed StrawberryShake MSBuild integration by @michaelstaib in #4762
- Added fetch once DataLoader by @michaelstaib in #4767
- Remove the need to declare scalars when doing schema stitching by @michaelstaib in #4769
- Removed Stitching From Source Generator by @michaelstaib in #4770
- Fixed Sonar Issue in Mongo Package by @PascalSenn in #4776
- Reworked code generation for better compatibility with classic .NET by @michaelstaib in #4768
- Abstracted Transport Handling in Schema Stitching by @michaelstaib in #4777
- Added support for subscription stitching by @michaelstaib in #4786
- Updated BCP to Version 1p23 by @michaelstaib in #4787
- defer support for StrawberryShake by @michaelstaib in #4753
- Update Neo4JDataRequestBuilderExtensions.cs by @avisra in #4807
- Use Default Values in UsePagingAttribute (#4815) by @treymack in #4816
- Added graphql-ws support by @michaelstaib in #4793
- GraphQL over WebSocke fixes. by @michaelstaib in #4819
- Add default arguments to IEndpointRouteBuilder Map methods by @tobias-tengler in #4792
- Document dependency injection / Entity Framework Core by @tobias-tengler in #4817
- Fixed Typos by @grounzero in #4830
- Error message grammar correction. by @grounzero in #4829
- Added a utility to communicate with graphql-ws by @michaelstaib in #4820
- Add support for custom NodaTime patterns for serialization and deserialization by @david-driscoll in #4801
- Reorganized Transport Tests by @michaelstaib in #4834
- Fix Website Release Pipeline by @tobias-tengler in #4836
- Align State APIs by @tobias-tengler in #4840
- Close open WebSocket sessions when application is shutting down by @oising in #4775
- [Snyk] Security upgrade System.Text.Json from 4.7.0 to 5.0.2 by @snyk-bot in #4858
- Added new subscription client to stitching. by @michaelstaib in #4859
- Stiching Batching Options by @michaelstaib in #4865
- Added tests for input default values when using schema-first. by @michaelstaib in #4868
- Aligned Result Objects by @michaelstaib in #4874
- Fixed documentation of data extensions by @PascalSenn in #4899
- Adds expression support for sorting by @PascalSenn in #4878
- Update BCP preview links by @kirkbrauer in #4898
- Add Context for Filtering by @PascalSenn in #4903
- Improve Banana Cake Pop Install Instructions by @kirkbrauer in #4904
- Added sorting context by @PascalSenn in #4905
- Fixes issue where the Inline DataLoader name is not respected. by @vhatsura in #4913
- Language Refactoring by @michaelstaib in #4897
- Add HashCode Bcl Library by @matt-psaltis in #4921
- Moved test utilities into separate packages. by @michaelstaib in #4918
- Initial equality changes by @matt-psaltis in #4922
- Rename enable Filter and Sorting Context by @PascalSenn in #4919
- added default timeout of 30 minutes when debugging by @gkfischer in #4924
- Refined Syntax Nodes and added tests for equality by @michaelstaib in #4926
- Fixed tests for filtering and sorting context by @PascalSenn in #4928
- Equality implementation for OptionalModifierNode by @tsinghammer in #4927
- Reworked equality on IntValueNode and FloatValueNode by @michaelstaib in #4929
- Input and Interface definition nodes by @matt-psaltis in #4931
- Added selection context by @PascalSenn in #4932
- Fix CustomOperationFilterInput example by @rmcc13 in #3218
- Fixed warnings in HotChocolate.Data by @PascalSenn in #4933
- Fixed warnings in HotChocolate.MongoDB by @PascalSenn in #4935
- Node equality tests passing by @matt-psaltis in #4936
- Added queryExpiration option to Redis query cache. by @gkfischer in #4930
- Fixed warnings in HotChocolate.Spatial by @PascalSenn in #4938
- Improve equality handling for type nodes. by @michaelstaib in #4934
- Convert Neo4j solution to file-scoped namespaces by @arif-hanif in #4944
- Update constructor of two example serializers in Documentation by @srkirkland in #4943
- rework equality for ObjectValueNode by @vhatsura in #4941
- Fixed a test in the mongo integration by @PascalSenn in #4946
- Format HotChocolate.Spatial by @PascalSenn in #4947
- Implemented equality for ScalarDefinitionNode. by @tsinghammer in #4940
- Implemented equality for OperationTypeDefinitionNode. by @vhatsura in #4942
- Adds sorting customization by @PascalSenn in https://github.com/...
12.18.0
For more details click here to get to our CHANGELOG.
Changes:
- 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)
- 0ef100c Fixed multipart serializer to handle batch request results
- 7edbe2d Ported MultiPart response fix back from 13
See More
- 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.
12.17.0
- Updates Banana Cake Pop to version 4.0.0
12.16.2
- Updated Banana Cake Pop to Version 3.0.5
12.16.1
Fixed ServiceKind.Resolver not working with ResolveWith (#5677) (#5678)
12.16.0
For more details click here to get to our CHANGELOG.
Changes:
- fb3fe4a Fixed Build
This list of changes was auto generated.
12.15.4
12.15.2
For more details click here to get to our CHANGELOG.
Changes:
- af2c24d Retrieve IHttpStitchingRequestInterceptor from combined services to allow override from application services (#5500)
This list of changes was auto generated.
12.15.1
12.15.0
- Adds Banana Cake Pop Version 2