Skip to content

Releases: Robothy/local-s3

1.11

31 Jul 09:12
6e576d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10...1.11

1.10

29 Jun 14:07
6c363df
Compare
Choose a tag to compare

What's Changed

  • support user-defined object metadata by @Robothy in #59
  • Return "501 Not Implemented" for unsupported S3 APIs by @Robothy in #61

Full Changelog: 1.9...1.10

1.9

18 May 03:16
4af3926
Compare
Choose a tag to compare
1.9

What's Changed

  • Wont write body for head by @Robothy in #55
  • ISSUE-56 add ETag for GetObject/PutObject/Head/ListObjects/ListObjectVersions by @Robothy in #57

Full Changelog: 1.8...1.9

1.8

05 Apr 08:07
c2e95bd
Compare
Choose a tag to compare
1.8

What's Changed

  • GraalVM native-image support by @Robothy in #49
  • add LOCAL_S3_LOGGING_LEVEL to control the logging leven of LocalS3 do… by @Robothy in #51
  • ISSUE-53 fix NPE when listing objects from an empty bucket. by @Robothy in #54

Full Changelog: 1.7...1.8

1.7

07 Feb 14:52
c458f42
Compare
Choose a tag to compare
1.7

What's Changed

  • allow put object with tagging. by @Robothy in #44
  • implement list buckets by @Robothy in #45
  • if bucket versioning is not enabled, then delete previous data file when put a new object. by @Robothy in #46
  • Add GraalVM native image based docker image. by @Robothy in #48

Full Changelog: 1.6...1.7

1.6

05 Jan 13:41
Compare
Choose a tag to compare
1.6

What's Changed

  • push Docker image with 'latest' tag in the release workflow. by @Robothy in #30
  • Implement put/get/delete object tagging API by @Robothy in #32
  • implement delete objects by @Robothy in #38
  • fix known bugs.

Full Changelog: 1.5...1.6

1.5

12 Dec 13:31
fe665f1
Compare
Choose a tag to compare
1.5

What's Changed

  • configure devcontainer by @Robothy in #16
  • Support multiple LocalS3 instance in the same JVM by @Robothy in #18
  • add test coverage by @Robothy in #19
  • implement bucket replication configuration. by @Robothy in #23
  • make to target compatibility to Java 8 by @Robothy in #25
  • implement server side bucket encryption service by @Robothy in #26

Full Changelog: 1.4...1.5

1.4

15 Nov 01:32
a78c076
Compare
Choose a tag to compare
1.4

What's Changed

  • Support running LocalS3 in IN_MEMORY mode with initial data by @Robothy in #11
  • testcontainers support by @Robothy in #14

Full Changelog: 1.3...1.4

1.2

08 Nov 14:17
9de5285
Compare
Choose a tag to compare
1.2

What's Changed

  • Add publish to Maven central requirements. by @Robothy in #2
  • remove robothy-platfrom dependencies by @Robothy in #3
  • upgrade lombok to 1.18.24 by @Robothy in #4
  • Change groupId to io.github.robothy
  • Publish to Maven central.

Full Changelog: 1.1...1.2

1.1

05 Nov 15:03
1174c2d
Compare
Choose a tag to compare
1.1
  • add the content-type header to some endpoints.
  • docker support