Multi-polygon Support
Added support for multi-polygons as lists of polygons. See the functions ST_CONTAINS and ST_GEOGFROMTEXT.
Sydney Region Support
Rockset is now available in the AWS Sydney region (ap-southeast-2). You can enable your org to use the new region by using the region drop-down in the console. The API endpoint for the region is documented here.
Global Quick Navigation in Console
The new global search bar in the console allows users to summon a search bar by clicking on the search icon in the top bar or pressing the keystroke cmd/ctrl-K to navigate to any console resources quickly. Furthermore, it keeps track of what resources you've recently viewed on the console so you can quickly return.
Console Default Query Timeout
Queries issued in the console will now time out after 2 minutes by default. Once a timeout occurs, you can optionally configure the timeout. This change has been made to prevent console queries from taking over the Virtual Instance CPU, which can occur with longer timeouts.
Collection Snapshots and Restore [Private Preview]
Collections snapshots and restore allow for backing up your collection data during different points in time and efficiently storing those backups in cold storage with incremental updates and limited retention. Learn more here.
Customer Managed Encryption Keys [Private Preview]
Customers can now encrypt their organization's data with their own AWS KMS key. Learn more here.
Support Timezone datatypes for Snowflake Connector
Added support for timestamp with timezone datatypes for snowflake connector - TIMESTAMP_TZ and TIMESTAMP_LTZ. See all supported data types here.
Query feature hash_scatter_columnwise
This new query feature causes hash scatter to occur in an order that has better cache locality properties. When there is a hash scatter with multiple columns and a large aggregator count, it may result in substantial speedups for the hash scatter operator.
New Lines in Query Results Modal
A '\n' was displayed when double-clicking a query results cell that contained new lines now shows up as a new line instead of displaying the character.
JSON BigInt Query Results for Async Queries
An issue was fixed for clients issuing async query results that contain BigInt types and would return zeros for part of the value.