Releases: wyre-technology/node-liongard
Releases · wyre-technology/node-liongard
v3.0.2
v3.0.1
v3.0.0
3.0.0 (2026-04-07)
Bug Fixes
- resources: complete v2 query bodies with Environment, Pagination, default Filters (bf93572)
BREAKING CHANGES
- resources: NOTE: inventory.{identities,devices}.{list,listAll}
signatures changed from (params?, filters?) to a single required
params object withenvironment. This is shipped as a patch because
v2.0.1's signature was non-functional in production (every call
returned HTTP 400).
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
v2.0.1
v2.0.0
2.0.0 (2026-04-07)
Bug Fixes
- paths: correct v2 endpoints to use slash-delimited paths, remove non-existent alerts resource (f11159b)
BREAKING CHANGES
- paths: AlertsResource removed — alerts in Liongard are webhook-only,
no REST endpoint exists. Subscribe to the alerts.created and alerts.updated
webhook events instead.
Path corrections (multi-source verified against official Postman collection):
- /environments-count → /environments/count
- /view-agents → /view/agents
- /inventory-identities-query → /inventory/identities/query
- /inventory-identities/{id} → /inventory/identities/{id}
- /inventory-device-profiles-query → /inventory/device-profiles/query
- /inventory-device-profiles/{id} → /inventory/device-profiles/{id}
- /timelines-query → /timelines/query
- POST /api/v2/detections → GET /api/v1/detections (with query params)
- relatedentities → relatedEntities (camelCase)
Also: AgentsResource.delete(id) is now per-id via v1 (DELETE /api/v1/agents/{id}),
and AgentsResource.generateInstaller() was removed (endpoint not in public API).
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com