Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Next version (unreleased)
# Version 0.1.2

* Add graphql-ws support by @martinbonnin in https://github.com/apollographql/apollo-kotlin-execution/pull/60
* Fix SPDX license name by @martinbonnin in https://github.com/apollographql/apollo-kotlin-execution/pull/64
* Update dependencies by @martinbonnin in https://github.com/apollographql/apollo-kotlin-execution/pull/67
* Add KDoc for `@GraphQLDefault` by @martinbonnin in https://github.com/apollographql/apollo-kotlin-execution/pull/68
* Switch to gratatouille by @martinbonnin in https://github.com/apollographql/apollo-kotlin-execution/pull/69

# Version 0.1.1

* Add `Ftv1Instrumentation` and `ApolloReportingInstrumentation` for respectively federated and monograph operation and fields insights.
* Publish to GCS
Expand Down
2 changes: 1 addition & 1 deletion Writerside/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="product" value="Writerside" />
<var name="latest_version" instance="doc" value="0.1.1" type="string" />
<var name="latest_version" instance="doc" value="0.1.2" type="string" />
</vars>
2 changes: 1 addition & 1 deletion librarian.root.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ java.compatibility=17
kotlin.compatibility=2.1.0

pom.groupId=com.apollographql.execution
pom.version=0.1.2-SNAPSHOT
pom.version=0.1.3-SNAPSHOT
pom.description=GraphQL execution algorithms
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-execution
pom.developer=Apollo Kotlin Execution contributors
Expand Down
Loading