Added
- API:
GET /v1/transactions/idsnow acceptsmachine_idandhostnameas
query parameters, documented in the Swagger spec. Agents up to v1.x send these
fields as a JSON body on a GET request, which some proxies and load balancers
reject or strip.
Changed
- API:
GET /v1/transactions/idsonly reads the request body when neither
query parameter is given, and an empty body is no longer treated as invalid
JSON. Existing agents keep working unchanged.
Docker Image
docker pull ghcr.io/txlog/server:v1.34.2Full Changelog: v1.34.1...v1.34.2