Skip to content

Commit 6fe064d

Browse files
committed
Changelog for 4.11.0
1 parent d6e7a7b commit 6fe064d

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Whenever a 3rd party library is updated, S3Mock will update it's MINOR version.
88
* [PLANNED - 5.x - RELEASE TBD](#planned---5x---release-tbd)
99
* [Planned changes](#planned-changes)
1010
* [CURRENT - 4.x - THIS VERSION IS UNDER ACTIVE DEVELOPMENT](#current---4x---this-version-is-under-active-development)
11-
* [4.11.0 - PLANNED](#4110---planned)
11+
* [4.11.0](#4110)
1212
* [4.10.0](#4100)
1313
* [4.9.1](#491)
1414
* [4.9.0](#490)
@@ -152,21 +152,28 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
152152

153153
**The current major version 4 will receive new features, dependency updates and bug fixes on a continuous basis. We usually follow the Spring Boot release cycle.**
154154

155-
## 4.11.0 - PLANNED
155+
## 4.11.0
156156
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
157157

158-
**This is currently the last planned minor release of 4.x.**
158+
**This is the last planned minor release of 4.x.**
159159

160160
* Features and fixes
161-
* TBD
161+
* Support quiet parameter in DeleteObjects (fixes #2756)
162162
* Refactorings
163163
* TBD
164164
* Version updates (deliverable dependencies)
165+
* Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
165166
* Update to Spring Boot 3.5.8
166167
* Planned release November 20th 2025
167168
* https://github.com/spring-projects/spring-boot/milestone/401
168169
* Version updates (build dependencies)
169-
* TBD
170+
* Bump io.fabric8:docker-maven-plugin from 0.47.0 to 0.48.0
171+
* Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0
172+
* Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0
173+
* Bump actions/dependency-review-action from 4.8.1 to 4.8.2
174+
* Bump com.puppycrawl.tools:checkstyle from 12.1.1 to 12.1.2
175+
* Bump actions/checkout from 5.0.0 to 5.0.1
176+
* Bump github/codeql-action from 4.31.2 to 4.31.3
170177

171178
## 4.10.0
172179
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.

0 commit comments

Comments
 (0)