Update dependency com.apollographql.apollo3:apollo-runtime to v3.8.4 #11
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:
3.7.3
->3.8.4
Release Notes
apollographql/apollo-kotlin (com.apollographql.apollo3:apollo-runtime)
v3.8.3
2024-03-20
Version 3.8.3 is a maintenance release with two new convenience APIs and a Kotlin update. New developments happen in the 4.x versions.
Note: because Apollo Kotlin now depends on kotlin-stdlib version 1.9, you need the 1.8+ Kotlin compiler to compile your project.
ApolloClient.Builder(ApolloHttpCache)
(#5638) (#5640)buildPostBody
to write operation extensions (#5631).exception
(#5018)IOException
when callingApolloHttpCache.remove
(#5730)v3.8.2
2023-05-25
A maintenance release with bugfixes, mostly around WebSockets and subscriptions as well as a LocalTime adapter and options to work with operation manifests.
Huge THANK YOU to @baconz, @AlexHartford, @Oleur for the love they put in WebSocket contributions as well as @Jephuff for their first contribution 💙 .
👷 All changes
Service.operationManifestFormat
(#4981)watch()
(#4914)v3.8.1
2023-04-21
This patch release contains 2 bug fixes.
👷 All changes
v3.8.0
2023-03-28
This release adds two new artifacts that contain Jetpack compose extensions amongst other fixes.
💙️ External contributors
Many thanks to @slinstacart and @hbmartin for their contributions to this release!
✨ [New] Jetpack compose extension (#4802)
You can now use the
apollo-compose-support
artifact:This artifact contains the
toState()
andwatchAsState()
extensions:If you are working with paginated data, you can also add
apollo-compose-paging-support
to your dependencies:This artifact contains a helper function to create
androidx.pagin.Pager
instances (androix documentation):As always, feedback is very welcome. Let us know what you think of the feature by
either opening an issue on our GitHub repo
, joining the community
or stopping by our channel in the KotlinLang Slack(get your
invite here).
✨ [New] Gradle plugin: run codegen after gradle sync
If you import a new project or run a Gradle sync, your GraphQL models are now automatically generated so that the IDE can find the symbols and your files do not show red underlines. This takes into account Gradle up-to-date checks and it should be pretty fast. If you want to opt-out, you can do so with
generateSourcesDuringGradleSync.set(false)
:👷 All changes
v3.7.5
2023-03-14
This release contains a bunch of fixes and minor improvements.
Many thanks to @adubovkin and @ndwhelan for contributing to the project, and to all the people who sent feedback! 💜
🐛 Bug fixes
@JsName
annotation to Operation.name() (#4643)@include
or@skip
with default values (#4700)🔍 Deprecation warnings (#4610)
As we're starting to work on version 4.0 which will drop support for the "compat" codegen and a few other options dating from version 2, we've added in this release some deprecation warnings that will warn when they're used. If you haven't done already, now is a good time to migrate!
👷 Other changes
@skip
and@include
(#4645)v3.7.4
2023-01-13
This release contains a handful of bug fixes and improvements.
👷 All changes
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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.