Skip to content

Aerospike Connect for Trino release notes

Connect for Trino 4.7.0

March 30, 2025  |  Download

  • Supported for 15 months from the release date.

New Features

  • Support Trino 474.
  • Upgraded Aerospike Java client to 9.0.5.
  • Updated dependencies and set version to 4.7.0.
  • Add support for remote names mapping. [CONNECTOR-1197]

Connect for Trino 4.6.0

October 09, 2024  |  Download

  • Supported for 15 months from the release date.

New Features

  • Support Trino 455.
  • Introduce domain-compaction-threshold configuration property. [CONNECTOR-1104]

Security

  • Fix Uncontrolled Resource Consumption (‘Resource Exhaustion’). [CONNECTOR-924] [CONNECTOR-952]
  • Fix Denial of Service (DoS). [CONNECTOR-925]
  • Fix Out-of-bounds Read. [CONNECTOR-1090]

Connect for Trino 4.5.0

January 23, 2024  |  Download

  • Supported for 15 months from the release date.

New Features

  • Support Trino 435. [CONNECTOR-905]
  • Upgrade Aerospike client to 7.2.1. [CONNECTOR-906]
  • Upgrade netty version to 4.1.104.Final. [CONNECTOR-907]

Connect for Trino 4.4.1

August 31, 2023  |  Download

  • Supported for 15 months from the release date.
  • If you use Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

Bug Fixes

  • Spark, Trino, Aerospike SQL: Upgrade to aerospike-java-client version 7.1.0 (addresses CVE-2023-36480). [CONNECTOR-789]

Known Issues

  • Trino server versions up to Trino 406 return incorrect results for some queries. See the Trino issue for a detailed discussion.

Connect for Trino 4.4.0

July 13, 2023  |  Download

  • Trino 4.4.0 - Supported until Nov 12, 2024.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Support Trino version 418. [CONNECTOR-712]
  • Upgrade Aerospike client version to 6.1.11. [CONNECTOR-713]
  • Upgrade netty to 4.1.94.Final. [CONNECTOR-714]

Bug Fixes

  • Not able to retrieve __key value when only projected column is __key. [CONNECTOR-706]
  • Queries like select * from __key where __key = 1 or __key = 2 do not work. [CONNECTOR-711]
  • Broken link to Trino CLI client. [CONNECTOR-556]

Known Issues

  • Trino server versions up to version 406, return incorrect results for some queries. Refer to the Trino issue for a detailed discussion.

Connect for Trino 4.3.0

March 01, 2023  |  Download

  • Trino 4.3.0 - Supported until May 31, 2024.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Pushdown column projections in Trino connector (requires at least Trino 391). [CONNECTOR-592]

Bug Fixes

  • Predicates on Primary Key(PK) with varchar data type return no rows. [CONNECTOR-586]
  • Fix Dockerfile in Trino connector branches. [CONNECTOR-613]
  • “Multiple entries with same key” error on Trino query. [CONNECTOR-617]

Known Issues

  • Trino server versions up to version 406, return incorrect results for some queries. Refer to the Trino issue for a detailed discussion.

Connect for Trino 4.2.2

February 22, 2023  |  Download

  • Trino 4.2.2 - Supported until May 21, 2024.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Pushdown column projections in Trino connector (requires at least Trino 391). [CONNECTOR-592]

Bug Fixes

  • Predicates on Primary Key(PK) with varchar data type return no rows. [CONNECTOR-586]
  • Fix Dockerfile in Trino connector branches. [CONNECTOR-613]
  • “Multiple entries with same key” error on Trino query. [CONNECTOR-617]

Connect for Trino 4.2.1

October 21, 2022  |  Download

  • Trino 4.2.1 - Supported until January 21, 2024.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

Bug Fixes

  • Connector hangs after parallel queries aborted. [CONNECTOR-454]
  • Empty secondary index table when using capital letters in identifiers. [CONNECTOR-464]

Connect for Trino 4.2.0

October 04, 2022  |  Download

  • Trino 4.2.0 - Supported until January 04, 2024.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Implement connector shutdown hook. [CONNECTOR-448]
  • Add removal listener to Java client pool. [CONNECTOR-449]
  • Upgrade Aerospike Java client to 6.1.2. [CONNECTOR-450]

Improvements

  • Expose essential Java client configuration properties. [CONNECTOR-447]

Connect for Trino 4.1.0

September 11, 2022  |  Download

  • Trino 4.1.0 - Supported until December 11, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Expose the aerospike.policy.socketTimeout configuration property.
  • Expose the aerospike.event-group-size configuration property.

Bug Fixes

  • Fix secondary index names collision.

Connect for Trino 4.0.0

August 22, 2022  |  Download

  • Trino 4.0.0 - Supported until November 22, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Support batch writes. [CONNECTOR-381]
  • Support secondary index cardinality. [CONNECTOR-403]
  • Upgrade Aerospike Java client to 6.1.0.

Bug Fixes

  • Filter supported secondary index types.

Connect for Trino 3.2.1

May 26, 2022  |  Download

  • Trino 3.2.1 - Supported until August 26th, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Upgrade Trino to 382.

Bug Fixes

  • Add netty-handler runtime dependency. [CONNECTOR-361]

Connect for Trino 3.2.0

April 25, 2022  |  Download

  • Trino 3.2.0 - Supported until July 25th, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Support Aerospike secondary indexes. This feature requires server version 6.0+. [CONNECTOR-144]
  • Upgrade Trino to 378.
  • Upgrade Aerospike Java client to 6.0.0.
  • Upgrade dependencies.

Connect for Trino 3.1.0

March 03, 2022  |  Download

  • Trino 3.1.0 - Supported until June 3rd, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Rename audit log event listener to resolve conflict with Starburst. [CONNECTOR-333]
  • Upgrade Trino to 372.
  • Upgrade dependencies.

Connect for Trino 3.0.0

February 15, 2022  |  Download

  • Trino 3.0.0 - Supported until May 15th, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Upgrade Trino to 370.
  • Upgrade dependencies.

Bug Fixes

  • Fix deprecation warnings.

Connect for Trino 2.0.0

February 04, 2022  |  Download

  • Trino 2.0.0 - Supported until May 4th, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Allow and ignore empty string values in configuration file.
  • Update modernizer exclusion patterns.
  • Add cause to TrinoException in AerospikeTLSPolicyBuilder.
  • Upgrade Trino to 369.
  • Upgrade dependencies.

Bug Fixes

  • Fix Modernizer warning.

Connect for Trino 1.9.1

May 26, 2022  |  Download

  • Trino 1.9.1 - Supported until August 26th, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

Bug Fixes

  • Add netty-handler runtime dependency. [CONNECTOR-361]

Connect for Trino 1.9.0

April 25, 2022  |  Download

  • Trino 1.9.0 - Supported until July 25th, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Support Aerospike secondary indexes. This feature requires server version 6.0+. [CONNECTOR-144]
  • Upgrade Aerospike Java client to 6.0.0.
  • Upgrade dependencies.

Connect for Trino 1.8.0

March 03, 2022  |  Download

  • Trino 1.8.0 - Supported until June 3rd, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Rename audit log event listener to resolve conflict with Starburst. [CONNECTOR-333]

Connect for Trino 1.7.0

February 04, 2022  |  Download

  • Trino 1.7.0 - Supported until May 4th, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Allow and ignore empty string values in configuration file.
  • Update modernizer exclusion patterns.
  • Add cause to TrinoException in AerospikeTLSPolicyBuilder.
  • Upgrade Trino to 368.
  • Upgrade dependencies.

Bug Fixes

  • Fix Modernizer warning.

Connect for Trino 1.6.0

December 22, 2021  |  Download

  • Trino 1.6.0 - Supported until March 22th, 2023.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Utilize the Netty native transports for the Aerospike Java client.
  • Upgrade Aerospike Java client to 5.1.11.
  • Upgrade Trino to 366.

Connect for Trino 1.5.0

October 24, 2021  |  Download

  • Trino 1.5.0 - Supported until January 24th, 2023.
  • A bug affecting this version of the Trino Connector has been identified, we strongly recommend that you upgrade to Aerospike Connect for Trino 1.6.0 at the earliest opportunity.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Add Audit Trail capability. [CONNECTOR-299]
  • Add record’s digest as a column. [CONNECTOR-300]
  • Upgrade Aerospike Java client to 5.1.8.
  • Upgrade Trino to 363.

Bug Fixes

  • Fix Filter Expressions for primary keys.

Connect for Trino 1.4.1

September 20, 2021  |  Download

  • Trino 1.4.1 - Supported until December 20th, 2022.
  • A bug affecting this version of the Trino Connector has been identified, we strongly recommend that you upgrade to Aerospike Connect for Trino 1.6.0 at the earliest opportunity.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

Bug Fixes

  • Support case insensitive namespaces.

Connect for Trino 1.4.0

September 17, 2021  |  Download

  • Trino 1.4.0 - Supported until December 17th, 2022.
  • A bug affecting this version of the Trino Connector has been identified, we strongly recommend that you upgrade to Aerospike Connect for Trino 1.6.0 at the earliest opportunity.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Support case insensitive identifiers. [CONNECTOR-288]
  • Upgrade Trino to 361.

Improvements

  • Document the PKI authentication mode.

Bug Fixes

  • Use the next event loop on scans.
  • Fix the primary key column type inference.

Connect for Trino 1.3.0

August 21, 2021  |  Download

  • Trino 1.3.0 - Supported until November 21th, 2022.
  • A bug affecting this version of the Trino Connector has been identified, we strongly recommend that you upgrade to Aerospike Connect for Trino 1.6.0 at the earliest opportunity.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Upgrade Trino to 360.

Connect for Trino 1.2.0

August 15, 2021  |  Download

  • Trino 1.2.0 - Supported until November 15th, 2022.
  • A bug affecting this version of the Trino Connector has been identified, we strongly recommend that you upgrade to Aerospike Connect for Trino 1.6.0 at the earliest opportunity.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Upgrade Trino to 358
  • Upgrade Aerospike Java client to 5.1.7
  • Upgrade Netty to 4.1.66.Final

Connect for Trino 1.1.0

July 01, 2021  |  Download

  • Trino 1.1.0 - Supported until October 1st, 2022.
  • A bug affecting this version of the Trino Connector has been identified, we strongly recommend that you upgrade to Aerospike Connect for Trino 1.6.0 at the earliest opportunity.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

New Features

  • Enable sending boolean type for a boolean bin. [CONNECTOR-146]
  • Add a retry mechanism on retriable errors. [CONNECTOR-206]
  • Upgrade Trino to 357.
  • Upgrade Aerospike Java client to 5.1.3.

Improvements

  • Dockerize the connector.
  • Document retry configuration properties.
  • Improve documentation.

Bug Fixes

  • Resolve the obsolete Marker in the new Trino version.
  • Fix the get by primary key functionality.
  • Throw TrinoException on an Aerospike asynchronous command failure.

Connect for Trino 1.0.0

February 17, 2021  |  Download

  • Trino 1.0.0 - Supported until May 17th, 2022.
  • Aerospike Connect for Presto - Trino (formerly known as Aerospike Connect for Presto - PrestoSQL).
  • Initial General Availability release for Aerospike Database Enterprise Edition version 4.9 and above.
  • A bug affecting this version of the Trino Connector has been identified, we strongly recommend that you upgrade to Aerospike Connect for Trino 1.6.0 at the earliest opportunity.
  • If you are using Trino (formerly known as PrestoSQL), verify that you are using a compatible version of the Presto connector.

Connect for PrestoSQL 1.0.0

January 14, 2021  |  Download

  • PrestoSQL 1.0.0 - Supported until May 14th, 2022.
  • Initial General Availability release for Aerospike Database Enterprise Edition version 4.9 and above.
  • A bug affecting this version of the Presto - Trino Connector has been identified, we strongly recommend that you upgrade to Aerospike Connect for Trino 1.6.0 at the earliest opportunity.
Feedback

Was this page helpful?

What type of feedback are you giving?

What would you like us to know?

+Capture screenshot

Can we reach out to you?