@@ -8,7 +8,8 @@ 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.7.0 - PLANNED] ( #470---planned )
11+ * [ 4.8.0 - PLANNED] ( #480---planned )
12+ * [ 4.7.0] ( #470 )
1213 * [ 4.6.0] ( #460 )
1314 * [ 4.5.1] ( #451 )
1415 * [ 4.5.0] ( #450 )
@@ -147,7 +148,7 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
147148
148149** The current major version 4 will receive new features, dependency updates and bug fixes on a continuous basis.**
149150
150- ## 4.7 .0 - PLANNED
151+ ## 4.8 .0 - PLANNED
151152Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
152153
153154* Features and fixes
@@ -159,6 +160,27 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
159160* Version updates (build dependencies)
160161 * TBD
161162
163+ ## 4.7.0
164+ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
165+
166+ * Features and fixes
167+ * Fix store property overrides for "com.adobe.testing.s3mock.store" properties. (Fixes #2524 )
168+ * Refactorings
169+ * Enable Spring Boot Actuator in "debug" and "trace" profiles.
170+ * Enable [ Spring Test Profiler] ( https://github.com/PragmaTech-GmbH/spring-test-profiler ) during test runs.
171+ * Version updates (deliverable dependencies)
172+ * Bump spring-boot.version from 3.5.3 to 3.5.4
173+ * Bump aws-v2.version from 2.31.77 to 2.32.7
174+ * Bump aws.version from 1.12.787 to 1.12.788
175+ * Bump commons-io: commons-io from 2.19.0 to 2.20.0
176+ * Bump alpine from 3.22.0 to 3.22.1 in /docker
177+ * Version updates (build dependencies)
178+ * Bump aws.sdk.kotlin: s3-jvm from 1.4.109 to 1.4.125
179+ * Bump org.apache.maven.plugins: maven-enforcer-plugin from 3.6.0 to 3.6.1
180+ * Bump org.mockito.kotlin: mockito-kotlin from 5.4.0 to 6.0.0
181+ * Bump step-security/harden-runner from 2.12.2 to 2.13.0
182+ * Bump github/codeql-action from 3.29.2 to 3.29.4
183+
162184## 4.6.0
163185Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
164186
0 commit comments