Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2021

Bumps caliban-tools_2.13 from 0.9.5 to 1.2.4.

Release notes

Sourced from caliban-tools_2.13's releases.

v1.2.4

Release Notes

This is a minor release to fix small bugs and add minor things.

Server

  • Fixed int values coercion into float values (it was making false positive validation errors) #1150 by @​ghostdogpr
  • Added support for a @GQLExcluded annotation that can hide fields #1141 by @​frekw

Tools

  • Fixed the code generation to support fields starting with capital letters #1140 by @​several27
  • Changed schema comparison to consider the addition of a mandatory argument breaking #1147 by @​ghostdogpr
  • Added Scala 3 reserved keywords support in code generation #1145 by @​jgoday

v1.2.3

Release Notes

This is a minor release to fix some small bugs introduced by the new validations.

Server

v1.2.2

Release Notes

Since I started Caliban 2 years ago, there were 3 validation rules that I left aside because they were pretty tricky to implement. Motivated by @​frekw who bravely tackled the hardest one, I've implemented the last 2 and Caliban is now 100% compliant with the GraphQL spec! 🎉

If you had invalid queries that were accepted in the past, they might be rejected now so make sure to test before you upgrade Caliban straight to production 😉

Server

Adapters

  • Removed blaze dependency from the http4s module #1110 by @​kubukoz
  • Extended request wrapper support to websockets in the Play Adapter #1063 by @​easel
  • Fixed variable parsing from query params in the ZIO HTTP Adapter #1118 by @​ghostdogpr
  • Fixed UTF-8 handling for request bodies in the ZIO HTTP Adapter #1120 by @​frekw
  • Fixed application/graphql handling in the ZIO HTTP Adapter #1124 by @​frekw

Client

  • Added a new generated function for union types that allows to not specify a selection for every subtype of the union #1099 by @​ghostdogpr based on earlier work from @​anotherhale

... (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 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 [caliban-tools_2.13](https://github.com/ghostdogpr/caliban) from 0.9.5 to 1.2.4.
- [Release notes](https://github.com/ghostdogpr/caliban/releases)
- [Commits](ghostdogpr/caliban@v0.9.5...v1.2.4)

---
updated-dependencies:
- dependency-name: com.github.ghostdogpr:caliban-tools_2.13
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 18, 2021
@dependabot dependabot bot requested a review from johanneshiry November 18, 2021 04:23
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 29, 2021

Superseded by #40.

@dependabot dependabot bot closed this Nov 29, 2021
@dependabot dependabot bot deleted the dependabot/gradle/main/com.github.ghostdogpr-caliban-tools_2.13-1.2.4 branch November 29, 2021 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant