Update Apollo GraphQL packages to v4.0.0-beta.7
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.apollographql.apollo3 | 4.0.0-beta.6 -> 4.0.0-beta.7 |
||||
| com.apollographql.apollo3:apollo-testing-support | 4.0.0-beta.6 -> 4.0.0-beta.7 |
||||
| com.apollographql.apollo3:apollo-mockserver | 4.0.0-beta.6 -> 4.0.0-beta.7 |
||||
| com.apollographql.apollo3:apollo-normalized-cache-sqlite | 4.0.0-beta.6 -> 4.0.0-beta.7 |
||||
| com.apollographql.apollo3:apollo-normalized-cache | 4.0.0-beta.6 -> 4.0.0-beta.7 |
||||
| com.apollographql.apollo3:apollo-runtime | 4.0.0-beta.6 -> 4.0.0-beta.7 |
[!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.7
2024-06-05
K2
#β5931: This version is built with K2. You will need Kotlin 1.9+ on the JVM to build it and Kotlin 2.0 for other platforms.
ApolloCompilerPluginProvider
#β5865: ApolloCompilerPluginProvider is introduced to allow passing arguments to compiler plugins. See the compiler plugins documentation for more details.
π·β All changes
[testing] Use com.apollographql.mockserver.MockServer (#β5939)
[testing] Simplify our implementation of runTest (#β5935)
[testing] Prepare apollo-testing-support to new MockServer (#β5934)
[runtime] Remove multidex library (#β5930)
[all] Bump languageVersion/apiVersion to Kotlin 2.0 (#β5931)
[codegen] fix mapping of the builtin Float type (#β5928)
[IJ Plugin] Add inspection to warn about the presence of a GraphQL config file (#β5908)
[codegen] Add a null-check to java enum safeValueOf (#β5904)
[gradle-plugin] Remove eager configuration (#β5923)
[gradle-plugin] sort input files (#β5919)
[IJ Plugin] Suppress GraphQLDuplicateDirective for certain directives (#β5910)
[adapters] Add KtorHttpUrlAdapter (#β5915)
[IJ Plugin] Add a "new UI" compatible icon (#β5906)
[IJ Plugin] Operation and fragment definition rename (#β5912)
[IJ Plugin] Add @βlink directives to extra.graphqls during v3->v4 migration (#β5909)
[IJ Plugin] Remove GraphQL IJ plugin issue workaround (#β5907)
[cache] Pagination: use "field key" instead of "field name" (#β5898)
[IJ Plugin] Improve the presentation of GraphQL elements when navigating to them (#β5900)
[IJ Plugin] Include subfolders when contributing GraphQL config (#β5871)
[runtime] Remove existing interceptors from ApolloClient.Builder before adding new ones (#β5858)
[codegen] Add ApolloCompilerPluginProvider (#β5865)
[runtime] Clear current ApolloStore related interceptors when calling .store() on builder (#β5857)
[cache] Call through to loadRecords from the MemoryCache to the SQL one (#β5848)
[runtime] deprecate operationIdGenerator (#β5850)
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.