strawberry-graphql / strawberry-sqlalchemy

A SQLAlchemy Integration for strawberry-graphql
MIT License
91 stars 26 forks source link

Bump strawberry-graphql from 0.209.1 to 0.209.7 #67

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps strawberry-graphql from 0.209.1 to 0.209.7.

Release notes

Sourced from strawberry-graphql's releases.

🍓 0.209.7

Remove stack_info from error log messages to not clutter error logging with unnecessary information.

Releases contributed by @​finsterwalder via #3143

🍓 0.209.6

Add text/html content-type to chalice graphiql response

Releases contributed by @​jpopesculian via #3137

🍓 0.209.5

This release adds a new private hook in our HTTP views, it is called _handle_errors and it is meant to be used by Sentry (or other integrations) to handle errors without having to patch methods that could be overridden by the users

Releases contributed by @​patrick91 via #3127

🍓 0.209.4

This release changes how we check for conflicting resolver arguments to exclude self from those checks, which were introduced on version 0.208.0.

It is a common pattern among integrations, such as the Django one, to use root: Model in the resolvers for better typing inference.

Releases contributed by @​bellini666 via #3131

🍓 0.209.3

Mark Django's asyncview as a coroutine using asgiref.sync.markcoroutinefunction to support using it with Python 3.12.

Releases contributed by @​bellini666 via #3124

🍓 0.209.2

Fix generation of input based on pydantic models using nested Annotated type annotations:

import strawberry
from pydantic import BaseModel

class User(BaseModel): age: Optional[Annotated[int, "metadata"]]

@​strawberry.experimental.pydantic.input(all_fields=True) class UserInput: pass

... (truncated)

Changelog

Sourced from strawberry-graphql's changelog.

0.209.7 - 2023-10-15

Remove stack_info from error log messages to not clutter error logging with unnecessary information.

Contributed by Malte Finsterwalder via [PR #3143](strawberry-graphql/strawberry#3143)

0.209.6 - 2023-10-07

Add text/html content-type to chalice graphiql response

Contributed by Julian Popescu via [PR #3137](strawberry-graphql/strawberry#3137)

0.209.5 - 2023-10-03

This release adds a new private hook in our HTTP views, it is called _handle_errors and it is meant to be used by Sentry (or other integrations) to handle errors without having to patch methods that could be overridden by the users

Contributed by Patrick Arminio via [PR #3127](strawberry-graphql/strawberry#3127)

0.209.4 - 2023-10-02

This release changes how we check for conflicting resolver arguments to exclude self from those checks, which were introduced on version 0.208.0.

It is a common pattern among integrations, such as the Django one, to use root: Model in the resolvers for better typing inference.

Contributed by Thiago Bellini Ribeiro via [PR #3131](strawberry-graphql/strawberry#3131)

0.209.3 - 2023-10-02

Mark Django's asyncview as a coroutine using asgiref.sync.markcoroutinefunction to support using it with Python 3.12.

Contributed by Thiago Bellini Ribeiro via [PR #3124](strawberry-graphql/strawberry#3124)

0.209.2 - 2023-09-24

... (truncated)

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 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)
codecov-commenter commented 11 months ago

Codecov Report

Merging #67 (c45c700) into main (bf75e07) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ======================================= Coverage 78.45% 78.45% ======================================= Files 10 10 Lines 789 789 Branches 118 118 ======================================= Hits 619 619 Misses 141 141 Partials 29 29 ```
codspeed-hq[bot] commented 11 months ago

CodSpeed Performance Report

Merging #67 will not alter performance

Comparing dependabot/pip/strawberry-graphql-0.209.7 (c45c700) with main (bf75e07)

Summary

âś… 1 untouched benchmarks

dependabot[bot] commented 11 months ago

Superseded by #70.