Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.github.excitement-engineer:ktor-graphql to v2 #38

Merged

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 8, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.excitement-engineer:ktor-graphql 0.2.4 -> 2.1.0 age adoption passing confidence

Release Notes

excitement-engineer/ktor-graphql

v2.1.0

Updated dependencies:

  • Kotlin to 1.4.30
  • Ktor to 1.5.1

v2.0.3

Hosted on Maven Central

Given the upcoming shutdown of JCenter, this project is now being hosted on Maven Central

v2.0.0

Changes:

  • Removed the config DSL in favour of using the Config class.
  • Removed the context and the root value in the configuration
  • Allow for setting a custom executeRequest function. This function is the way that the context and root value should be initialised. Allow a custom execute function also fixes issue #​17 where a dataloader could not be used in conjunction with ktor-graphql.
  • Allow for rendering a custom explorer html using the optional renderExplorer field in the Config, default is now a GraphQL playground instead of GraphiQL. If you need to use GraphiQL, pass ktor.graphql.explorer.graphiQL in the renderExplorer field.
  • Update to GraphQL-Java version 14.

v1.0.0

See #​12

Breaking changes
  • Upgraded graphql-java from v9 to v13
  • Made kotlin-reflect, jackson and kotlin-stdlib implemenation dependencies
  • Default implementation of format error now includes an extension field with the classification of the exception by default. This is in line with the default toSpecification of graphql-java
  • FormatError now takes graphQLError as param instead of it being passed in scope
Changes
  • Updated graphiql to v0.17
  • Updated Ktor to 1.2.6
  • Updated kotlin to 1.3.61

Configuration

📅 Schedule: "every weekday" in timezone Europe/Oslo.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate-com.github.excitement-engineer-ktor-graphql-2.x branch from f6ccf96 to baacd55 Compare June 8, 2021 14:28
@arnabkd arnabkd merged commit ede734f into master Jun 9, 2021
@arnabkd arnabkd deleted the renovate-com.github.excitement-engineer-ktor-graphql-2.x branch June 9, 2021 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants