Release notes


On this page you can find what's new in ServiceNow Connector.

Date Description
2026-01-23 New - Added two new OAuth connection types (e.g. Client Credentials Grant, User Credentials Grant).
2026-01-23 New - Added new option DateTimeValueHandling at connection level and EndPoint level (e.g. for get_table_rows) to treat DateTime as DateTime2 (Useful for Gateway to avoid - Error converting data type DBTYPE_DBTIMESTAMP to datetime).
2026-01-23 Fix - Changed test connection to use sys_user rather than sys_properties incase that table is locked down.
2026-01-23 Fix - Resolved an issue with get_table_rows endpoint where queries with selected fields returned zero results due to an incorrect parameter separator ('&') instead of a comma.
2026-01-23 New - Added new endpoint get_record_labels to retrieve UI labels (tags) for a specific parent table record with optional filtering.
2026-01-23 New - Added a new endpoint get_table_row_count to get row count for a specified table or filter expression (query).
2026-01-23 New - Automatically map large text fields (including html and journal fields) to DT_NTEXT instead of DT_WSTR, even when max_length is reported as 4000, to prevent truncation of fields such as description and comments.
2026-01-23 New - Use system defined length from metadata (i.e. max_length) rather than fixed 2000 chars for all string column.
2026-01-23 New - Added new parameter AllowDisplayValueAsInput (Useful for Insert/Update operation. With this you can supply Label rather than Id for reference / lookup field value).
2026-01-23 New - Added five new attachment-related endpoints: get_attachments (retrieve attachment metadata with filters), download_attachments (bulk download attachments to a folder), download_attachments_by_parent_search (download attachments based on parent record search), get_attachments_by_parent_search (retrieve attachment metadata by parent search), and download_attachment (download a single attachment with custom file path).
2026-01-23 New - Added ExpandContinueOnError to continue listing EndPoints / Tables if user doesnt have List Table permission.
2026-01-23 New - Added clear error message if instance name is invalid / reclaimed.
2024-11-29 New - Added images in HTTP and OAuth authentication instructions
2023-09-01 New - Add new options Query and Fields for Read Data operation (get_table_rows).
2023-09-01 Fix - Make ApiVersion optional.
2023-09-01 Fix - Using Basic Auth throws error - Input string was not in a correct format.
2023-09-01 Fix - Test connection always works
2023-03-15 New - Initial version