Add header option to limit the size of the output response.
✅
Add built-in endpoints to REFRESH or DROP tokens
✅
Add built-in endpoint to get query ID
✅
Add built-in endpoint to abort query using queryID
✅
Replace 6 shortest path query endpoints with 2 parameterized ones
GSQL Server
✅
Add GSQL server endpoint to get the graph schema.
License Key
ℹ
Rename the System-Specific License Activation page to be Advanced License Issues
✅
Add Limited Capacity mode: If the platform reaches a graph size or memory limit established by the license key or a configuration parameter, then the system will refuse to add new data. The graph may still be queried, and data may be deleted. See the Usage Limits Controlled by License Key section in the Advanced License Issues page.
System Integration
JDBC Driver
✅
Added support for GSQL interpreted mode, Spark, and Python.
Modified Features
ℹ
GSQL: To select pattern matching support in a query, the punctuation around the version string has been dropped. The syntax is now
CREATE QUERY ... SYNTAX v2
instead of
CREATE QUERY ... SYNTAX("v2")