Date | Build Number | Change Type | Description |
08/29/2024 | 9007 | DocuSign | Added
- Added the DocumentFileExtension input to the CreateAndSendEnvelope stored procedure.
|
08/23/2024 | 9001 | DocuSign | Changed
- Changed the Documents view by making the Id and DocumentId columns a composite key to create unique key combinations. This change resolves issues where duplicate keys were incorrectly removed during query execution.
|
06/25/2024 | 8942 | DocuSign | Added
- Added a success column to the CreateAndSendEnvelope stored procedure.
|
06/18/2024 | 8935 | DocuSign | Changed
- Renamed the "ResponseType" input to "Grant_Type" in the GetOAuthAuthorizationURL stored procedure.
|
06/10/2024 | 8927 | DocuSign | Added
- Added the DocumentId, CarbonCopiesAggregate, SignersAggregate, and DocumentsAggregate columns to the CreateAndSendEnvelope stored procedure to handle multiple aggregates.
|
05/31/2024 | 8917 | DocuSign | Changed
- Changed the Envelopes view by replacing the StartDateToSearch and EndDateToSearch pseudo-columns with a single new pseudo-column, DateToSearch.
|
05/10/2024 | 8896 | DocuSign | Changed
- Changed the data type of the Pages column from Integer to String in the Documents view as in v2.1 API version the pages column supports string datatype.
|
05/09/2024 | 8895 | General | Changed
- The ROUND function previously did not accept negative precision values. That feature has now been restored.
|
04/26/2024 | 8882 | DocuSign | Changed
- Made GroupId and UserId as composite keys in the GroupUsers, as a combination of GroupId and UserId will provide a unique value.
- Made SigningGroupId and Email as composite keys in the SigningGroupUsers, as a combination of SigningGroupId and Email will provide a unique value.
|
03/15/2024 | 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
|
02/27/2024 | 8823 | DocuSign | Removed
- Removed BulkEnvelopes and BulkRecipients as these views are deprecated.
Added
- Added BulkSendBatchStatus, SendListRecipients, SendListBulkCopies and SendLists as replacements.
|
11/29/2023 | 8733 | General | Changed
- The ROUND function doesn't accept the negative precision values anymore.
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.
|
11/28/2023 | 8732 | General | Added
- Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
|
11/09/2023 | 8713 | cis | Changed
- Salesforce with SSO Adapter reports the Double type as Doule type instead of Decimial type
- Salesforce with SSO Adapter supports create a table with Clob type column. The Clob type is mapped to Salesforce LongTextArea field.
|
09/12/2023 | 8655 | DocuSign | Added
- Added the EnvelopeFormData view.
|
06/20/2023 | 8571 | General | Added
- Added the new sys_lastresultinfo system table.
|
04/25/2023 | 8515 | General | Removed
- Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
|
03/14/2023 | 8473 | DocuSign | Added
- Added the CreateAndSendEnvelope stored procedure.
|
12/14/2022 | 8383 | General | Changed
- Added the Default column to the sys_procedureparameters table.
|
10/25/2022 | 8333 | DocuSign | Changed
- Changed RecipientId from integer to string on all tables as the value can either be numeric or a GUID.
|
09/30/2022 | 8308 | General | Changed
- Added the IsPath column to the sys_procedureparameters table.
|
08/31/2022 | 8278 | DocuSign | Added
- Added the FileData output parameter and Encoding input parameter to print the response in the DownloadDocument stored procedure.
- Added support for streaming output in the DownloadDocument stored procedure. Supported via the FileStream input parameter.
|
09/03/2021 | 7916 | DocuSign | Removed
- Removed the Prompt input parameter from the GetOAuthAuthorizationURL stored procedure.
|
09/02/2021 | 7915 | General | Added
- Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
|
08/07/2021 | 7889 | General | Changed
- Added the KeySeq column to the sys_foreignkeys table.
|
08/06/2021 | 7888 | General | Changed
- Added the new sys_primarykeys system table.
|
04/25/2021 | 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%'
|
04/23/2021 | 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.
|
04/16/2021 | 7776 | General | Added
- Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
|
04/16/2021 | 7776 | General | Changed
- Reduced the length to 255 for varchar primary key and foreign key columns.
Changed
- Updated index naming convention to avoid duplicates.
|