Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2024

This PR contains the following updates:

Package Change Age Confidence
HotChocolate.AspNetCore (source) 13.6.1 -> 15.1.9 age confidence
HotChocolate.AspNetCore.CommandLine (source) 13.6.1 -> 15.1.9 age confidence

Release Notes

ChilliCream/graphql-platform (HotChocolate.AspNetCore)

v15.1.9

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.8...15.1.9

v15.1.8

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.7...15.1.8

v15.1.7

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.6...15.1.7-p.4

v15.1.6

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.5...15.1.6

v15.1.5

Compare Source

  • Allow more control over transport features. (#​8296)
  • Fixed calculation of totalPages in CreateRelativeForwardCursors method (#​8295)
  • Updated Nitro to 28.0.7

v15.1.4

Compare Source

  • Added switch to disable the DateTime format check. (#​8289)
  • Fixed schema initialization when type has field that returns list of objects. (#​8288)
  • Fix #​8264 - fully qualified string not used for types in dataloader generator (#​8265) svihpincmichaelstaib svihpinc authored and michaelstaib committed 2 hours ago ·
  • Allow late binding of subscribe resolvers. (#​8287)
  • Added cache diagnostics. (#​8254)
  • Switched from LRU cache algorithm to clock cache algorithm (#​8253)
  • Removed BOM when writing exported schema (#​8244)
  • Fixed ToPageAsync extension when using a child projection expression (#​8235)
  • Fixed empty cursor string validation (#​8240)
  • Fix @​semanticNonNull on mutation types (#​8239)
  • [Fusion] Add SubgraphRequestError diagnostic event (#​8237)
  • Allow for IDocumentStore to provide document hash. (#​8228)

v15.1.3

Compare Source

  • Added promise cache interceptor. (#​8190)

v15.1.2

Compare Source

  • Updated Nitro to 26.0.4 (#​8178)
  • Downgraded analyzer to support .NET 8 (#​8186)

Full Changelog: ChilliCream/graphql-platform@15.1.1...15.1.2

v15.1.1

Compare Source

  • Fixed missing global:: in generated code (#​8166)
  • Relaxed type symbol check for connections. (#​8165)
  • Allow for scalar overrides when using schema-first (#​8164)

v15.1.0

Compare Source

What's Changed
  • Added support for LocalDate/LocalDateTime/LocalTime to Strawberry Shake (#​8007)
  • Request totalCount through ToPageAsync if its requested. (#​8011)
  • Added QueryContext extension methods for Select and Include. (#​8013)
  • Switched LangVersion from preview to 13.0 (#​8014)
  • Updated .NET 9 packages (#​8012)
  • Changed the runtime type for the Date scalar in Strawberry Shake (#​8009)
  • Added Strawberry Shake runtime type change to migration guide (#​8010)
  • Migrated to new solution file format. (#​8027)
  • Combining the CompilationProvider is an anti-pattern, create an IncrementalValueProvider for the assembly name instead. (#​8021)
  • Fix ignored invalid field when enum is present (#​8026)
  • Allow for internal DataLoader modules and groups. (#​8028)
  • Updated the latest stable version for the docs to v15 (#​8018)
  • Added documentation directory for Fusion v15 (#​8017)
  • Added Strawberry Shake migration documents to docs.json (#​8015)
  • [Fusion] Fix explosion of selections (#​8030)
  • [Fusion] Fix issue with conditions (#​8031)
  • Aligned DataLoader options behavior. (#​8044)
  • Fixed type DataLOader to DataLoader (#​8037)
  • Added a new overload for 'ParentRequires' that uses an expression. (#​8032)
  • Marked delegate / ad-hoc DataLoader as obsolete and updated docs. (#​8033)
  • En- Used the correct xUnit packages in Cookie Crumble libraries (#​8054)
  • (Hopefully) Fix flakey test (#​8056)
  • Added missing condition to TypeRegistry#Register (#​8058)
  • Scope OperationCache to RequestExecutor (#​8055)
  • Warmup new executor before replacing old one (#​8068)
  • Abandon Response Formatting Gracefully on Cancellation
  • Remove Hot Reload Hooks (#​8079)
  • Fixed authorization type interceptor flow. (#​8096)
  • 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)
  • 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)
  • 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)
  • [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)
  • Added strict mode to Cookie Crumble (#​8126)
  • Fixed GraphQL schema does not support operation validation. (#​8125)
  • SPEC: Make includeDeprecated non nullable. (#​8124)
  • [OPA] Fix OPA middleware to comply with OPA V1 (#​8084)
  • Updated Squadron packages (#​8127)
  • [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)
  • Do not apply @​semanticNonNull to id fields (#​8136)
  • Added WebSocket payload formatter and options for GraphQL over WebSocket (#​8135)
  • Better error for invalid root type. (#​8104)
  • [Fusion] Fixed the composition for pattern based lookups. (#​8138)
  • Fixed issue where projections fallback was not possible. (#​8139)
  • [Fusion] Fail Query Plan generation early #​7989
  • Updated Nitro to Version 26.0.3 (#​8142)
  • [Fusion] Fix variables in context selection. (#​8146)
  • Skipped flaky test in Apollo WebSocketProtocolTests (#​8143)
  • Fixed issue with parameter replacement in queryable field handlers (#​8145)
  • Fixes various analyzer issues related to paging. (#​8148)
  • Make TypeInterceptor.IsEnabled public (#​8149)
  • Reduce totalCount requests when using relative cursors. (#​8150)
  • Colocate Edge and Connection Type (#​8152)
  • Added pageInfo as connection flag (#​8153)

Full Changelog: ChilliCream/graphql-platform@15.0.3...15.1.0-rc.3

Thanks to all the contributors to this release:

@​glen-84
@​michaelstaib
@​m-gasser
@​faddiv
@​tobias-tengler
@​Veribelll
@​sunghwan2789
@​stoyanovskydmitry

v15.0.3

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.0.2...15.0.3

v15.0.2

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.0.1...15.0.2

v15.0.1

Compare Source

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.0.0...15.0.1

v15.0.0

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch from 4fcb26b to 2986de6 Compare November 6, 2024 14:46
@renovate renovate bot changed the title chore(deps): update hotchocolate monorepo to v14 (major) chore(deps): update dependency hotchocolate.aspnetcore.commandline to v14 Nov 12, 2024
@renovate renovate bot changed the title chore(deps): update dependency hotchocolate.aspnetcore.commandline to v14 chore(deps): update hotchocolate monorepo to v14 (major) Nov 12, 2024
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch from 2986de6 to 8257220 Compare December 3, 2024 14:37
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch from 8257220 to e432555 Compare December 16, 2024 23:35
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch from e432555 to 1e7a60e Compare February 4, 2025 13:00
@renovate renovate bot changed the title chore(deps): update hotchocolate monorepo to v14 (major) chore(deps): update hotchocolate monorepo to v15 (major) Feb 4, 2025
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch 3 times, most recently from cb1d12f to d7ede2d Compare February 7, 2025 01:48
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch 2 times, most recently from 7b00c67 to 33f5cdc Compare March 21, 2025 19:30
@renovate renovate bot changed the title chore(deps): update hotchocolate monorepo to v15 (major) chore(deps): update dependency hotchocolate.aspnetcore.commandline to v15 Mar 27, 2025
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch from 33f5cdc to 352ddb8 Compare March 27, 2025 06:03
@renovate renovate bot changed the title chore(deps): update dependency hotchocolate.aspnetcore.commandline to v15 chore(deps): update hotchocolate monorepo to v15 (major) Mar 27, 2025
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch from 352ddb8 to c9a578c Compare March 27, 2025 23:27
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch 2 times, most recently from 91a1d4a to ebbec9f Compare May 20, 2025 19:13
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch from ebbec9f to 24ac570 Compare June 18, 2025 10:51
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch from 24ac570 to 317f51b Compare June 27, 2025 07:33
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch from 317f51b to ee0093c Compare July 25, 2025 17:30
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch from ee0093c to 3f81c8c Compare August 13, 2025 14:07
@renovate renovate bot force-pushed the renovate/major-hotchocolate-monorepo branch from 3f81c8c to 808f26c Compare August 27, 2025 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants