strawberry-graphql / strawberry-sqlalchemy

A SQLAlchemy Integration for strawberry-graphql
MIT License
93 stars 27 forks source link

Bump strawberry-graphql from 0.209.1 to 0.216.1 #98

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps strawberry-graphql from 0.209.1 to 0.216.1.

Release notes

Sourced from strawberry-graphql's releases.

🍓 0.216.1

Don't require NodeId annotation if resolve_id is overwritten on Node implemented types

Releases contributed by @​devkral via #2844

🍓 0.216.0

Override encode_json() method in Django BaseView to use DjangoJSONEncoder

Releases contributed by @​noamsto via #3273

🍓 0.215.3

Fixed the base view so it uses parse_json when loading parameters from the query string instead of json.loads.

Releases contributed by @​thearchitector via #3272

🍓 0.215.2

This release updates the Apollo Sandbox integration to all you to pass cookies to the GraphQL endpoint by enabling the Include cookes option in the Sandbox settings.

Releases contributed by @​patrick91 via #3278

🍓 0.215.1

Improved error message when supplying GlobalID format that relates to another type than the query itself.

Releases contributed by @​sdobbelaere via #3194

🍓 0.215.0

Adds an optional extensions parameter to strawberry.federation.field, with default value None. The key is passed through to strawberry.field, so the functionality is exactly as described here.

Example:

strawberry.federation.field(extensions=[InputMutationExtension()])

Releases contributed by @​bricker via #3239

🍓 0.214.0

This release updates the GraphiQL packages to their latest versions:

  • graphiql@3.0.9
  • @graphiql/plugin-explorer@1.0.2

Releases contributed by @​rodrigofeijao via #3227

🍓 0.213.0

This release adds support in all all our HTTP integration for choosing between different GraphQL IDEs. For now we support GraphiQL (the default), Apollo Sandbox, and Pathfinder.

... (truncated)

Changelog

Sourced from strawberry-graphql's changelog.

0.216.1 - 2023-12-12

Don't require NodeId annotation if resolve_id is overwritten on Node implemented types

Contributed by Alexander via [PR #2844](strawberry-graphql/strawberry#2844)

0.216.0 - 2023-12-06

Override encode_json() method in Django BaseView to use DjangoJSONEncoder

Contributed by Noam Stolero via [PR #3273](strawberry-graphql/strawberry#3273)

0.215.3 - 2023-12-06

Fixed the base view so it uses parse_json when loading parameters from the query string instead of json.loads.

Contributed by Elias Gabriel via [PR #3272](strawberry-graphql/strawberry#3272)

0.215.2 - 2023-12-05

This release updates the Apollo Sandbox integration to all you to pass cookies to the GraphQL endpoint by enabling the Include cookes option in the Sandbox settings.

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

0.215.1 - 2023-11-20

Improved error message when supplying GlobalID format that relates to another type than the query itself.

Contributed by SD via [PR #3194](strawberry-graphql/strawberry#3194)

0.215.0 - 2023-11-19

Adds an optional extensions parameter to strawberry.federation.field, with default value None. The key is passed through to strawberry.field, so the functionality is exactly as described here.

Example:

</tr></table> 

... (truncated)

Commits
  • 5b5b717 Release 🍓 0.216.1
  • a31b5c4 fix: relay.Node with overwritten resolve_id and without NodeId (#2844)
  • 6b84220 Release 🍓 0.216.0
  • 75cb9ec Override encode_json() method in Django BaseView to use DjangoJSONEncoder (#3...
  • 3c7b57d Release 🍓 0.215.3
  • fdb87ec change: parse query params to use parse_json (#3272)
  • f0332fc Release 🍓 0.215.2
  • 3e5c7f6 Allow to send cookies with apollo sandbox (#3278)
  • c0d00aa fix(docs): Examples are now working properly. (#3263)
  • a90dea2 Improve docs for max tokens limiter
  • Additional commits viewable in compare view


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 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov-commenter commented 11 months ago

Codecov Report

Merging #98 (768ad25) into main (4fa950f) will decrease coverage by 1.05%. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #98 +/- ## ========================================== - Coverage 84.05% 83.00% -1.05% ========================================== Files 14 14 Lines 1524 1524 Branches 250 250 ========================================== - Hits 1281 1265 -16 - Misses 191 204 +13 - Partials 52 55 +3 ```
codspeed-hq[bot] commented 11 months ago

CodSpeed Performance Report

Merging #98 will not alter performance

Comparing dependabot/pip/strawberry-graphql-0.216.1 (768ad25) with main (4fa950f)

Summary

âś… 1 untouched benchmarks

dependabot[bot] commented 11 months ago

Superseded by #102.