Skip to content

Releases: buildkite/buildkite-logs

v0.6.3

10 Nov 04:31
a986bc3

Choose a tag to compare

What's Changed

  • Add BlobStorageOptions to support no_tmp_dir parameter by @bearcage-dayjob in #65
  • chore(deps): bump golang from 1.25.3 to 1.25.4 in /.buildkite by @dependabot[bot] in #66

Full Changelog: v0.6.2...v0.6.3

v0.6.2

04 Nov 22:46
80bbf7d

Choose a tag to compare

What's Changed

  • chore: cleanup unused public methods as this is now built into client by @wolfeidau in #52
  • docs: update the docs with a diagram highlighting how the caching works by @wolfeidau in #53
  • chore(deps): bump golang from 1.25.0 to 1.25.1 in /.buildkite by @dependabot[bot] in #57
  • Fix writer.Close() error handling in WriteWithMetadata by @bearcage-dayjob in #64
  • chore(deps): bump github.com/buildkite/go-buildkite/v4 from 4.5.1 to 4.9.1 by @dependabot[bot] in #63
  • chore(deps): bump golang from 1.25.1 to 1.25.3 in /.buildkite by @dependabot[bot] in #62

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

25 Aug 23:59
74d18c8

Choose a tag to compare

What's Changed

  • fix: update client example to include context by @wolfeidau in #50
  • fix: updated the blob storage to just pass through the reader by @wolfeidau in #51

Full Changelog: v0.6.0...v0.6.1

v0.6.0

25 Aug 01:51
bdf199c

Choose a tag to compare

What's Changed

  • chore(deps): bump golang from 1.24.5 to 1.24.6 in /.buildkite by @dependabot[bot] in #44
  • fix: increase line limit to 1MB to handle respec dots on large repos by @wolfeidau in #45
  • fix: update the CLI command examples in the README by @wolfeidau in #46
  • fix: use blob registration and delegate url parsing to library by @wolfeidau in #48
  • fix: add the context to calls to the go-buildkite client by @wolfeidau in #49
  • chore(deps): bump golang from 1.24.6 to 1.25.0 in /.buildkite by @dependabot[bot] in #47

Full Changelog: v0.5.2...v0.6.0

v0.5.2

31 Jul 23:50
4cc122c

Choose a tag to compare

What's Changed

  • chore: remove command matching as it is now possible with search by @wolfeidau in #33
  • chore: cleanup duplicate benchmarks by @wolfeidau in #34
  • docs: rework some of the intro and context about the project by @wolfeidau in #35
  • chore: add lefthook to ensure linting and gomod is neat by @wolfeidau in #36
  • feat: add a log debugger which emits csv file of OSC timestamps by @wolfeidau in #37
  • chore: added dependabot and moved around docker compose by @wolfeidau in #38
  • chore: rename the module to github.com/buildkite/buildkite-logs by @wolfeidau in #42
  • chore(deps): bump github.com/buildkite/go-buildkite/v4 from 4.4.0 to 4.5.1 by @dependabot[bot] in #41
  • chore(deps): bump golang from 14fd8a5 to ef5b4be in /.buildkite by @dependabot[bot] in #39
  • chore(deps): bump github.com/apache/arrow-go/v18 from 18.3.1 to 18.4.0 by @dependabot[bot] in #40

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

29 Jul 02:39
61e99fa

Choose a tag to compare

What's Changed

  • feat: I have added row_number to query results to enable navigation by @wolfeidau in #32

Full Changelog: v0.5.0...v0.5.1

v0.5.0

28 Jul 01:46
98e7898

Choose a tag to compare

What's Changed

  • refactor: renamed the high level client and added hooks by @wolfeidau in #31

Full Changelog: v0.4.1...v0.5.0

v0.4.1

26 Jul 23:31
644a3e1

Choose a tag to compare

What's Changed

  • feat: add a high level client for downloading, caching, and querying Buildkite logs by @wolfeidau in #30

Full Changelog: v0.4.0...v0.4.1

v0.4.0

26 Jul 22:44
719c691

Choose a tag to compare

What's Changed

  • chore: updated examples structure and added one for smart caching by @wolfeidau in #27
  • feat: added reverse search for improved log analysis by @wolfeidau in #28
  • fix: DownloadAndCacheBlobStorage now accepts a BuildkiteAPI interface parameter by @wolfeidau in #29

Full Changelog: v0.3.0...v0.4.0

v0.3.0

26 Jul 01:31
ed2fdb9

Choose a tag to compare

What's Changed

  • feat: adjust encodings to correctly use dictionary in parquet by @wolfeidau in #15
  • feat: removed the progress feature to focus on command and group by @wolfeidau in #16
  • feat: combine all the flags into one column to reduce space used by @wolfeidau in #17
  • docs: update readme with parquet schema updates by @wolfeidau in #18
  • feat: move to JSON lines for output to simplify integration with data systems by @wolfeidau in #19
  • chore: removing the ansi strip as it is something that can be added by @wolfeidau in #20
  • feat: add raw output option for query sub commands by @wolfeidau in #21
  • feat: new debug cli sub command and some tidy up by @wolfeidau in #22
  • fix: diagnosing issues the parser has with testdata and applying fixes by @wolfeidau in #23
  • chore: update badges to include recent builds by @wolfeidau in #24
  • feat: added option to strip ansi codes from log content by @wolfeidau in #25
  • feat: enhancements to caching to add TTLs and job status checks by @wolfeidau in #26

Full Changelog: v0.2.0...v0.3.0