fleet-memory/hindsight-clients/python
Nicolò Boschi a8a63818c7
feat(api): add duration_ms to audit log entries (#758)
* feat(api): add duration_ms to audit log entries

Server-computed duration in milliseconds (started_at → ended_at) on
the list audit logs endpoint. Null when ended_at is not set.

Closes #749

* feat(api): add duration_ms to audit log entries and type audit endpoints

- Add server-computed duration_ms (started_at → ended_at) to audit log
  list response. Null when ended_at is not set.
- Add typed Pydantic response models for both audit log endpoints
  (list and stats) so they appear in the OpenAPI spec.
- Regenerate OpenAPI spec and all client SDKs.

Closes #749

* chore: regenerate docs skill after audit log response models
2026-03-30 12:32:02 +02:00
..
.openapi-generator feat(api): add duration_ms to audit log entries (#758) 2026-03-30 12:32:02 +02:00
hindsight_client fix(python-client): expose all configurable fields in update_bank_config() (#712) 2026-03-26 16:29:09 +01:00
hindsight_client_api feat(api): add duration_ms to audit log entries (#758) 2026-03-30 12:32:02 +02:00
tests fix(python-client): async=true silently ignored on retain (#709) 2026-03-26 15:21:43 +01:00
.openapi-generator-ignore rename to hindsight (#2) 2025-11-25 19:28:26 +01:00
openapi-generator-config.yaml doc: changelog for 0.2.0 (and regenerate clients) (#99) 2026-01-05 12:36:29 +01:00
pyproject.toml fix: resolve all Dependabot security alerts (#702) 2026-03-26 13:15:36 +01:00
README.md fix py client 2025-12-05 01:03:07 +01:00

Hindsight Python Client