Skip to content

Commit 2562bd0

Browse files
authored
Release 1.0.0-alpha.7 (#232)
1 parent 451b709 commit 2562bd0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22

33
PUT_CHANGELOG_HERE
44

5+
# v1.0.0-alpha.7
6+
_2025-10-14_
7+
58
- Pagination API tweaks (#230)
69
- Configuring connection fields with `@typePolicy(connectionFields: "...")` is deprecated. Instead, apply `@connection` to the connection types.
710
- Configuring pagination arguments with `@fieldPolicy(forField: "...", paginationArgs: "...")` is deprecated. Instead, configure a `FieldKeyGenerator` on your cache.
8-
- The API of `EmbeddedFieldsProvider` has been tweaked to allow determining if fields should be embedded field by field, rather than all at once based on the type.
11+
- The API of `EmbeddedFieldsProvider` has been tweaked to be called field by field, rather than by type.
912
- `@typePolicy` and `@fieldPolicy` are now in the `cache` specification (#231)
10-
- After a deprecation cycle, they will be removed from the `kotlin_labs` specification. Here is how you should import these directives in your `extra.graphqls`:
13+
- After a deprecation period, they will be removed from the `kotlin_labs` specification. Here is how you should import these directives in your `extra.graphqls`:
1114
```graphql
1215
extend schema
1316
@link(url: "https://specs.apollo.dev/kotlin_labs/v0.5")

Writerside/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
44
<var name="product" value="Writerside" />
5-
<var name="latest_version" instance="doc" value="1.0.0-alpha.6" />
5+
<var name="latest_version" instance="doc" value="1.0.0-alpha.7" />
66
</vars>

librarian.root.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kdoc.olderVersions=
55
kdoc.artifactId=kdoc
66

77
pom.groupId=com.apollographql.cache
8-
pom.version=1.0.0-alpha.7-SNAPSHOT
8+
pom.version=1.0.0-alpha.7
99
pom.description=Apollo Kotlin Normalized Cache
1010
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-normalized-cache
1111
pom.developer=Apollo Kotlin Normalized Cache contributors

0 commit comments

Comments
 (0)