API Release Notes
See Finding Your Alation Version for help determining which version of Alation you're using.
2026.1.0.0 API Release Notes
Relational Integration API Debouncing
Added support for debouncing Relational Integration API jobs to reduce system load when processing small batch requests. When enabled via the alation.public_api.rdbms.integration.debounce_interval configuration flag, multiple calls to the following RDBMS ingestion API endpoints are debounced and processed together, improving efficiency for high-frequency API usage patterns:
/integration/v2/schema/,/integration/v2/table/,/integration/v2/attribute/(AL-219625)
Bug Fixes
- When Unified Tags are enabled, duplicate Picker custom field names are now restricted consistently across both the Custom Fields UI and the Custom Fields API. Other field types (such as Multi-Picker, Date, Rich Text, and Object Set) can be created or updated without restrictions. The API now enforces the same duplicate-name validation as the UI, preventing bulk creation or updates of Picker fields that conflict with existing Picker field names. (AL-216970)
Updated 1 day ago