API Release Notes
See Finding Your Alation Version for help determining which version of Alation you're using.
2025.3 API Release Notes
Updated
Data Products API
- Added new filters, role and action, to the Get All Data Products API endpoint to filter data products with specific role assigned or action permitted.
data_product_role
: Returns only those data products where the user has a role assigned.data_product_action
: Returns only those data products where the user has a permitted action. (AL-199895)
- Added a new body parameter
schema
to the following endpoints:schema
in Create a data marketplace API endpoint defines the structure of an Alation Data Product Marketplace Specification.schema
in Create a data product API endpoint defines the structure of an Alation Data Product Specification. (AL-200999)
Aggregated Context API
- Added support for rate limiting in the Aggregated Context API endpoint. A warning message is passed to the header when it exceeds more than 90% of usage. (AL-199488)
- Added usage tracking and enforcement of the free tier usage limit for 2000 API calls. (AL-199487)
Relational Integration API
Added the following PATCH methods in the Relational Integration API for schemas, tables, and columns to allow updating of multiple schemas, tables, and columns respectively for a data source denoted by ds_id
, along with their custom fields. (AL-196892, AL-196893, and AL-196894)
- Patch Schema (AL-198869)
- Patch Table (AL-198049)
- Patch Column (AL-198868)
Fixed
Fixed an issue where the X-Next-Page header was missing from the Custom Field Value API endpoint. (AL-201033)
Updated 17 days ago