Skip to content

Commit 1d326f8

Browse files
martinbonninBoD
authored andcommitted
Replace deploy previews with the final urls (apollographql#5846)
1 parent a36dde6 commit 1d326f8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ If you're using a chained memory + SQL cache, #5840 makes sure cache writes are
1212

1313
## Apollo Compiler Plugins
1414

15-
`Plugin` is renamed to `ApolloCompilerPlugin`. There is a new `documentTransform` API as well as other fixes. More details in the [compiler plugins documentation](https://deploy-preview-5759--apollo-android-docs.netlify.app/advanced/compiler-plugins).
15+
`Plugin` is renamed to `ApolloCompilerPlugin`. There is a new `documentTransform` API as well as other fixes. More details in the [compiler plugins documentation](https://www.apollographql.com/docs/kotlin/v4/advanced/compiler-plugins).
1616

1717
## Experimental WebSockets
1818

19-
A new `.websocket` package is available that makes it easier to retry WebSockets and handle errors. More details and migration guide in the [experimental websockets documentation](https://deploy-preview-5759--apollo-android-docs.netlify.app/advanced/experimental-websockets).
19+
A new `.websocket` package is available that makes it easier to retry WebSockets and handle errors. More details and migration guide in the [experimental websockets documentation](https://www.apollographql.com/docs/kotlin/v4/advanced/experimental-websockets).
2020

2121
## ApolloIdlingResource is deprecated
2222

2323
We recommend using reactive patterns to test your UI instead. See [this article about ways to do so](https://medium.com/androiddevelopers/alternatives-to-idling-resources-in-compose-tests-8ae71f9fc473).
2424

2525
## Removed androidx.startup dependency
2626

27-
androidx.startup was introduced in beta.5 but is problematic for unit tests and other cases. beta.6 removes that dependency. More details in the [network connectivity documentation](https://deploy-preview-5759--apollo-android-docs.netlify.app/advanced/network-connectivity).
27+
androidx.startup was introduced in beta.5 but is problematic for unit tests and other cases. beta.6 removes that dependency. More details in the [network connectivity documentation](https://www.apollographql.com/docs/kotlin/v4/advanced/network-connectivity).
2828

2929
## WasmJS support for apollo-adapter
3030

@@ -43,6 +43,7 @@ Many thanks to @joreilly, @ychescale9 and @japhib for their contributions to thi
4343
* [compiler] Add DocumentTransform API (#5809)
4444
* [idling-resource] Deprecate ApolloIdlingResource (#5817, #5764)
4545
* [runtime] Share the default OkHttpBuilder (#5811)
46+
* [runtime] [BREAKING] change `isOnline` to a suspend fun
4647
* [adapters] Support Kotlin/Wasm for apollo-adapters (#5803)
4748
* [all] Bump Kotlin to 2.0.0-RC1 (#5802)
4849
* [Codegen] Add CompiledArgumentDefinition (#5797, #5837)

0 commit comments

Comments
 (0)