Skip to content

v0.8.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 23:35
· 27 commits to main since this release
v0.8.0-alpha2
d84009f

Changelog

  • d84009f Add STDOut Consumer
  • 52f0b36 Address comments
  • 5f3841e Bump github.com/golangci/golangci-lint from 1.56.1 to 1.56.2
  • b3feeae Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • cef25f9 Bump golang.org/x/tools from 0.17.0 to 0.18.0
  • d706d1e Bump golang.org/x/tools from 0.18.0 to 0.19.0
  • 881b387 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
  • 8d7cd21 Check Tar Extract enablement in PersistentPreRunE
  • 49be4e3 Create path when using file writer
  • 0a38633 Fix single arg null consumer
  • 4fcac8d Fix tar-extract
  • 247d885 Guarantee Order of Downloads in multifile mode
  • 40e0dd7 Handle Overwriting in the Consumer
  • df2a2f6 Improve consistent-hash testing with httpmock (#157)
  • afcbff4 Improve null consumer
  • 87835a6 Improve pidfile location for non-root
  • db7cc43 Move Enabling Overwrite to .GetConsumer()
  • 8473ce8 Prevent ZipSlip
  • 4916726 Rearrange concurrency control and error handling (#191)
  • b6d4d5a Reuse buffers used by bufferedReader (#177)
  • 42ce722 Update manifest.go
  • 2f5d638 Use Golang 1.22
  • 58cccd0 fixed chunk size (#173)
  • c72c384 implement Wait() on Strategy to fetch remaining errors (#179)
  • 4ebad73 reimplement bufferedReader on top of bufio.Reader (#180)