This page will document all the changes to TigerGraph product including New Features and Bug Fixes.
Distributed Graph support and certain other enterprise-level features are available in the Enterprise Edition only. They do not pertain to the Developer Edition.
TigerGraph 3.2.1
Changes
Increased limit for graph catalog size
Added retention for Metadata topic in Kafka
Improved error handling when retrieving patterns from server in Visual Query Builder
Fixes
Fixed an issue during upgrade related to initiating Kafka
Fixed a bug that in rare cases caused a catalog size limit issue
Fixed an issue that slowed queries that write to files in 3.2.0
Fixed a bug that in rare cases caused query compilation issues
GSQL: STRING COMPRESS data type will no longer be allowed for new data objects. However, existing objects with STRING COMPRESS data type will continue to work.
GSQL: Changes to ADD/DROP Edge Pair commands
ADD edge pair in schema change will not be allowed
Drop vertex will be disallowed if it is currently being used in edge pair.
Platform: tigergraph user id included with default installation will be allowed to be dropped
Platform: Root user will now be disallowed to do an upgrade using installer -U option
Enhancements
Database Server
Engine: License enforcement check improvements
Engine: Restpp memory footprint reduction by recycling memory periodically
GSQL: Support JSON Payload Method for Calling GSQL Built-In Dynamic Endpoints
GSQL: Support Async query execution with query status/result functionality
GSQL: Enhanced Interpreted Query support:
Support graph update for interpreted query
Support Where filter in PRINT statement for interpreted query
GSQL: Logging for /requesttoken API endpoint
GSQL: Reset function for vertex attached accumulators
GSQL: Make token expiration maximum limit configurable
Platform: Enterprise Free Package improvement to make pre-installed license work in both interactive and non-interactive modes
Platform: Allow users to set hard coded timeout for Backup jobs
Platform: Allow configurable minimum and maximum memory limits for Kafka, Kafka Connect and Kafka Stream
Platform: Software upgrades for the following packages:
etcd, Kafka plugins, Jsoncpp library
GraphStudio
Add new application server framework to offer continuous availability in GraphStudio and Admin Portal
Update APIs for the new application server
Support solution export/import without graph metadata
Integrate GraphStudio with the new application server
Increase unit test timeout
Admin Portal
Add log management for viewing, searching and downloading
Add configuration management settings
Add Restpp setting: Default query timeout
Add Nginx setting: SSL setting and whitelist IP setting
Add application server setting: Query return size
Add security management settings: LDAP, SSO
Integrate Admin Portal with the new application server
Change SSO authorization request URL
Handle SAML ACS for SSO
Disable authorization check for SSO metadata
Fixed
Database Server:
Engine: Correct HTTP response code will be returned when query times out
Engine: GPE status reporting is delayed due to backlog of large number of Kafka messages in the queue.
Engine: GPE crash in Sub-query print statement
Engine: Infinite loop in refresh index when some attributes are disabled
Engine: RESTPP memory consumption increase caused by timed out queries
Engine: Query using index will not fully utilize compute resources.
Engine: When query times out, JSON may not be well formed
Engine: Failed to post data when id is int and primary_id_as_attribute is true
Engine: Avoid converting string compress index hint in remote topology edge action
Engine: GPE not responding to SIGTERM
GSQL: Refactor memory usage in query installation to reduce the memory footprint when there is a large number of queries
GSQL: When creating the edge pairs, allow use of new vertex types that will be added from the current schema change job
Platform: Backup/Restore fails to backup GUI related data
Platform: Installer will print progress message during package install to avoid ssh timeout
TigerGraph 3.0.6
Release Date: 2020-11-11
Enhancements
Database Server
Audit Logging Enhancements
User information for all requests.
Request Status (request succeeded or failed) for all requests irrespective of access mode
Remove Hard timeout limit for Backup/Restore operations
Fixed
Database Server
Platform: Resolve the issues where Kafka start-up will hang in certain OS and shell environment.
Platform: Backup/Restore hangs if there are too many files
Platform: Backup/Restore list error when backup files on S3 are corrupted