Skip to content

Releases: soapiestwaffles/s3-nuke

v1.1.5

27 May 21:41
3783c2b
Compare
Choose a tag to compare

This release adds rate limit retrying when making API calls to AWS. Previously, when receiving a rate limit response from AWS, the application would exit with an error. #21

Thanks to @mikelorant for implementing this important fix.

Changelog

v1.1.4

12 May 22:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.1.4

Changelog

  • aceb054 #13 fix deprecated use of ioutil in test
  • 20f79a9 Upgrade dependencies
  • 760f80e fix deprecated call of rand.Seed()
  • 565ef04 fix issue if cloudwatch is unavailable
  • 99e4b53 fix: deprecations for EndpointResolverWithOptions
  • 8e1f225 if region not set, default to us-east-1
  • 1c6db85 update Makefile build-all & add s3-nuke binary
  • 179a224 update README.md
  • cde2403 update actions golang version
  • 331f597 update goreleaser, remove deprecations
  • 65d8e27 update test to no longer use -v

v1.1.3

29 May 23:09
Compare
Choose a tag to compare

Update to building with Golang v1.18, upgrade all packages to latest

Changelog

v1.1.2

18 Mar 09:25
Compare
Choose a tag to compare

This version fixes an issue where s3-nuke would occasionally stop with an error saying "queue count does not match actual deleted count." Also adds the --warn parameter.

v1.1.1

02 Feb 16:26
Compare
Choose a tag to compare

s3-metrics:

  • no longer requires AWS_REGION to bet set and works similar to s3-nuke now.
  • added version information via --version
  • added debugging output via --debug

Full Changelog: v1.1.0...v1.1.1

Changelog

  • 2823a20 s3-metrics: default region, version, and debug

v1.1.0

29 Jan 12:02
Compare
Choose a tag to compare

What's Changed

  • add debugging output in #6
  • Issues resolved with deletion queue and workers in #7