Releases: Robothy/local-s3
Releases · Robothy/local-s3
1.10
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
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
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
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
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
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
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
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
- add the content-type header to some endpoints.
- docker support