Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Updated StrawberryShake.Server from 15.1.9 to 15.1.11.

Release notes

Sourced from StrawberryShake.Server's releases.

15.1.11

What's Changed

Hot Chocolate

Added

  • Added hook to allow for F# support. (#​8722, #​8732)
    While we dropped F# support from the Hot Chocolate Core with V15 we have done some foundation work so that community support can bring this back. Watch the following project for progress on this: https://github.com/cmeeren/FSharp.HotChocolate
  • Added a filter input implementation for the Date scalar aka DateOperationFilterInputType (#​8409)

Changed

  • Backported V16 HTTP transport changes (HotChocolate.Transport.Http) (#​8669)
    This brings most of the changes we have made on the V16 branch into the V15 branch.
    These changes carry a lot of stability and performance improvements when dealing with GraphQL over SSE.

Fixed

  • [Source Generator] Use ClaimsPrincipal global prefix when generating resolver (#​8745)
  • [Subscriptions] Allow reconnect on subscriptions with prefixed redis topic (#​8731)
  • [Incremental Delivery] Fixed #​8714: @​stream fails when list contains fewer items than initialCount (#​8715)
  • [Data] Fixed array resize condition in SortInputType (#​8682)
  • [Core] Fixed scalar initialization issue
    Aligns the initialization of scalar types with other types, which solves the directive initialization issue when the directive has default argument values.
  • [Core] Fixed schema service dispose issue
    When using dynamic schemas that can change at runtime the services that are bound to the schema are not properly disposed when the old schema was phased out. This fix now properly disposes the ServiceProvider.
  • [Fusion] Ignore inapplicable type refinements on abstract types (#​8773)
  • [Core] Fix race condition on MethodInfo.GetParameters() (#​8778)

Strawberry Shake

Changed

  • Register interface types for operations in service collection (#​7016)
    This change in Strawberry Shake allows you to additionally use the operation interfaces to inject query, mutation or subscription operations.

Full Changelog: ChilliCream/graphql-platform@15.1.10...15.1.11-p.5

15.1.11-p.7

What's Changed

Hot Chocolate

Fixed

New Contributors

Full Changelog: ChilliCream/graphql-platform@15.1.11-p.6...15.1.11-p.7

15.1.11-p.6

What's Changed

Hot Chocolate

Added

  • Added hook to allow for F# support. (#​8722, #​8732)
    While we dropped F# support from the Hot Chocolate Core with V15 we have done some foundation work so that community support can bring this back. Watch the following project for progress on this: https://github.com/cmeeren/FSharp.HotChocolate
  • Added a filter input implementation for the Date scalar aka DateOperationFilterInputType (#​8409)

Changed

  • Backported V16 HTTP transport changes (HotChocolate.Transport.Http) (#​8669)
    This brings most of the changes we have made on the V16 branch into the V15 branch.
    These changes carry a lot of stability and performance improvements when dealing with GraphQL over SSE.

Fixed

  • [Source Generator] Use ClaimsPrincipal global prefix when generating resolver (#​8745)
  • [Subscriptions] Allow reconnect on subscriptions with prefixed redis topic (#​8731)
  • [Incremental Delivery] Fixed #​8714: @​stream fails when list contains fewer items than initialCount (#​8715)
  • [Data] Fixed array resize condition in SortInputType (#​8682)
  • [Core] Fixed scalar initialization issue
    Aligns the initialization of scalar types with other types, which solves the directive initialization issue when the directive has default argument values.
  • [Core] Fixed schema service dispose issue
    When using dynamic schemas that can change at runtime the services that are bound to the schema are not properly disposed when the old schema was phased out. This fix now properly disposes the ServiceProvider.

Strawberry Shake

Changed

  • Register interface types for operations in service collection (#​7016)
    This change in Strawberry Shake allows you to additionally use the operation interfaces to inject query, mutation or subscription operations.

Full Changelog: ChilliCream/graphql-platform@15.1.10...15.1.11-p.5

15.1.11-p.5

What's Changed

Hot Chocolate

Added

  • Added hook to allow for F# support. (#​8722, #​8732)
  • Added DateOperationFilterInputType (#​8409)

Changed

  • Backported V16 HTTP transport changes (HotChocolate.Transport.Http) (#​8669)

Fixed

  • Use ClaimsPrincipal global prefix when generating resolver (#​8745)
  • Allow reconnect on subscriptions with prefixed redis topic (#​8731)
  • Fixed #​8714: @​stream fails when list contains fewer items than initialCount (#​8715)
  • Fixed array resize condition in SortInputType (#​8682)
  • Fixed scalar initialization issue
  • Fixed schema service dispose issue

Strawberry Shake

Changed

  • Register interface types for operations in service collection (#​7016)

Full Changelog: ChilliCream/graphql-platform@15.1.10...15.1.11-p.5

15.1.11-p.4

What's Changed

  • Fix: Use ClaimsPrincipal global prefix when generating resolver. (#​8745)
  • Made ExtendedType public (#​8732)
  • Fix: Allow reconnect on subscriptions with prefixed redis topic (#​8731)
  • Register interface types for operations in service collection (#​7016)
  • Added hook to allow for F# support. (#​8722)
  • Added DateOperationFilterInputType (#​8409)
  • Fix #​8714: @​stream fails when list contains fewer items than initialCount (#​8715)
  • Fixed array resize condition in SortInputType (#​8682)
  • Backported HTTP transport changes by @​glen-84 in Backported HTTP transport changes ChilliCream/graphql-platform#8669
  • Updated snapshots by @​glen-84 in Updated snapshots ChilliCream/graphql-platform#8671
  • Fixed scalar initialization issue.

Full Changelog: ChilliCream/graphql-platform@15.1.10...15.1.11-p.4

15.1.11-p.3

  • Fix #​8714: @​stream fails when list contains fewer items than initialCount (#​8715)
  • Fixed array resize condition in SortInputType (#​8682)

Full Changelog: ChilliCream/graphql-platform@15.1.11-p.2...15.1.11-p.3

15.1.11-p.2

What's Changed

Full Changelog: ChilliCream/graphql-platform@15.1.11-p.1...15.1.11-p.2

15.1.11-p.1

Full Changelog: ChilliCream/graphql-platform@15.1.10...15.1.11-p.1

15.1.10

  • Fixed regression in DataLoader source generator. (#​8610)
  • Compile SourceGenerator-tests to ensure that the sample itself is valid (#​8484)

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

15.1.10-p.1

  • Fixed regression in DataLoader source generator. (#​8610)
  • Compile SourceGenerator-tests to ensure that the sample itself is valid (#​8484)

Full Changelog: ChilliCream/graphql-platform@15.1.9...15.1.10-p.1

Commits viewable in compare view.

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the Dependencies Related to updating dependant libraries label Nov 4, 2025
@dependabot dependabot bot requested a review from Cyberboss as a code owner November 4, 2025 09:21
@dependabot dependabot bot added the Dependencies Related to updating dependant libraries label Nov 4, 2025
@tgstation-server-ci
Copy link
Contributor

Set the milestone to the next minor version, check for supply chain attacks, and then add the CI Cleared label to allow CI to run.

@tgstation-server-ci tgstation-server-ci bot added size/XS CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution labels Nov 4, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot/nuget/hotchocolate-39de58d2f2 branch from a0efc6b to 8d754c8 Compare November 18, 2025 09:21
@tgstation-server-ci tgstation-server-ci bot added CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution and removed CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution labels Nov 18, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

Dependabot received an unexpected response from a private package registry. Because of this, Dependabot cannot update this pull request.

2 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2025

Dependabot received an unexpected response from a private package registry. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 31, 2025

Dependabot received an unexpected response from a private package registry. Because of this, Dependabot cannot update this pull request.

Bumps StrawberryShake.Server from 15.1.9 to 15.1.11

---
updated-dependencies:
- dependency-name: StrawberryShake.Server
  dependency-version: 15.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hotchocolate
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/hotchocolate-39de58d2f2 branch from 8d754c8 to c7ea4d5 Compare January 1, 2026 09:15
@tgstation-server-ci tgstation-server-ci bot added CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution and removed CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution labels Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Approval Required CI Pipeline execution blocked. Maintainers, apply the "CI Cleared" label to allow execution Dependencies Related to updating dependant libraries size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant