Skip to content

v0.0.491

Choose a tag to compare

@github-actions github-actions released this 27 Jul 13:14
· 1327 commits to main since this release
862ff1a

Version 0.0.491 (July 27, 2026)

  • Added a Verify SSL toggle to the ServiceNow connector, matching the other HTTP-based connectors — needed when the instance is reached through a TLS-inspecting proxy or sits behind an internal CA the backend does not trust
  • Added Infer Schema From Data to the ServiceNow connector — derives table schemas by sampling rows instead of reading sys_dictionary and sys_db_object, so an integration user granted read on specific business tables (e.g. em_event, em_alert) can index them without a metadata-read grant; tables that return 403 are skipped rather than failing the whole index