Compatibility among TigerGraph 3 versions
This page lists the discontinued features or other incompatible changes from one TigerGraph 3.x version to another TigerGraph 3.x version.
The list does not include bug fixes where a feature was not working correctly before and now is working according to the specification. Those issues are listed on the Release Notes page. |
TigerGraph 3.6 Compatibility Changes
Version | Description | Recommendation |
---|---|---|
3.6.3 |
A vertex having an empty string as its primary id is considered bad data and will not be loaded. |
Check input files and loading jobs to insure you are not attempting to load vertices with no ID. |
3.6 |
A single |
Rewrite query, possibly using multiple `POST-ACCUM`s |
3.6 |
|
Use |
3.6 |
Deploying TigerGraph in Kubernetes now requires more service account permissions than previous versions. |
See Prerequisites section in Quickstart with GKE, Quickstart with AKS, and Quickstart with EKS. |
TigerGraph 3.4 Compatibility Changes
Version | Description of Change | Recommendation |
---|---|---|
3.4 |
The built-in role |
To emulate the old |
3.4 |
The built-in role |
To emulate the old |
TigerGraph 3.2 Compatibility Changes
Version | Description of Change | Recommendation |
---|---|---|
3.2 |
Subqueries: A distributed mode main query cannot call a distributed mode subquery. |
Refactor such queries. |
3.2 |
Log files: Default logging level for GSQL logs has changed from |
Set the logging level to GSQL to |
TigerGraph 3.1 Compatibility Changes
Version | Description of Change | Recommendation |
---|---|---|
3.1.1 |
Loading (parentheses no longer used) |
Update loading jobs which use |
3.1.1 |
REST endpoint renamed from |
Inform admin users |
3.1 |
|
Use |
3.1 |
GSQL: A schema change can no longer drop a vertex type if it is used in an edge type. |
Consider whether you intend to also remove the vertex type from any edges. |