Aerospike Connect for Presto - Trino version 1.1.0 was released on July 1, 2021.
-
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), ensure that you are using a compatible version of the the Presto connector. Refer to the Prerequisites.
New Features
- [CONNECTOR-146] - Enable sending boolean type for a boolean bin.
- [CONNECTOR-206] - Add a retry mechanism on retriable errors.
- 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.