Skip to content

v1.0.6

Compare
Choose a tag to compare
@benmcclelland benmcclelland released this 29 Aug 20:03
· 239 commits to main since this release
9cfc2c7

Changelog

  • 282213a Demonstration dashboard for Versity gateway metrics (#771)
  • 59b12e0 chore(deps): bump the dev-dependencies group with 20 updates
  • 1198dee chore(deps): bump the dev-dependencies group with 5 updates
  • adbf535 chore(deps): bump the dev-dependencies group with 6 updates
  • 54490f5 chore: cleanup staticcheck errors
  • 9be4f27 feat: Added an integration test to cover the case to CopyObject with the copysource starting with /
  • d79f978 feat: Added the standard storage class to all the available get/list actions responses in posix. (#765)
  • 810bf01 feat: change startup banner to versitygw version
  • 296a78e feat: enable ipv6 support for listening socket
  • 201777c fix: Added an integration test case for ListObjectsV2 to specify max-keys as the exact number of objects in the bucket
  • 34b7fd6 fix: Added the root user data in the iam services records
  • cc3c62c fix: Change CreateMultipartUpload return type to match expected xml response
  • 684ab23 fix: Changed ListObjects and ListObjectsV2 actions return types
  • 23fd0d3 fix: Fixed PutBucketAcl action error handling, removed the bucket owner check for all the acl options
  • 71df685 fix: Fixed directory objects listing with delimiter
  • 227fdaa fix: Fixed the pagination for common prefixes in ListObjects & ListObjectsV2 actions
  • e1c2945 fix: add XMLName to InitiateMultipartUploadResult for consistency
  • baaffea fix: add ldap uid/gid attribute options to systemd example config
  • 2942b16 fix: allow listing buckets without acl attribute
  • c0c3229 fix: azure backend errors with storage url and container metadata
  • a36d974 fix: copy-object with replace metadata-directive
  • 20940f0 fix: handle "x-amz-copy-source" header starting with '/' in s3api
  • ee202b7 fix: move RFC 3339 time formatting to s3response
  • e92b36a fix: non-existing object delete response
  • 756d155 fix: put file corruption with chunked transfer
  • 453136b fix: return KeyTooLongError when filenames exceed allowed length
  • 77aa436 fix: unescape copy source before handing to backend
  • 923ee5f fix: update help description to reference repo