v0.0.491
·
1327 commits
to main
since this release
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_dictionaryandsys_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