Allowed CustomScalar | None syntax for python >= 3.10.
π 0.137.0
This release fixes errors when using Union-of-lazy-types
π 0.136.0
This release refactors the chalice integration in order to keep it consistent with
the other integrations.
Deprecation:
Passing render_graphiql is now deprecated, please use graphiql instead.
New features:
You can now return a custom status by using info.context["response"].status_code = 418
You can enabled/disable queries via get using allow_queries_via_get (defaults to True)
Changes:
Trying to access /graphql via a browser and with graphiql set to False will return a 404.
π 0.135.0
This release adds a new MaskErrors extension that can be used to hide error
messages from the client to prevent exposing sensitive details. By default it
masks all errors raised in any field resolver.
import strawberry
from strawberry.extensions import MaskErrors
This release improves the error message that you get when trying
to use an enum that hasn't been decorated with @strawberry.enum
inside a type's field.
π 0.134.4
This release adds support for printing schema directives on an input type object, for example the following schema:
This release adds a new MaskErrors extension that can be used to hide error
messages from the client to prevent exposing sensitive details. By default it
masks all errors raised in any field resolver.
import strawberry
from strawberry.extensions import MaskErrors
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 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)
Bumps strawberry-graphql from 0.133.5 to 0.137.1.
Release notes
Sourced from strawberry-graphql's releases.
... (truncated)
Changelog
Sourced from strawberry-graphql's changelog.
... (truncated)
Commits
a223af4
Release π 0.137.1d394c39
allowed 'CustomScalar | None' syntax for python >= 3.10 (#2279)7af902d
[pre-commit.ci] pre-commit autoupdate (#2280)09e5eb4
Use older version of sanic-testing for nowf5d5a2c
Remove types-setuptools from dependecies2a3af5d
Bump django from 3.2.15 to 3.2.16 (#2226)89304f8
Add activity dashboard in repo (#1688)d9c1145
Bump pytest-asyncio from 0.19.0 to 0.20.1 (#2268)6798536
Release π 0.137.05b04a4e
Fix support for Union-of-LazyType (#2271)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 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)