| |
| Date | Version | Source | Category | Type | Description |
| 2026-05-27 | 26.0.9643 | General | Connection | Removed | - Removed the deprecated ReplaceInvalidTypesWithNull connection property. Use the ReplaceInvalidValuesWithNull property instead.
|
| 2026-05-22 | 26.0.9638 | Python | | Removed | - Remove support for Intel x64 architecture on macOS
|
| 2026-05-08 | 26.0.9624 | Salesforce Data 360 | Connection | Changed | - Changed the default option for the AuthScheme connection property to OAuthPKCE.
|
| 2026-05-07 | 26.0.9623 | General | Data Model | Added | - Added the ColumnCapabilities column to the sys_tablecolumns system table. This column is a bit mask denoting the column's write capabilities.
|
| 2026-05-07 | 26.0.9623 | Python | | Changed | - Updated embedded JRE to jre-17.0.19+10 (Linux x64 / MacOs x64).
|
| 2026-05-06 | 26.0.9622 | Salesforce Data 360 | Query Exec | Added | - Added IN and NOT IN server-side support for date/timestamp columns.
|
| 2026-04-15 | 26.0.9601 | General | Query Exec | Changed | - String comparisons using GREATER, LESS, and CONTAINS operators are now case-insensitive by default.
|
| 2026-04-01 | 26.0.9587 | Salesforce Data 360 | Compatibility | Changed | - SalesforceDataCloud has been renamed to SalesforceData360.
|
| 2026-01-13 | 25.0.9509 | General | | Added | - Added support for the REGEXP_REPLACE() string function.
|
| 2025-12-21 | 25.0.9486 | Python | | Added | - Added support for custom loggers in Python connectors on Linux and macOS.
|
| 2025-12-05 | 25.0.9470 | General | | Added | - Added support for the INSERT INTO SELECT statement, with driver-side execution for providers that do not support the operation natively.
|
| 2025-10-30 | 25.0.9434 | Python | | Changed | - Updated embedded JRE to jre-17.0.17+10 (Linux x64 / MacOs x64).
|
| 2025-10-06 | 25.0.9410 | General | | Added | - Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
|
| 2025-09-12 | 25.0.9386 | General | | Added | - Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
|
| 2025-09-11 | 25.0.9385 | Salesforce Data 360 | | Added | - Introduced the QueryTimeout connection property, which specifies how long the driver waits for the server-side query to complete before timing out.
|
| 2025-09-11 | 25.0.9385 | Salesforce Data 360 | | Changed | - The driver uses the latest Salesforce Data 360 query endpoint.
- The service automatically determines the optimal pagesize. As a result, the default pagesize property is set to -1, which means the driver accepts the pagesize determined by the service. If you specify a particular pagesize, the driver complies with your setting. However, it's important to note that Salesforce can still return fewer rows than you requested.
|
| 2025-09-10 | 25.0.9384 | General | | Changed | - All columns in statically defined Views are now reported as read-only.
|
| 2025-09-03 | 25.0.9377 | General | | Changed | - Corrected the behavior when IN criteria with NULL values are used in the projection part. It now returns NULL instead of 0. For example, "NULL IN (1,2)" returns "NULL".
|
| 2025-09-01 | 25.0.9375 | General | | Added | - Added support for using the CAST function with infinity values. This function can cast "inf" and "-inf" to DOUBLE, FLOAT, or REAL.
|
| 2025-08-21 | 25.0.9364 | General | | Changed | - Report behavior change:
- Fixed inconsistent string value comparisons in non-table queries.
- For example, "SELECT 'A' = 'a'" previously returned false, but it now returns true.
|
| 2025-08-15 | 25.0.9358 | Salesforce Data 360 | | Added | - Added the Scope connection property.
|
| 2025-08-13 | 25.0.9356 | General | | Changed | - Changed the maximum number of pages held in memory from 15 to 5 for the page providers to decrease heap usage.
|
| 2025-07-21 | 25.0.9333 | Salesforce Data 360 | | Added | - Added a new error message for Update and Upsert operations:
- The error is triggered when using an Ingest Data Stream with 'UPSERT' as the RefreshMode, which can overwrite existing data with NULL if not specified in the statement. To bypass this error, set the Overwrite column to true.
|
| 2025-07-07 | 25.0.9319 | Python | | Removed | - Removed the 32-bit version of Windows Python.
|
| 2025-07-02 | 25.0.9314 | Python | | Removed | - Removed support for Python 3.9.
|
| 2025-06-25 | 25.0.9307 | General | | Removed | - Removed the "ADLS Gen 1" value from the ConnectionType property.
|
| 2025-06-25 | 25.0.9307 | Python | | Added | - Added support for Python 3.13 in Windows, Linux, and Mac editions.
|
| 2025-06-25 | 25.0.9307 | Python | | Removed | - Removed support for Python 3.8 as it is no longer supported.
|
| 2025-06-20 | 25.0.9302 | General | | Added | - Created the following functions:
- TEXT_ENCODE: encodes a string into a different charset (UTF8 → UTF7 and returns a binary array as the result).
- TEXT_DECODE: takes a binary array and decodes it back into a string when provided the charset.
- BASE64_ENCODE: takes a binary array and encodes it as a base64 string (varchar).
- BASE64_DECODE: takes a base 64-encoded string and decodes it into a binary array.
|
| 2025-06-18 | 25.0.9300 | General | | Changed | - The internal code for exception handling has been refactored. Exception messages returned during certain error conditions may now have different wording or formatting.
|
| 2025-05-27 | 25.0.9278 | General | | Removed | - Removed the "Proprietary" enum option from ProxyAuthscheme.
|
| 2025-05-12 | 25.0.9263 | Python | | Changed | - Updated embedded JRE to jre-17.0.15+6 (Linux x64 / MacOS x64) and jre-17.0.15+6 (MacOS aarch64).
|
| 2025-02-15 | 24.0.9177 | General | | Added | - Added support for converting unsigned integer types to the nearest signed data type that has enough precision to hold the unsigned value.This is done for JDBC only because it does not have support for unsigned data types.
|
| 2024-11-27 | 24.0.9097 | General | | Added | - Added ThreadId to LogModule output. Logfile lines now include the Thread ID associated with the action being performed.
|