ServiceNow plugin v1.3.0 - Added server-side filtering for integer, timestamp, boolean, and in list columns, plus limit and case-sensitivity fixes

Sep 22, 2026steampipe

Enhancements

  • Added server-side filtering for integer, timestamp, and boolean columns in the servicenow_incident table and in dynamic tables, and for string and integer in lists across all tables, which reduces the rows fetched from ServiceNow for filtered queries. (#47) (Thanks @jondesr for the contribution!)

Bug fixes

  • Fixed queries with a limit returning fewer rows than requested when a filter on a key column did not match ServiceNow's results exactly, such as case-variant string values, timestamp bounds, or multiple in lists. (#47)
  • Fixed <> filters on string columns in dynamic tables excluding rows that differ only by case. These filters are now applied client-side. (#47)

Dependencies

  • Recompiled plugin with Go version 1.26. (#40)
  • Recompiled plugin with steampipe-plugin-sdk v6.1.0 that fixes data races in connection config access and the in-process scan path.