Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2021

Bumps caliban-tools_2.13 from 0.9.5 to 1.1.1.

Release notes

Sourced from caliban-tools_2.13's releases.

v1.1.1

Release Notes

Server

  • Allowed tagless final variants for Http4sAdapter using R instead of Any for the environment #972 by @​ghostdogpr
  • Upgraded cats-effect and http4s to 3.2.1 and 0.23 respectively (CE3-based). The Finch and Monix interop is still using CE2. The http4s adapter is also published for Scala 3 now. #891 by @​iRevive
  • Added a new annotation @GQLValueType that allows redirecting a union type member to a different type defined in another file (removing the "sealed" constraint for unions) #989 by @​paulpdaniels
  • Added Scala 3 support for the federation module #997 by @​ghostdogpr

Tools

  • Added an option to client code generation to generate code in multiple files instead of a single one. Also allowed disabling formatting during code generation. #964 by @​alexdupre
  • Added an option to client code generation to map unknown enum values to __Unknown instead of failing #976 by @​rtimush
  • Made the client code generation automatically regenerate code when configs change #959 by @​blast-hardcheese
  • Made the client code generation properly detect packages when using a Play Framework project #956 by @​yonlugoh

v1.1.0

Release Notes

The main change in this release is the ability to run caliban client code generation automatically when you compile, instead of the previous (but still supported) manual sbt command. CodegenPlugin was also renamed to CalibanPlugin (the old name still exists but is deprecated).

See the updated documentation for more information. This work was done in #933 by @​blast-hardcheese.

Server

  • Fixed backslash parsing in queries #943 by @​mingyuchi
  • Added support for upload in the Http4s Adapter (batching not supported yet, like with Play) #945 by @​pomadchin
  • Added support for GQLInterface and GQLUnion annotations on enum-like traits #941 by @​rtimush
  • Added the ability to distinguish between a field value of null and a missing field in ArgBuilders #929 by @​stephendavidmarsh
  • Added a new resolver type to support using Field metadata with federation #939 by @​paulpdaniels

Client

Tools

  • Fixed wrong behavior in server codegen when a type is used in multiple unions #948 by @​AlixBa
  • Allowed scalarMappings to be used with enumerations in client codegen #930 by @​blast-hardcheese
  • Allowed colons in header values in client codegen --headers option #938 by @​ghostdogpr
  • Added a new parameter --abstractEffectType to server codegen to generate code with F[_] #951 by @​LaurenceWarne

v1.0.1

Release Notes

  • Fixed a regression in caliban-client causing a wrong error message to be returned ("Result is not an object" instead of the actual error message) by @​ghostdogpr.

v1.0.0

Release Notes

1.0.0 Release

A little less than 2 years after the creation of Caliban, I decided it was time for an official 1.0.0 release 🎉

... (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.1.1.
- [Release notes](https://github.com/ghostdogpr/caliban/releases)
- [Commits](ghostdogpr/caliban@v0.9.5...v1.1.1)

---
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 Aug 9, 2021
@dependabot dependabot bot requested a review from johanneshiry August 9, 2021 04:44
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2021

Superseded by #21.

@dependabot dependabot bot closed this Oct 11, 2021
@dependabot dependabot bot deleted the dependabot/gradle/main/com.github.ghostdogpr-caliban-tools_2.13-1.1.1 branch October 11, 2021 04:26
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