| |
| 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-26 | 26.0.9642 | Vault CRM | Connection | Added | - Added the CredentialFileContext connection property, which specifies where the session Id is cached so that it can be reused across connections, reducing unnecessary authentication calls.
|
| 2026-05-15 | 26.0.9631 | Vault CRM | Query Exec | Changed | - List operations for the Documents, DocumentVersions, Binders, and BinderVersions tables now use the VQL endpoint. As a result, fields that are not queryable in VQL might appear as null in results.
|
| 2026-05-14 | 26.0.9630 | Vault CRM | Data Model | Changed | - Renamed workflow-related tables to use Instances instead of Objects because they represent runtime instance-level data:
- WorkflowObjects to WorkflowInstances
- WorkflowItemObjects to WorkflowItemInstances
- WorkflowTaskObjects to WorkflowTaskInstances
- WorkflowTaskItemObjects to WorkflowTaskItemInstances
|
| 2026-05-14 | 26.0.9630 | Vault CRM | Data Model | Removed | - Removed the deprecated ObjectWorkflows and ObjectWorkflowTasks tables, which have been replaced by the GetObjectWorkflows stored procedure.
|
| 2026-05-12 | 26.0.9628 | Vault CRM | Query Exec | Added | - Bulk DELETE operations now support filtering by ExternalId. Previously, bulk DELETE was limited to filtering by the primary key column only.
|
| 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-05 | 26.0.9621 | Vault CRM | Data Model | Removed | - Removed the UpdateDocument stored procedure since UPDATE can be performed via the Documents table.
|
| 2026-04-28 | 26.0.9614 | ADO.NET | Connection | Added | - Added the following functions to the driver class. If you pass these functions an exception with no error records, an InvalidArgumentException is thrown.
- containsErrorSource: Returns true if the exception contains an error record for the provided source name, or false otherwise.
- getErrorCodeFromSource: Returns the numeric error code from the error record with the given source, or -1 if there is no error record from that source.
- containsErrorCode: Returns true if the exception contains an error record with the provided error code, or false otherwise.
- findErrorProperty: Returns the value of the property with the given name, or null if no property with that name is defined.
- formatErrorRecords: Returns a string containing all the exception's error records, including messages, codes, properties, and error locations.
|
| 2026-04-16 | 26.0.9602 | Vault CRM | Connection | Removed | - Removed the PageSize connection property.
|
| 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-09 | 26.0.9595 | Vault CRM | Connection | Changed | - Updated the APIVersion connection property's default value to 25.2.
|
| 2026-04-08 | 26.0.9594 | Vault CRM | Security | Changed | - TLS 1.3 is now supported by default for HTTP connections.
|
| 2026-04-01 | 26.0.9587 | ADO.NET | | Added | - Added support for EFCore 10.
|
| 2026-02-17 | 25.0.9544 | Vault CRM | | Added | - Added the GetDirectDataFiles and DownloadDirectDataFilePart stored procedures. These procedures retrieve a list of Direct Data files available for download, and download them, respectively.
|
| 2026-02-10 | 25.0.9537 | Vault CRM | | Added | - Added the GetDeletedAttachments and GetDocumentText stored procedures.
|
| 2026-01-13 | 25.0.9509 | General | | Added | - Added support for the REGEXP_REPLACE() string function.
|
| 2026-01-13 | 25.0.9509 | Vault CRM | | Added | - Exposed a new table, BinderVersions.
|
| 2026-01-09 | 25.0.9505 | Vault CRM | | Added | - Added support for the UPDATE operation to the Lifecycles table.
- Added support for the DELETE operation to the Documents table.
- Added support for the UPDATE and DELETE operations to the DocumentVersions table.
- Added support for the UPDATE and DELETE operations to the Binders table.
- Added the DocumentWorkflow view.
- Added the GetDocumentRenditions, GetDocumentRenditionTypes, AddDocumentRendition, ReplaceDocumentRendition, DownloadDocumentRendition, GetDocumentWorkflowDetails, InitiateDocumentWorkflow, GetObjectWorkflowActions, GetObjectWorkflowActionDetails, InitiateObjectWorkflowAction, GetObjectWorkflowTasks, GetObjectWorkflowTaskActions, GetObjectWorkflowTaskActionDetails, InitiateObjectWorkflowTaskAction, CreateBinder, AddDocumentToBinder, and RemoveDocumentToBinder stored procedures.
|
| 2025-12-16 | 25.0.9481 | Vault CRM | | Added | - Added the GetObjectWorkflows stored procedure.
|
| 2025-12-16 | 25.0.9481 | Vault CRM | | Deprecated | - The ObjectWorkflows view is now deprecated.
|
| 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-11-28 | 25.0.9463 | Vault CRM | | Added | - Added a new table, BinderNodes.
|
| 2025-11-25 | 25.0.9460 | Vault CRM | | Deprecated | - The PageSize connection property is now deprecated.
|
| 2025-11-17 | 25.0.9452 | Vault CRM | | Added | - Added the PingFederateClient auth scheme option to the AuthScheme connection property.
- Added the PingFederateServerURL connection property. This property specifies the base URL for the PingFederate server you want to connect to.
- Added the OpenIDConnectProfileID connection property. This property specifies the ID of your OAuth 2.0 / Open ID Connect profile.
|
| 2025-11-03 | 25.0.9438 | Vault CRM | | Added | - Added 2 new views: Objects and ObjectsFields.
|
| 2025-10-31 | 25.0.9435 | Vault CRM | | Added | - Added a new connection property, IncludeConfigurationComponents (default is false). This property determines whether the driver pushes each component as a view.
|
| 2025-10-28 | 25.0.9432 | Vault CRM | | Deprecated | - Deprecated the UpdateDocument stored procedure.
|
| 2025-10-28 | 25.0.9432 | Vault CRM | | Added | - Added support for the Update operation on the Documents table.
- Added the FileData input parameter to the CreateDocument, CreateDocumentVersion, and CreateSchema stored procedures. Use this input parameter to provide the (Base64-encoded) content to be written to the file being created by the stored procedure.
|
| 2025-10-06 | 25.0.9410 | General | | Added | - Support for parsing datetime formats using ".S" and ",S" for milliseconds and nanoseconds.
|
| 2025-10-02 | 25.0.9406 | Vault CRM | | Added | - Added the Type, Subtype, Classification, and Lifecycle input parameters to the CreateDocument stored procedure.
|
| 2025-09-12 | 25.0.9386 | General | | Added | - Added the IsInsertable, IsUpdateable, and IsDeleteable columns to the sys_tables table.
|
| 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-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-05 | 25.0.9317 | Vault CRM | | Added | - Added WorkflowObjects table.
- Added WorkflowItemObjects table.
- Added WorkflowTaskObjects table.
- Added WorkflowTaskItemObjects table.
|
| 2025-07-05 | 25.0.9317 | Vault CRM | | Changed | - Workflows table has been renamed to LegacyWorkflows.
|
| 2025-07-03 | 25.0.9315 | Vault CRM | | Changed | - Updated the APIVersion connection property's default value to 25.1.
|
| 2025-07-01 | 25.0.9313 | Vault CRM | | Deprecated | - Removed the AzureADOpenID AuthScheme in favor of AzureAD.
|
| 2025-06-25 | 25.0.9307 | General | | Removed | - Removed the "ADLS Gen 1" value from the ConnectionType property.
|
| 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-29 | 25.0.9280 | ADO.NET | | Changed | - We have improved our implementation of the ADO.NET DbDataReader.GetDataTypeName so that it now returns database data type names, such as varchar, tinyint, and datetime. Previously we returned the fully-qualified name of the column’s .NET type, in a format like "System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e".
|
| 2025-05-27 | 25.0.9278 | ADO.NET | | Removed | - Removed support for the C# implementation of SQLite. Features that previously used this implementation by default, such as AutoCache and EF6 schema caching, now require the native SQLite driver.
|
| 2025-05-27 | 25.0.9278 | General | | Removed | - Removed the "Proprietary" enum option from ProxyAuthscheme.
|
| 2025-02-20 | 25.0.9182 | Vault CRM | | Added | - Exposed several objects as tables.
|
| 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.
|
| 2024-11-26 | 24.0.9096 | Vault CRM | | Added | - Added a new SSO AuthScheme: OKTA.
|
| 2024-11-18 | 24.0.9088 | Vault CRM | | Deprecated | - Deprecated the AzureADOpenID AuthScheme property. Use the AzureAD AuthScheme property instead for better alignment with Azure AD authentication standards.
|
| 2024-11-07 | 24.0.9077 | Vault CRM | | Added | - Added 1 new column, OnBehalfOf, to the AuditHistory table.
|
| 2024-11-07 | 24.0.9077 | Vault CRM | | Changed | - Updated the default API version supported to 24.2.
|
| 2024-05-31 | 24.0.8917 | Vault CRM | | Removed | - Removed the Auto AuthScheme option. The default value for the AuthScheme connection property is now Basic.
|
| 2024-05-09 | 24.0.8895 | General | | Changed | - The ROUND function previously did not accept negative precision values. That feature has now been restored.
|
| 2024-03-15 | 23.0.8840 | General | | Added | - Created a new SQL function called STRING_COMPARE that provides java's String.compare() ability to SQL queries. Returns a number representative of the compared value of two strings
|
| 2024-01-18 | 23.0.8783 | ADO.NET | | Added | - Added support for EFCore 8.
|
| 2023-11-29 | 23.0.8733 | General | | Changed | - The ROUND function doesn't accept the negative precision values anymore.
|
| 2023-11-29 | 23.0.8733 | General | | Changed | - The returning types of the FDMonth, FDQuarter, FDWeek, LDMonth, LDQuarter, LDWeek functions are changed from Timestamp to Date.
- The return type of the ABS function will be consistent with the parameter value type.
|
| 2023-11-28 | 23.0.8732 | General | | Added | - Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
|
| 2023-11-15 | 23.0.8719 | ADO.NET | | Changed | - NuGet license and icon are now embedded within the package itself, in compliance with the package authoring best practices.
|
| 2023-06-20 | 23.0.8571 | General | | Added | - Added the new sys_lastresultinfo system table.
|
| 2023-04-25 | 23.0.8515 | General | | Removed | - Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
|
| 2023-04-19 | 23.0.8509 | ADO.NET | | Removed | - Removed support for EFCore 3.1.
|
| 2023-04-18 | 23.0.8508 | ADO.NET | | Removed | - Removed support for SSRS 2012
|
| 2023-04-18 | 23.0.8508 | ADO.NET | | Added | - Added support for SSRS 2022.
|
| 2022-12-14 | 22.0.8383 | General | | Changed | - Added the Default column to the sys_procedureparameters table.
|
| 2022-09-30 | 22.0.8308 | General | | Changed | - Added the IsPath column to the sys_procedureparameters table.
|
| 2022-09-02 | 22.0.8280 | Vault CRM | | Added | - Added binary output support for DownloadDocumentFile. Added FileStream as an input.
|
| 2022-08-15 | 22.0.8262 | Vault CRM | | Added | - Added binary input support for CreateDocument. Added Content and FileName as inputs for CreateDocument.
- Added binary input support for CreateDocumentVersion. Added Content and FileName as inputs for CreateDocumentVersion.
- Added encoded content output support for DownloadDocumentFile. Added FileData and FileName as outputs for DownloadDocumentFile.
|
| 2022-06-08 | 22.0.8194 | ADO.NET | | Removed | - Removed support for VS2010.
|
| 2022-05-19 | 22.0.8174 | ADO.NET | | Removed | - Removed support for .NET 2.0.
|
| 2022-05-05 | 22.0.8160 | Vault CRM | | Added | - Added the APIVersion connection property. Specify this property to use later or earlier versions of the API.
|
| 2022-04-27 | 22.0.8152 | ADO.NET | | Removed | - Removed support for EFCore 3.0 and EFCore5.0.
|
| 2021-10-04 | 21.0.7947 | Vault CRM | | Added | - Added the following stored procedures: CreateDocument, DownloadDocumentFile, and Updatedocument.
|
| 2021-09-02 | 21.0.7915 | General | | Added | - Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
|
| 2021-08-07 | 21.0.7889 | General | | Changed | - Added the KeySeq column to the sys_foreignkeys table.
|
| 2021-08-06 | 21.0.7888 | General | | Changed | - Added the new sys_primarykeys system table.
|
| 2021-07-23 | 21.0.7874 | General | | Changed | - Updated the Literal Function Names for relative date/datetime functions. Previously, relative date/datetime functions resolved to a different value when used in the projection as opposed to the predicate. For example: SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH(). Formerly, the two LAST_MONTH() methods would resolve to different datetimes. Now, they will match.
- As a replacement for the previous behavior, the relative date/datetime functions in the criteria may have an 'L' appended to them. For example: WHERE col > L_LAST_MONTH(). This will continue to resolve to the same values that were previously calculated in the criteria. Note that the "L_" prefix will only work in the predicate - it not available for the projection.
|
| 2021-06-29 | 21.0.7850 | Vault CRM | | Added | - Added support to authenticate using OpenID Connect with the Azure Active Directory (AzureAD) Authorization Server.
|
| 2021-06-07 | 21.0.7828 | ADO.NET | | Added | - Added support for the DbCommand.CommandTimeout property.
|
| 2021-05-29 | 21.0.7819 | ADO.NET | | Removed | - Removed support for SSRS 2008.
|
| 2021-05-20 | 21.0.7810 | Vault CRM | | Added | - Added support for the ObjectRelationships view. This view is used to list the information for all the relationships that an object has with other objects.
|
| 2021-04-25 | 21.0.7785 | General | | Added | - Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
|
| 2021-04-23 | 21.0.7783 | General | | Changed | - Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
|
| 2021-04-16 | 21.0.7776 | ADO.NET | | Changed | - Separated the ADO.NET Provider assembly and Entity Framework Core 5 Nuget packages.
- Single precision floating point numbers are now reported as with the Data Type Name as "real". Double precision floating point numbers now have their Data Type Name reported as "float". This change does not impact the actual data types of these columns - only the reported data type name.
- Separate EFCore 3.0, 3.1 and EFCore 5 dlls are now shipped with the driver. The 2.0 and 2.1 EFCore dlls are removed.
|
| 2021-04-16 | 21.0.7776 | General | | Added | - Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - Reduced the length to 255 for varchar primary key and foreign key columns.
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - Updated implicit and metadata caching to improve performance and support for multiple connections. Old metadata caches are not compatible - you need to generate new metadata caches if you are currently using CacheMetadata.
|
| 2021-04-16 | 21.0.7776 | General | | Changed | - Updated index naming convention to avoid duplicates.
|