Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2025

Bumps strawberry-graphql from 0.282.0 to 0.283.1.

Release notes

Sourced from strawberry-graphql's releases.

🍓 0.283.1

Fixed multipart subscription header parsing to properly handle optional boundary parameters and quoted subscription spec values. This improves compatibility with different GraphQL clients that may send headers in various formats.

Key improvements:

  • Made the boundary=graphql parameter optional in multipart subscription detection
  • Added proper quote stripping for subscriptionSpec values (e.g., subscriptionSpec="1.0")
  • Enhanced test coverage for different header format scenarios

Example of supported headers:

Accept: multipart/mixed;boundary=graphql;subscriptionSpec=1.0,application/json
Accept: multipart/mixed;subscriptionSpec="1.0",application/json

Releases contributed by @​LouisAmon via #4002

🍓 0.283.0

In this release, we renamed the strawberry server command to strawberry dev to better reflect its purpose as a development server.

We also deprecated the strawberry-graphql[debug-server] extra in favor of strawberry-graphql[cli]. Please update your dependencies accordingly.

Releases contributed by @​DoctorJohn via #4011

Changelog

Sourced from strawberry-graphql's changelog.

0.283.1 - 2025-10-06

Fixed multipart subscription header parsing to properly handle optional boundary parameters and quoted subscription spec values. This improves compatibility with different GraphQL clients that may send headers in various formats.

Key improvements:

  • Made the boundary=graphql parameter optional in multipart subscription detection
  • Added proper quote stripping for subscriptionSpec values (e.g., subscriptionSpec="1.0")
  • Enhanced test coverage for different header format scenarios

Example of supported headers:

Accept: multipart/mixed;boundary=graphql;subscriptionSpec=1.0,application/json
Accept: multipart/mixed;subscriptionSpec="1.0",application/json

Contributed by Louis Amon via [PR #4002](strawberry-graphql/strawberry#4002)

0.283.0 - 2025-10-06

In this release, we renamed the strawberry server command to strawberry dev to better reflect its purpose as a development server.

We also deprecated the strawberry-graphql[debug-server] extra in favor of strawberry-graphql[cli]. Please update your dependencies accordingly.

Contributed by Jonathan Ehwald via [PR #4011](strawberry-graphql/strawberry#4011)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 7, 2025
@dependabot dependabot bot requested a review from arkid15r as a code owner October 7, 2025 07:15
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2025
@dependabot dependabot bot requested a review from kasya as a code owner October 7, 2025 07:15
@dependabot dependabot bot added the python Pull requests that update Python code label Oct 7, 2025
Copy link
Contributor

coderabbitai bot commented Oct 7, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Oct 08 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.282.0 to 0.283.1.
- [Release notes](https://github.com/strawberry-graphql/strawberry/releases)
- [Changelog](https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md)
- [Commits](strawberry-graphql/strawberry@0.282.0...0.283.1)

---
updated-dependencies:
- dependency-name: strawberry-graphql
  dependency-version: 0.283.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/backend/main/strawberry-graphql-0.283.1 branch from 5771e99 to 9f8b27d Compare October 7, 2025 18:22
Copy link

sonarqubecloud bot commented Oct 7, 2025

@arkid15r arkid15r added this pull request to the merge queue Oct 7, 2025
Merged via the queue into main with commit 7ba55b4 Oct 7, 2025
25 checks passed
@arkid15r arkid15r deleted the dependabot/pip/backend/main/strawberry-graphql-0.283.1 branch October 7, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant