Changelog¶
v0.4.1 - 2026-08-13¶
Fix the -use-default guard: configuring a property no longer requires setting its -use-default counterpart to false by hand, and an inconsistent pair is now rejected with a clear error
Document the generated entities, attributes and relations with the help sections of the Perimeta API schema
Tolerate 404 when deleting a resource or pruning a guarded collection member
Stop retrying requests on read timeout, to never replay a request the device may have processed
Raise the default API request timeout from 2s to 5s, configurable with PERIMETA_REQUEST_TIMEOUT
v0.4.0 - 2026-07-08¶
Promote API response warnings from debug to warning log level
Improve API error reporting by surfacing _error fields from Perimeta API responses
Add ListGuard resource to prune unmanaged members from a Perimeta list/collection
v0.3.0 - 2026-04-14¶
Allow to use custom tcp port when talking to perimeta api
Modify Device index
v0.2.0 - 2025-11-28¶
Allow to configure agent name for Perimeta resources
Add index on PerimetaCredentials entity
Add forward compatible report_only flag to resources
v0.1.0 - 2025-11-21¶
Initial module release