Skip to content

v0.7

Compare
Choose a tag to compare
@benmcclelland benmcclelland released this 19 Sep 18:01
· 834 commits to main since this release
e46e4e9

Changelog

  • 8d6b5c3 chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.20.0 to 1.21.0
  • 5a94a70 chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/s3/manager
  • 4e7615b chore(deps): bump github.com/gofiber/fiber/v2 from 2.49.1 to 2.49.2
  • a241e6a chore(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1
  • 732e92a chore(deps): bump github.com/valyala/fasthttp from 1.48.0 to 1.49.0
  • c1b105d chore(deps): bump golang.org/x/sys from 0.10.0 to 0.12.0
  • b0b2246 chore(deps): bump the dev-dependencies group with 1 update
  • 42c4ad3 chore(deps): bump the dev-dependencies group with 4 updates
  • 0d044c2 chore: add dependabot.yml configuration
  • 51680d4 chore: add grouping for dependabot PRs
  • f74179d feat: Added an integration test case for CreateBucket to create a bucket as user
  • 6ac69b3 feat: Closes #217, Created an admin API and CLI action to list all the buckets and its owners as a table
  • 5ab38e3 feat: Closes #232, Added an option to run admin server in a different network, by specifying admin server address/ip
  • ee1ab5b fix: Changed Walk function last object check to avoid panic
  • 8951cce fix: Fixes #179, Fixes #180, Fixes ListObject marker bug
  • 23c26d8 fix: Fixes #216, Fixed vet warnings, removed the code snippet which copied fiber.Ctx
  • cf1c449 fix: Fixes #239, Change SigV4 date comparison with UTC
  • cb6b603 fix: Fixes #243, fixed the error case for CopyObject to copy the object into itself
  • 1874d3c fix: Fixes #244, Added destincation bucket ACL check for CopyObject action (#253)
  • c9653cf fix: Fixes #245, Fixed exceeding range error for UploadPartCopy action
  • 145c2dd fix: builds for non 64 bit linux arch
  • 1959fac fix: goreleaser remove merge commits from release changelog
  • c9475ad fix: remove body limit for admin app
  • 35fe6d8 fix: some cleanup in posix, router and acl