Skip to content

Commit b084188

Browse files
committed
Changelog for 4.2.0
1 parent 422bbed commit b084188

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,16 +151,23 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
151151
* Update S3Mock API / DTOs
152152
* Add tests for changed API / DTOs
153153
* CreateBucket API now accepts "CreateBucketConfiguration" request body
154+
* HeadBucket API now returns region and location headers
154155
* CompleteMultipartUpload API now accepts checksums and returns checksums
155156
* ListObjects API now returns "delimiter"
156157
* ListObjects V2 API now accepts "fetch-owner" and returns "delimiter"
157158
* ListBuckets API now accepts parameters listed in AWS S3 API
159+
* ListMultipartUploads now accepts parameters listed in AWS S3 API
160+
* ListParts now accepts parameters listed in AWS S3 API
161+
* UploadPartCopy now accepts and returns encryption headers
158162
* CreateMultipartUpload now accepts checksum headers and returns checksum and encryption headers
159163
* CompleteMultipartUpload now accepts checksum headers and returns checksum and encryption headers
160164
* Checksum validation on complete
161165
* DeleteObject now supports conditional requests
162166
* PutObject now supports conditional requests
163167
* Version updates (deliverable dependencies)
168+
* Bump aws-v2.version from 2.31.25 to 2.31.37
169+
* Bump aws.sdk.kotlin:s3-jvm from 1.4.67 to 1.4.79
170+
* Bump aws.version from 1.12.782 to 1.12.783
164171
* Bump spring-boot.version from 3.4.4 to 3.4.5
165172
* Bump testcontainers.version from 1.20.6 to 1.21.0
166173
* Version updates (build dependencies)

0 commit comments

Comments
 (0)