Skip to content

Commit adaf816

Browse files
committed
Changelog for 4.2.0
1 parent 8b3cb36 commit adaf816

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
* [PLANNED - 5.x - RELEASE TBD](#planned---5x---release-tbd)
1212
* [Planned changes](#planned-changes)
1313
* [CURRENT - 4.x - THIS VERSION IS UNDER ACTIVE DEVELOPMENT](#current---4x---this-version-is-under-active-development)
14-
* [4.2.0 - PLANNED](#420---planned)
14+
* [4.3.0 - PLANNED](#430---planned)
15+
* [4.2.0](#420)
1516
* [4.1.1](#411)
1617
* [4.1.0](#410)
1718
* [4.0.0](#400)
@@ -140,16 +141,28 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
140141

141142
**The current major version 4 will receive new features, dependency updates and bug fixes on a continuous basis.**
142143

143-
## 4.2.0 - PLANNED
144+
## 4.3.0 - PLANNED
145+
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
146+
147+
* Features and fixes
148+
* none
149+
* Refactorings
150+
* none
151+
* Version updates (deliverable dependencies)
152+
* none
153+
* Version updates (build dependencies)
154+
* none
155+
156+
## 4.2.0
144157
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
145158

146159
* Features and fixes
147160
* Support checksum algorithm CRC64NVME (fixes #2334)
148161
* Refactorings
149162
* API / DTO consistency check 2025/04
150163
* Check AWS API for changes
151-
* Update S3Mock API / DTOs
152-
* Add tests for changed API / DTOs
164+
* Update S3Mock API / DTOs
165+
* Add tests for changed API / DTOs
153166
* CreateBucket API now accepts "CreateBucketConfiguration" request body
154167
* HeadBucket API now returns region and location headers
155168
* CompleteMultipartUpload API now accepts checksums and returns checksums
@@ -165,12 +178,13 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
165178
* DeleteObject now supports conditional requests
166179
* PutObject now supports conditional requests
167180
* 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
181+
* Bump aws-v2.version from 2.31.25 to 2.31.38
182+
* Bump aws.sdk.kotlin:s3-jvm from 1.4.67 to 1.4.80
170183
* Bump aws.version from 1.12.782 to 1.12.783
171184
* Bump spring-boot.version from 3.4.4 to 3.4.5
172185
* Bump testcontainers.version from 1.20.6 to 1.21.0
173186
* Version updates (build dependencies)
187+
* Bump actions/dependency-review-action from 4.6.0 to 4.7.0
174188
* Bump github/codeql-action from 3.28.15 to 3.28.17
175189
* Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1
176190

0 commit comments

Comments
 (0)