[runtime] Allow buildPostBody to write operation extensions (#5631)
[runtime] compose support: Catch exceptions and expose them in .exception (#5018)
[http-cache] Ignore IOException when calling ApolloHttpCache.remove (#5730)
[all] Add deprecations on symbols that are getting removed in v4 (#5746)
Version 4.0.0-beta.5
2024-03-12
Main changes:
Apollo compiler plugins: The GraphQL compiler now has APIs that you can use to customize the generated code. This can be used for changing visibility of some symbols, renaming them or more generally customizing the output for any advanced use cases. Moving forward, Apollo compiler plugins are the preferred way to customize operation IDs as well as package names and both PackageNameGenerator and OperationOutputGenerator are deprecated. See the documentation page about Apollo compiler plugins for more details.
Reduced lock contention in apollo-normalized-cache-incubating: the incubating normalized cache now uses lock-free memory structures inspired by guava and MobileNativeFoundation/Store. We have seen improvements by up to 20% in some scenarios. Please share your numbers if you notice any positive (or negative) change.
Nullability directives: The version of the supported nullability directives was bumped from 0.1 to 0.3 (See apollographql/specs#42 and apollographql/specs#48). If you are using @semanticNonNull or @catch you should bump your @link directives to use 0.3. See the nullability documentation page for more details.
New snapshot repository for the IntelliJ/Android Studio plugin: The repository to use for the weekly snapshots has changed. You can now use https://go.apollo.dev/ij-plugin-snapshots to get the latest weekly snapshots. (#5600)
Multi-version KDoc: The published KDoc now includes both v3 and v4 versions.
[runtime] Allow buildPostBody to write operation extensions (#5631)
[runtime] compose support: Catch exceptions and expose them in .exception (#5018)
[http-cache] Ignore IOException when calling ApolloHttpCache.remove (#5730)
[all] Add deprecations on symbols that are getting removed in v4 (#5746)
Version 4.0.0-beta.5
2024-03-12
Main changes:
Apollo compiler plugins: The GraphQL compiler now has APIs that you can use to customize the generated code. This can be used for changing visibility of some symbols, renaming them or more generally customizing the output for any advanced use cases. Moving forward, Apollo compiler plugins are the preferred way to customize operation IDs as well as package names and both PackageNameGenerator and OperationOutputGenerator are deprecated. See the documentation page about Apollo compiler plugins for more details.
Reduced lock contention in apollo-normalized-cache-incubating: the incubating normalized cache now uses lock-free memory structures inspired by guava and MobileNativeFoundation/Store. We have seen improvements by up to 20% in some scenarios. Please share your numbers if you notice any positive (or negative) change.
Nullability directives: The version of the supported nullability directives was bumped from 0.1 to 0.3 (See apollographql/specs#42 and apollographql/specs#48). If you are using @semanticNonNull or @catch you should bump your @link directives to use 0.3. See the nullability documentation page for more details.
New snapshot repository for the IntelliJ/Android Studio plugin: The repository to use for the weekly snapshots has changed. You can now use https://go.apollo.dev/ij-plugin-snapshots to get the latest weekly snapshots. (#5600)
Multi-version KDoc: The published KDoc now includes both v3 and v4 versions.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps
apolloVersion
from 3.8.2 to 3.8.3. Updatescom.apollographql.apollo3:apollo-gradle-plugin
from 3.8.2 to 3.8.3Release notes
Sourced from com.apollographql.apollo3:apollo-gradle-plugin's releases.
Changelog
Sourced from com.apollographql.apollo3:apollo-gradle-plugin's changelog.
... (truncated)
Commits
12d1f50
release 3.8.399039c4
Add deprecations on symbols that are getting removed in v4 (#5746)9121f3b
docs: Correct file name discrepancies in tutorial documentation (#5740)17dc887
Ignore IOException when calling ApolloHttpCache.remove (#5730)f9e439f
Added an implementation of a missing NSURLSessionWebSocketDelegateProtocol me...9e0d218
Update plugin-configuration.mdx (#5673)efacddd
[3.x] Publish apollo-kdoc in 3.x too (#5652)3d5f252
docs: fix command typo in 02-add-the-graphql-schema.mdx (#5654)c5d0558
Disable pushing the KDoc (#5645)3acfc47
Add ApolloClient.Builder(ApolloHttpCache) (#5638) (#5640)Updates
com.apollographql.apollo3:apollo-runtime
from 3.8.2 to 3.8.3Release notes
Sourced from com.apollographql.apollo3:apollo-runtime's releases.
Changelog
Sourced from com.apollographql.apollo3:apollo-runtime's changelog.
... (truncated)
Commits
12d1f50
release 3.8.399039c4
Add deprecations on symbols that are getting removed in v4 (#5746)9121f3b
docs: Correct file name discrepancies in tutorial documentation (#5740)17dc887
Ignore IOException when calling ApolloHttpCache.remove (#5730)f9e439f
Added an implementation of a missing NSURLSessionWebSocketDelegateProtocol me...9e0d218
Update plugin-configuration.mdx (#5673)efacddd
[3.x] Publish apollo-kdoc in 3.x too (#5652)3d5f252
docs: fix command typo in 02-add-the-graphql-schema.mdx (#5654)c5d0558
Disable pushing the KDoc (#5645)3acfc47
Add ApolloClient.Builder(ApolloHttpCache) (#5638) (#5640)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show