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 Apollo GraphQL packages to v4.0.0-beta.4 - autoclosed #129

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.apollographql.apollo3 4.0.0-beta.2 -> 4.0.0-beta.4 age adoption passing confidence
com.apollographql.apollo3:apollo-testing-support 4.0.0-beta.2 -> 4.0.0-beta.4 age adoption passing confidence
com.apollographql.apollo3:apollo-mockserver 4.0.0-beta.2 -> 4.0.0-beta.4 age adoption passing confidence
com.apollographql.apollo3:apollo-normalized-cache-sqlite 4.0.0-beta.2 -> 4.0.0-beta.4 age adoption passing confidence
com.apollographql.apollo3:apollo-normalized-cache 4.0.0-beta.2 -> 4.0.0-beta.4 age adoption passing confidence
com.apollographql.apollo3:apollo-runtime 4.0.0-beta.2 -> 4.0.0-beta.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

apollographql/apollo-kotlin (com.apollographql.apollo3)

v4.0.0-beta.4

2023-12-12

✨ Initial Wasm support (#​5458)

This release adds initial support for WebAssembly by adding the wasmJs target.

Executing queries/mutations is working but this target is
experimental (Kotlin/Wasm is Alpha) and has multiple limitations:

  • No WebSockets
  • No caching
  • No support for WASI or NodeJS

🪲 Bug fix

Downloading a schema from introspection (./gradlew downloadServiceSchemaFromIntrospection) got broken in the previous
release (#​5449) and is now fixed.

👷‍ All changes

v4.0.0-beta.3

2023-12-05

Many thanks @​chris-hatton and @​sdfgsdfgd for contributing this version 💙

🧩 IDE plugin: in-memory cache support

The normalized cache viewer can now display the contents of your in-memory cache. To do so, it relies on a
debug server that you need to run in your debug builds:

val apolloClient = ApolloClient.Builder()
    .serverUrl("https://example.com/graphql")
    .build()

if (BuildConfig.DEBUG) {
  ApolloDebugServer.registerApolloClient(apolloClient)
}

You can read more about it in the "Apollo debug server" documentation page.

Experimental @catch and @semanticNonNull support

@catch makes it possible to model GraphQL errors as FieldResult Kotlin classes giving you inline access to errors:

query GetUser {
  user {
    id

### map name to FieldResult<String?> instead of stopping the parsing
    name @&#8203;catch
    avatarUrl
  }
}

@semanticNonNull is a better @nonnull. @semanticNonNull makes it possible to mark a field as null only on error. The matching Kotlin property is then generated as non-null:


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.

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


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

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

Sorry, something went wrong.

@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 98ace8b to 3b9f816 Compare December 5, 2023 20:06
@renovate renovate bot changed the title Update Apollo GraphQL packages to v4.0.0-beta.2 Update Apollo GraphQL packages to v4.0.0-beta.3 Dec 5, 2023
@renovate renovate bot changed the title Update Apollo GraphQL packages to v4.0.0-beta.3 Update Apollo GraphQL packages Dec 12, 2023
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 3b9f816 to 436e066 Compare December 12, 2023 18:49
@renovate renovate bot changed the title Update Apollo GraphQL packages Update Apollo GraphQL packages to v4.0.0-beta.4 Dec 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@renovate renovate bot force-pushed the renovate/apollo-graphql-packages branch from 436e066 to a33f55c Compare December 13, 2023 18:21
@renovate renovate bot changed the title Update Apollo GraphQL packages to v4.0.0-beta.4 Update Apollo GraphQL packages to v4.0.0-beta.4 - autoclosed Mar 3, 2024
@renovate renovate bot closed this Mar 3, 2024
@renovate renovate bot deleted the renovate/apollo-graphql-packages branch March 3, 2024 15:07
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

0 participants