Skip to content

v2.1.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ilkinulas ilkinulas released this 17 Mar 07:04
· 51 commits to master since this release
3e08061

Changelog

  • c02fdb6 Add a packaging badge (#439)
  • 914e701 Add benchmark script to compare two different builds of s5cmd (#471)
  • 36d74f6 Add installation instructions for conda (#468)
  • 6e3fc4f Change cp error not being descriptive (#463)
  • 38b0fdf Make it possible to override content-type and content-encoding from CLI arguments (#467)
  • d5dde3c Remove stat flag unnecessary prints (#455)
  • eea87b1 Update changelog for v2.0.0 (#458)
  • 8220438 changelog: update Improvements sections (#473)
  • 2a6c7cc ci: use Go 1.19 for builds, remove 1.16 support (#481)
  • 84c3696 command/app: force endpoint-url to have scheme (#496)
  • 5e867c9 command: add extensive autocompletion support (#500)
  • 13aa68a command: fix target file is created despite the download failure (#477)
  • 7c90f8a command: retry upload on s3.NoSuchUpload (#470)
  • 5b64469 disable aws sdk logger if log level is not "trace" (#460)
  • 711ddf0 e2e/app_test: fix failed test due to new cleanup (#504)
  • d949fe0 e2e/util_test: enable tests to work using external endpoint (#506)
  • 37e9a68 e2e/util_test: remove unnecessary test directory cleanup (#512)
  • d50ef44 e2e: refactor cleanup behavior using t.Cleanup (#502)
  • c67760e goreleaser: add nfpm configuration for Debian packages (#437)
  • 88a4641 log, parallel: fix help flag panicking (#509)
  • 90b7418 main: use signal.NotifyContext to handle signals (#510)
  • 3e08061 readme: fix ci badge URL (#546)
  • e9c4d7e readme: we dont support inline comments since v2 (#486)
  • c01c5a2 storage/s3: Fix proxy with no-verify-ssl flag (#457)
  • d21a491 storage/s3: add SlowDown as retryable (#507)
  • 6b87fb4 storage/url: Allow usage of adjacent slashes (#459)
  • 22592e5 storage/url: add nil check for URL.filterRegex in URL.Match (#511)
  • 83ce8bc storage/url: allow wildcards to match new line characters (#505)
  • 6727b11 storage/url: fixes the bug where some part of destination path is removed by cp (#456)
  • 717bf5b storage: add profile flag (#453)
  • 73f4abb storage: remove unused notImplemented type (#476)
  • a8a226f update readme: add a section about numworkers/concurrency (#465)
  • deb16c9 vendor: update urfave/cli to v2.11.2 (#495)
  • 123b1c7 vendor: upgrade gofakes3 to v0.0.11 (#472)