Skip to content

Commit d26750e

Browse files
Cherry pick 1063 (#1092)
Co-authored-by: Gem Lamont <[email protected]>
1 parent 2ea16aa commit d26750e

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Replacement syntax for deprecated and removed features are also indicated.
2020
== Neo4j 2025.01
2121

2222
=== Removed features
23-
2423
[cols="2", options="header"]
2524
|===
2625
| Feature
@@ -108,6 +107,30 @@ It now returns a list of strings representing the possible Cypher Types the give
108107
For all available Cypher types, see the section on xref::values-and-types/property-structural-constructed.adoc#types-synonyms[types and their synonyms].
109108
|===
110109

110+
[[cypher-deprecations-additions-removals-5.26]]
111+
== Neo4j 5.26
112+
113+
=== Deprecated features
114+
115+
[cols="2", options="header"]
116+
|===
117+
| Feature
118+
| Details
119+
120+
a|
121+
label:functionality[]
122+
label:deprecated[]
123+
[source, cypher, role="noheader"]
124+
----
125+
CALL db.schema.nodeTypeProperties() YIELD propertyTypes RETURN propertyTypes;
126+
CALL db.schema.relTypeProperties() YIELD propertyTypes RETURN propertyTypes;
127+
----
128+
a|
129+
The column `propertyTypes` currently returned by the procedures link:{neo4j-docs-base-uri}/operations-manual/{page-version}/procedures/#procedure_db_schema_nodetypeproperties[`db.schema.nodeTypeProperties()`] and link:{neo4j-docs-base-uri}/operations-manual/{page-version}/procedures/#procedure_db_schema_reltypeproperties[`db.schema.relTypeProperties()`] produces a list of strings representing the potential Java types for a given property.
130+
In an upcoming major release of Neo4j, this will be updated to represent the possible Cypher types for that property instead.
131+
For all available Cypher types, see the section on xref::values-and-types/property-structural-constructed.adoc#types-synonyms[types and their synonyms].
132+
|===
133+
111134

112135
[[cypher-deprecations-additions-removals-5.25]]
113136
== Neo4j 5.25

0 commit comments

Comments
 (0)