Skip to content

Commit 7a39002

Browse files
committed
Changelog for 4.0.0
1 parent 2ab091e commit 7a39002

File tree

1 file changed

+45
-11
lines changed

1 file changed

+45
-11
lines changed

CHANGELOG.md

Lines changed: 45 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
<!-- TOC -->
1010
* [Changelog](#changelog)
1111
* [PLANNED - 5.x - RELEASE TBD](#planned---5x---release-tbd)
12-
* [Planned changes](#planned-changes)
12+
* [Planned changes](#planned-changes)
1313
* [CURRENT - 4.x - THIS VERSION IS UNDER ACTIVE DEVELOPMENT](#current---4x---this-version-is-under-active-development)
14-
* [4.0.0](#400)
14+
* [4.1.1 - PLANNED](#411---planned)
15+
* [4.1.0 - PLANNED](#410---planned)
16+
* [4.0.0](#400)
1517
* [DEPRECATED - 3.x](#deprecated---3x)
1618
* [3.12.0](#3120)
1719
* [3.11.0](#3110)
@@ -113,7 +115,7 @@ Running S3Mock in unit tests is still supported by using [TestContainers](https:
113115

114116
**Once 5.x is released, 4.x may receive bug fixes and features, this will be best-effort only.**
115117

116-
### Planned changes
118+
## Planned changes
117119

118120
* Features and fixes
119121
* TBD
@@ -133,9 +135,36 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
133135

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

136-
### 4.0.0
138+
## 4.1.1 - PLANNED
139+
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
140+
141+
* Features and fixes
142+
* Content-Encoding: aws-chunked should not be stored (fixes #2218)
143+
* Refactorings
144+
* TBD
145+
* Version updates (deliverable dependencies)
146+
* TBD
147+
* Version updates (build dependencies)
148+
* TBD
149+
150+
## 4.1.0 - PLANNED
151+
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
152+
153+
* Features and fixes
154+
* Support Browser-Based Uploads Using POST (fixes #2200)
155+
* https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-UsingHTTPPOST.html
156+
* Refactorings
157+
* TBD
158+
* Version updates (deliverable dependencies)
159+
* TBD
160+
* Version updates (build dependencies)
161+
* TBD
162+
163+
## 4.0.0
164+
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
137165

138166
* Features and fixes
167+
* Basic support for versions in API (fixes #64)
139168
* Allow overriding headers in head object
140169
* Implement If-(Un)modified-Since handling (fixes #829)
141170
* Close all InputStreams and OutputStreams
@@ -144,11 +173,11 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
144173
* "FROM" in Dockerfile did not match "as"
145174
* Delete files on shutdown using a `DisposableBean` instead of `File#deleteOnExit()`
146175
* Version updates (deliverable dependencies)
147-
* Bump spring-boot.version from 3.3.5 to 3.4.3
176+
* Bump spring-boot.version from 3.3.5 to 3.4.4
148177
* Jackson 2.18.2 to 2.17.2 (remove override, use Spring-Boot supplied version)
149-
* Bump aws-v2.version from 2.29.29 to 2.30.34
178+
* Bump aws-v2.version from 2.29.29 to 2.31.0
150179
* Bump aws.version from 1.12.779 to 1.12.780
151-
* Bump kotlin.version from 2.1.0 to 2.1.10
180+
* Bump kotlin.version from 2.1.0 to 2.1.20
152181
* Bump testcontainers.version from 1.20.4 to 1.20.6
153182
* Bump org.testng:testng from 7.10.2 to 7.11.0
154183
* Bump aws.version from 1.12.780 to 1.12.782
@@ -158,13 +187,18 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
158187
* Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1
159188
* Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4
160189
* Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4
161-
* Bump github/codeql-action from 3.27.6 to 3.28.11
190+
* Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3
191+
* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3
192+
* Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13
193+
* Bump license-maven-plugin-git.version from 4.6 to 5.0.0
194+
* Bump github/codeql-action from 3.27.6 to 3.28.13
162195
* Bump docker/setup-qemu-action from 3.2.0 to 3.6.0
163-
* Bump actions/upload-artifact from 4.4.3 to 4.6.1
196+
* Bump actions/upload-artifact from 4.4.3 to 4.6.2
164197
* Bump actions/setup-java from 4.5.0 to 4.7.0
165-
* Bump step-security/harden-runner from 2.10.2 to 2.11.0
198+
* Bump actions/dependency-review-action from 4.5.0 to 4.6.0
199+
* Bump step-security/harden-runner from 2.10.2 to 2.11.1
166200
* Bump ossf/scorecard-action from 2.4.0 to 2.4.1
167-
* Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.4
201+
* Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.23.0
168202
* Bump advanced-security/sbom-generator-action from 0.0.1 to 0.0.2
169203

170204

0 commit comments

Comments
 (0)