Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.1.1
->4.2.0
4.0.0-alpha.3
->4.0.0-beta.2
4.0.0-alpha.3
->4.0.0-beta.2
4.0.0-alpha.3
->4.0.0-beta.2
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
apollographql/federation-jvm (com.apollographql.federation:federation-graphql-java-support)
v4.2.0
Minor Changes
Subscription HTTP callback support for spring-graphql (#354) @dariuszkuc
GraphQL subscriptions enable clients to receive continual, real-time updates whenever new data becomes available. Unlike queries and mutations, subscriptions are long-lasting. This means a client can receive multiple updates from a single subscription.
Spring GraphQL provides out of box support for GraphQL subscriptions over WebSockets using graphql-transport-ws protocol.
This release adds new
federation-spring-subscription-callback
module that provides support for subscriptions using Apollo HTTP callback protocol.See
federation-spring-subscription-callback
README for usage detailsapollographql/apollo-kotlin (com.apollographql.apollo3:apollo-gradle-plugin)
v4.0.0-beta.2
2023-10-23
We're continuing to progress towards the stable release of Apollo Kotlin v4 with this 2nd beta, which contains a few bug
fixes and a new normalized cache viewer in the IDE plugin.
This is a great time to try out the new version and report any issues you might find!
🧩 IDE plugin: normalized cache viewer
The IDE plugin now has a graphical tool to inspect a normalized cache database. It lets you browse the records and see
their contents.
This is useful to debug cache issues, or to understand how the normalized cache works.
The tool is available from
View
|Tool Windows
|Apollo Normalized Cache
.More information about the plugin can be
found here.
👷 All changes
v4.0.0-beta.1
2023-10-02
The first beta of the next major version of Apollo Kotlin is here!
While there still may be a few API changes before the stable release, we are getting close and this is a great time to try out the new version and report any issues you might find!
💙️ External contributors
Many thanks to @baconz and @hbmartin for their awesome contributions to this release!
❗️ Schema Nullability Extensions (#5191)
The GraphQL community is working hard at making it easier to work with nullability in GraphQL.
In Apollo Kotlin, it is now possible to change the nullability of fields and list elements at the schema level using schema extensions. This is useful if you believe the schema made a field nullable for error reasons only and you don't want to handle those errors. In these cases, the whole query will return as an error.
Given the following SDL:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.