• Fixed: #172
    Some checks failed
    docker-image / docker (push) Has been cancelled
    goreleaser / goreleaser (push) Has been cancelled

    airkjw released this 2025-10-28 00:39:03 +00:00 | 1556 commits to main since this release

    feat(runtime): add Brotli and Zstd compression support, improve response handling

    • Implemented Brotli and Zstd decompression handling in FileRequestLogger and executor logic for enhanced compatibility.
    • Added decodeResponseBody utility for streamlined multi-encoding support (Gzip, Deflate, Brotli, Zstd).
    • Improved resource cleanup with composite readers for proper closure under all conditions.
    • Updated dependencies in go.mod and go.sum to include Brotli and Zstd libraries.
    Downloads