==============================================================================
Simba Presto ODBC Data Connector Release Notes 
==============================================================================

The release notes provide details of enhancements, features, known issues, and
workflow changes in Simba Presto ODBC Connector 1.5.3.1007, as well as the
version history. 

This version of the driver supports the following data source versions and
platforms (Note: Platforms included with a distribution may vary according to
what has been licensed):

This version of the driver supports the following data source versions and 
platforms:

 * Open-source Presto Server versions 0.296 and earlier
 * Windows 11, Windows Server 2025, 2022, 2019, 2016
 * macOS 11, 12, 15 and 26
 * Debian 11, 12 or 13, RHEL 8, 9 or 10, SLES 15, Ubuntu 22.04 or 24.04
 * RHEL 8 arm   

1.5.3.1007 ===================================================================

Released 2026-02-27

Enhancements & New Features

 * [PRESO-2059] Support for latest versions of Presto Server

   The driver now supports the following implementations of Presto Server:
   - Open-source Presto Server versions 0.296 and earlier

 * [PRESO-2047][PRESO-2039] Updated third-party libraries 
  
   The connector has been updated to use the following libraries:   
   - libcurl 8.18.0 (previously 8.16.0)
   - OpenSSL 3.0.19 (previously 3.0.18)

Known Issues 
The following are known issues that you may encounter due to limitations in 
the data source, the connector, or an application. 

 * Implicit casting of CHAR(x) to larger CHAR(x) is not supported

   Beginning with version 0.152.1-t, Presto does not support implicit 
   casting of CHAR(x) data to a CHAR(x) of a larger size. As a workaround, 
   INSERT queries into columns of CHAR(x) type must contain an 
   explicit cast into a CHAR(x) type of the size reported by the Presto 
   Server.
   
 * [PRESO-681] Some year values not supported in TIME and TIMESTAMP
      
   The connector does not support year values less than -9999 or greater than 
   9999 in TIME and TIMESTAMP data types.


Workflow Changes =============================================================

The following changes may disrupt established workflows for the connector.


1.2.4 ------------------------------------------------------------------------

 * Minimum TLS Version

   Beginning with this release, the driver requires a minimum version of TLS 
   for encrypting the data store connection. By default, the driver requires 
   TLS version 1.2. This requirement may cause existing DSNs and connection 
   strings to stop working, if they are used to connect to data stores that 
   use a TLS version earlier than 1.2.

   To resolve this, in your DSN or connection string, set the Minimum TLS 
   option (the Min_TLS property) to the appropriate version of TLS for your 
   server. For more information, see the Installation and Configuration 
   Guide.


Version History ==============================================================

1.5.3.1006 -------------------------------------------------------------------

Released 2026-01-07

Enhancements & New Features

 * [PRESO-1935] Updated platform support 

   The connector now supports the following platform versions:
   - macOS 26 ARM

 * [PRESO-2019] Updated third-party libraries 
  
   The connector has been updated to use the following libraries:   
   - Expat 2.7.3 (previously 2.6.4)
   - libcurl 8.16.0 (previously 8.12.1)
   - OpenSSL 3.0.18 (previously 3.0.16)

1.4.1.1004 -------------------------------------------------------------------

Released 2025-07-16

Enhancements & New Features

 * [PRESO-1788] Updated Windows Server support

   The connector now supports Windows Server 2025. For a list of supported 
   versions, see the Installation and Configuration Guide.

*  [PRESO-1898] Updated Expat library
  
   The connector now uses the Expat version  2.7.1. Previously, the connector
   used Expat version  2.6.4.


Resolved Issues 
The following issue has been resolved in Simba Presto ODBC Connector 
1.4.1.1004.

 * [PRESO-1890] The connector now correctly returns SQL_COLUMN_LENGTH and
   SQL_COLUMN_PRECISION after interval-to-string conversion.

1.4.1.1003 -------------------------------------------------------------------

Released 2025-06-16

Enhancements & New Features

 * Updated macOS support
  
    The connector now supports macOS version 13.0. For supported versions, see
    the Installation and Configuration Guide.


1.4.1.1002 -------------------------------------------------------------------

Released 2025-05-27

Enhancements & New Features

 * Updated libcurl library
  
   The connector now uses the libcurl version 8.12.1. Previously, the 
   connector used libcurl version 8.12.0.

 * Updated Presto Server support
  
    The connector now supports the Open-source Presto Server versions  0.292
    and earlier.


Resolved Issues 
The following issue has been resolved in Simba Presto ODBC Connector 
1.4.1.1002.

 * [PRESO-1797] Post upgrade to version 1.4.0.1000, the connector reads only
   one character from strings.


1.4.1.1000 -------------------------------------------------------------------

Released 2025-04-11

Enhancements & New Features

 * Updated third-party libraries 
  
   The connector now uses the following third-party libraries:   
   - Expat 2.6.4 (previously 2.6.2)
   - libcurl 8.12.0 (previously 8.9.1)
   - OpenSSL 3.0.16 (previously 3.0.13)
   - rapidjson 20220112 (previously 1.1.0)


Resolved Issues 
The following issue has been resolved in Simba Presto ODBC Connector 
1.4.1.1000.

 * [PRESO-1730] Resolved the data truncation issue for varchar characters.


1.4.0.1000 -------------------------------------------------------------------

Released 2025-01-20

Enhancements & New Features

 * [PRESO-1660][PRESO-1411] Updated platform support 
  
   The driver now supports the following platform versions:
   - Red Hat Enterprise Linux (RHEL) 8 ARM support
   - SUSE Linux Enterprise Server (SLES) 15
   
   For a list of supported platform versions, see the Installation and 
   Configuration Guide.

 * [PRESO-1286] Updated SEN SDK

   The SEN SDK version 10.2 has been updated to version SEN 10.3.

 * [PRESO-1578] Updated TLS support

   The driver now supports a minimum TLS version of 1.3. For more details,
   see the Installation and Configuration Guide.


1.3.1.1002 -------------------------------------------------------------------

Released 2024-02-26

Enhancements & New Features

 * [PRESO-1350] Enhanced FIPS support

   You can now enable FIPS support by downloading a separate FIPS package 
   available for assistance. For more information, see the Installation and
   Configuration Guide.
 
 
1.3.1.1001 -------------------------------------------------------------------

Released 2023-11-17

Enhancements & New Features

 * Updated FIPS support

   The connector now supports the FIPS (Federal Information Processing 
   Standards) module to ensure the security, quality, and processing 
   compatibility of various services. For more information, see the 
   Installation and Configuration Guide.
 
 * Updated MIT Kerberos support
   
   The connector now uses MIT Kerberos version 4.1. Previously, the connector 
   used MIT Kerberos version 4.0.1.

 * Updated third-party libraries

   The connector now uses the following third-party libraries:
   - Libcurl 8.4.0 (previously 8.1.2)
   - OpenSSL 3.0.11 (previously 3.0.9)

==============================================================================
