Added
- API alignment with Hudu 2.44.2. Reference spec:
api-docs-v2.44.2.json. Relations getAll gains server-side filters:description,created_at,updated_at(plus existing fromable/toable/is_inversefilters now sent as query params). - Relation record-type enum (
RELATION_RECORD_TYPES) for create and getAll type fields — includes Network, IpAddress, Vlan, VlanZone, RackStorage (API casing:IpAddress, notIPAddress).
Changed
- Relations getAll filters no longer use client-side post-processing (
relationFilterMappingremoved). Filters are passed as nativeGET /relationsquery parameters (Hudu API 2.44.2+). - README API compatibility line updated to 2.44.2.
- Hudu AI Tools
hudu_relations: getAll schema mirrors server filters; create/getAll type fields use the relation enum; help text no longer claims client-side-only filtering.