You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[CURRENT - 4.x - THIS VERSION IS UNDER ACTIVE DEVELOPMENT](#current---4x---this-version-is-under-active-development)
11
-
*[4.6.0 - PLANNED](#460---planned)
11
+
*[4.7.0 - PLANNED](#470---planned)
12
+
*[4.6.0](#460)
12
13
*[4.5.1](#451)
13
14
*[4.5.0](#450)
14
15
*[4.4.0](#440)
@@ -146,7 +147,7 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
146
147
147
148
**The current major version 4 will receive new features, dependency updates and bug fixes on a continuous basis.**
148
149
149
-
## 4.6.0 - PLANNED
150
+
## 4.7.0 - PLANNED
150
151
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
151
152
152
153
* Features and fixes
@@ -158,6 +159,28 @@ Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Jav
158
159
* Version updates (build dependencies)
159
160
* TBD
160
161
162
+
## 4.6.0
163
+
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
164
+
165
+
* Features and fixes
166
+
* Fail PUT object with match on non-existent keys (fixes #2502)
167
+
* Refactorings
168
+
* Remove unused imports
169
+
* Fix Kotlin 2.2 usage
170
+
* Ignore .vscode and .cursor configurations
171
+
* Minor refactorings for clarity.
172
+
* Use fixed list of StorageClass values in tests. New values added by AWS sometimes break tests. We want to make sure to test a few different storage classes, no need to test every one.
173
+
* Version updates (deliverable dependencies)
174
+
* Bump aws-v2.version from 2.31.67 to 2.31.77
175
+
* Bump testcontainers.version from 1.21.2 to 1.21.3
176
+
* Version updates (build dependencies)
177
+
* Bump aws.sdk.kotlin:s3-jvm from 1.4.109 to 1.4.119
178
+
* Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8
179
+
* Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0
180
+
* Bump com.puppycrawl.tools:checkstyle from 10.26.0 to 10.26.1
181
+
* Bump github/codeql-action from 3.29.1 to 3.29.2
182
+
* Bump step-security/harden-runner from 2.12.1 to 2.12.2
183
+
161
184
## 4.5.1
162
185
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
0 commit comments