github neilotoole/sq v0.48.10

8 hours ago

Fixed

  • #506: Fixed two XLSX-related issues (sadly, both are regression fixes):
    • Stdin detection: Fixed type detection failing for XLSX files created by
      various tools (e.g., the excelize library). These files have varying internal
      ZIP structures that the previous detection couldn't handle. Detection now
      scans ZIP local file headers instead of relying on fragile magic number
      heuristics.
    • Output colorization: Fixed XLSX binary output (--xlsx) being corrupted
      when written to stdout. The colorization decorator was modifying the binary
      data. XLSX format now bypasses colorization, like --raw output already does.

Changed

  • #504: Updated golangci-lint to v2.7.2, along with Go dependencies
    and GitHub Actions workflow versions. Other tool versions have been updated too.

    Note that Go tool dependencies are now located in the tools/ directory, each
    with its own go.mod. Tools are invoked viago tool -modfile, e.g.
    go tool -modfile=tools/golangci-lint/go.mod golangci-lint.

    See the Makefile and tools/README.md for more detail.

Don't miss a new sq release

NewReleases is sending notifications on new releases.