Skip to content

v1.34.2

Latest

Choose a tag to compare

@rdeavila rdeavila released this 17 Aug 22:37
· 1 commit to main since this release
70a3622

Added

  • API: GET /v1/transactions/ids now accepts machine_id and hostname as
    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/ids only 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.2

Full Changelog: v1.34.1...v1.34.2