Skip to content

Commit d8f5c7d

Browse files
Apply suggestions from code review
Co-authored-by: Richard Sill <[email protected]>
1 parent 58b960a commit d8f5c7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/ROOT/pages/migration/index.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ The minimum Neo4j version required to run the Neo4j GraphQL Library is now 5.0.0
3131

3232
=== Removed Non-CDC subscriptions
3333

34-
Support for subscription engines other than `Neo4jGraphQLSubscriptionsCDCEngine` has been dropped. This means subscriptions only work on databases with Change-Data-Capture enabled. The following previously supported engines are no longer supported:
34+
Support for subscription engines other than `Neo4jGraphQLSubscriptionsCDCEngine` has been dropped.
35+
This means subscriptions only work on databases with Change Data Capture (CDC) enabled. The following engines are no longer supported:
3536

3637
* Neo4jGraphQLSubscriptionsDefaultEngine
3738
* link:https://www.npmjs.com/package/@neo4j/graphql-amqp-subscriptions-engine[Neo4jGraphQLAMQPSubscriptionsEngine]
@@ -51,7 +52,7 @@ new Neo4jGraphQL({
5152
});
5253
----
5354

54-
This means the default subscriptions now require CDC enabled in your database
55+
This means the default subscriptions now require CDC enabled in your database.
5556

5657
==== Removed relationship subscriptions
5758

0 commit comments

Comments
 (0)