Skip to content

Releases: adobe/S3Mock

4.11.0

04 Dec 14:16
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

This is the last planned minor release of 4.x.

  • Features and fixes
    • Support quiet parameter in DeleteObjects (fixes #2756)
  • Version updates (deliverable dependencies)
    • Bump spring-boot.version from 3.5.7 to 3.5.8
    • Bump aws-v2.version from 2.38.1 to 2.40.0
    • Bump aws.version from 1.12.793 to 1.12.794
    • Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
    • Bump alpine from 3.22.2 to 3.23.0 in /docker
  • Version updates (build dependencies)
    • Bump aws.sdk.kotlin:s3-jvm from 1.5.77 to 1.5.95
    • Bump io.fabric8:docker-maven-plugin from 0.47.0 to 0.48.0
    • Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.3.0
    • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0
    • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0
    • Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0
    • Bump actions/stale from 10.1.0 to 10.1.1
    • Bump actions/dependency-review-action from 4.8.1 to 4.8.2
    • Bump com.puppycrawl.tools:checkstyle from 12.1.1 to 12.2.0
    • Bump actions/checkout from 5.0.0 to 6.0.1
    • Bump github/codeql-action from 4.31.2 to 4.31.6
    • Bump step-security/harden-runner from 2.13.2 to 2.13.3
    • Bump maven wrapper from 3.3.3 to 3.3.4

What's Changed

  • Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by @dependabot[bot] in #2758
  • Bump actions/dependency-review-action from 4.8.1 to 4.8.2 by @dependabot[bot] in #2762
  • Bump com.puppycrawl.tools:checkstyle from 12.1.1 to 12.1.2 by @dependabot[bot] in #2763
  • Support quiet parameter in DeleteObjects by @nikeee in #2756
  • Bump actions/checkout from 5.0.0 to 5.0.1 by @dependabot[bot] in #2778
  • Bump io.fabric8:docker-maven-plugin from 0.47.0 to 0.48.0 by @dependabot[bot] in #2777
  • Bump github/codeql-action from 4.31.2 to 4.31.3 by @dependabot[bot] in #2772
  • Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 by @dependabot[bot] in #2775
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.2 to 3.5.0 by @dependabot[bot] in #2776
  • Bump actions/checkout from 5.0.1 to 6.0.0 by @dependabot[bot] in #2787
  • Bump github/codeql-action from 4.31.3 to 4.31.4 by @dependabot[bot] in #2781
  • Bump github/codeql-action from 4.31.4 to 4.31.5 by @dependabot[bot] in #2797
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #2809
  • Bump github/codeql-action from 4.31.5 to 4.31.6 by @dependabot[bot] in #2811
  • Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #2808
  • Bump step-security/harden-runner from 2.13.2 to 2.13.3 by @dependabot[bot] in #2814
  • Bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #2813
  • Bump com.puppycrawl.tools:checkstyle from 12.1.2 to 12.2.0 by @dependabot[bot] in #2807
  • Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 by @dependabot[bot] in #2817
  • Bump actions/stale from 10.1.0 to 10.1.1 by @dependabot[bot] in #2818
  • Bump alpine from 3.22.2 to 3.23.0 in /docker by @dependabot[bot] in #2819
  • Bump aws.version from 1.12.793 to 1.12.794 by @dependabot[bot] in #2798
  • Bump aws-v2.version from 2.38.1 to 2.40.0 by @dependabot[bot] in #2815
  • Bump aws.sdk.kotlin:s3-jvm from 1.5.77 to 1.5.95 by @dependabot[bot] in #2816
  • 4.11.0 by @afranken in #2768

Full Changelog: 4.10.0...4.11.0

4.10.0

07 Nov 23:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

  • Features and fixes
    • Return correct error body on invalid ranges (fixes #2732)
    • Accept unquoted etags in if-match/if-none-match headers (fixes #2665)
    • StoreCleaner deletes files on exit (fixes #2745)
  • Refactorings
    • Drop commons-lang3 dependency and replace its usages with core Java (fixes #2735)
  • Version updates (deliverable dependencies)
    • Bump spring-boot.version from 3.5.6 to 3.5.7
    • Bump aws-v2.version from 2.33.12 to 2.38.1
    • Bump aws.version from 1.12.791 to 1.12.793
    • Bump alpine from 3.22.1 to 3.22.2 in /docker
    • Bump commons-codec:commons-codec from 1.19.0 to 1.20.0
    • Bump commons-io:commons-io from 2.20.0 to 2.21.0
  • Version updates (build dependencies)
    • Bump kotlin.version from 2.2.20 to 2.2.21
    • Bump aws.sdk.kotlin:s3-jvm from 1.5.41 to 1.5.77
    • Bump io.fabric8:docker-maven-plugin from 0.46.0 to 0.47.0
    • Bump digital.pragmatech.testing:spring-test-profiler from 0.0.12 to 0.0.14
    • Bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.1.0
    • Bump org.xmlunit:xmlunit-assertj3 from 2.10.4 to 2.11.0
    • Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.2
    • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0
    • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1
    • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.9.0
    • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2
    • Bump com.puppycrawl.tools:checkstyle from 11.0.1 to 12.1.1
    • Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14
    • Bump github/codeql-action from 3.30.3 to 4.31.2
    • Bump actions/dependency-review-action from 4.7.3 to 4.8.1
    • Bump ossf/scorecard-action from 2.4.2 to 2.4.3
    • Bump actions/stale from 10.0.0 to 10.1.0
    • Bump actions/upload-artifact from 4.6.2 to 5.0.0
    • Bump step-security/harden-runner from 2.13.1 to 2.13.2
    • Bump docker/setup-qemu-action from 3.6.0 to 3.7.0

What's Changed

  • Bump github/codeql-action from 3.30.3 to 3.30.4 by @dependabot[bot] in #2652
  • Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 by @dependabot[bot] in #2649
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #2645
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #2643
  • Bump actions/dependency-review-action from 4.7.3 to 4.8.0 by @dependabot[bot] in #2656
  • Bump github/codeql-action from 3.30.4 to 3.30.5 by @dependabot[bot] in #2655
  • Bump ossf/scorecard-action from 2.4.2 to 2.4.3 by @dependabot[bot] in #2669
  • Bump org.mockito.kotlin:mockito-kotlin from 6.0.0 to 6.1.0 by @dependabot[bot] in #2664
  • Bump com.puppycrawl.tools:checkstyle from 11.0.1 to 11.1.0 by @dependabot[bot] in #2660
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.0 by @dependabot[bot] in #2662
  • Bump actions/stale from 10.0.0 to 10.1.0 by @dependabot[bot] in #2677
  • Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.1 to 3.9.0 by @dependabot[bot] in #2674
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #2671
  • Bump github/codeql-action from 3.30.5 to 3.30.6 by @dependabot[bot] in #2673
  • Bump digital.pragmatech.testing:spring-test-profiler from 0.0.12 to 0.0.13 by @dependabot[bot] in #2668
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.6.0 to 3.6.1 by @dependabot[bot] in #2681
  • Bump github/codeql-action from 3.30.6 to 4.30.7 by @dependabot[bot] in #2684
  • Bump com.puppycrawl.tools:checkstyle from 11.1.0 to 12.0.1 by @dependabot[bot] in #2696
  • Bump actions/dependency-review-action from 4.8.0 to 4.8.1 by @dependabot[bot] in #2695
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by @dependabot[bot] in #2694
  • Bump github/codeql-action from 4.30.7 to 4.30.8 by @dependabot[bot] in #2692
  • Bump alpine from 3.22.1 to 3.22.2 in /docker by @dependabot[bot] in #2690
  • Bump kotlin.version from 2.2.20 to 2.2.21 by @dependabot[bot] in #2714
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #2710
  • Bump spring-boot.version from 3.5.6 to 3.5.7 by @dependabot[bot] in #2715
  • Bump actions/upload-artifact from 4.6.2 to 5.0.0 by @dependabot[bot] in #2720
  • Bump org.xmlunit:xmlunit-assertj3 from 2.10.4 to 2.11.0 by @dependabot[bot] in #2718
  • Bump github/codeql-action from 4.30.8 to 4.31.2 by @dependabot[bot] in #2730
  • Bump aws.version from 1.12.791 to 1.12.793 by @dependabot[bot] in #2727
  • Bump com.puppycrawl.tools:checkstyle from 12.0.1 to 12.1.1 by @dependabot[bot] in #2722
  • Bump aws.sdk.kotlin:s3-jvm from 1.5.41 to 1.5.73 by @dependabot[bot] in #2733
  • Return correct error body on invalid ranges by @nikeee in #2731
  • chore: drop commons-lang3 dependency and replace its usages with core Java by @vlsi in #2737
  • 4.10.0 by @afranken in #2657
  • Bump step-security/harden-runner from 2.13.1 to 2.13.2 by @dependabot[bot] in #2748
  • Bump docker/setup-qemu-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #2747
  • Bump io.fabric8:docker-maven-plugin from 0.46.0 to 0.47.0 by @dependabot[bot] in #2741
  • Bump digital.pragmatech.testing:spring-test-profiler from 0.0.13 to 0.0.14 by @dependabot[bot] in #2744
  • Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 by @dependabot[bot] in #2749
  • Bump commons-io:commons-io from 2.20.0 to 2.21.0 by @dependabot[bot] in #2753
  • Bump aws.sdk.kotlin:s3-jvm from 1.5.73 to 1.5.77 by @dependabot[bot] in #2754
  • Bump aws-v2.version from 2.37.2 to 2.38.1 by @dependabot[bot] in #2752
  • Prepare for 4.10.0 by @afranken in #2739

New Contributors

Full Changelog: 4.9.1...4.10.0

4.9.1

19 Sep 16:13
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

  • Features and fixes
    • Remove Content-Type expectation from PutBucketVersioning (Fixes #2635)
    • Let S3Mock validate bucket names according to AWS rules
  • Refactorings
    • Let TaggingHeaderConverter convert XML tags
    • Let Spring convert StorageClass in postObject
    • Fix build errors: skip JavaDoc generation for POM type modules.
    • Build robustness: execute unit and integration tests in parallel and in random order.
    • Faster startup time through lazy initialization
    • Build: move "checkstyle.xml" to "etc/". The "build-config" module was never necessary.
    • Build: update Google Checkstyle to the latest version and fix violations.
    • Build: use ktlint-maven-plugin to validate Kotlin code style.
  • Version updates (deliverable dependencies)
    • Bump spring-boot.version from 3.5.5 to 3.5.6
    • Bump aws-v2.version from 2.32.31 to 2.33.12
    • Bump aws.version from 1.12.788 to 1.12.791
  • Version updates (build dependencies)
    • Bump Java 21 to Java 25 to build S3Mock.
    • Bump kotlin.version from 2.2.10 to 2.2.20
    • Bump aws.sdk.kotlin:s3-jvm from 1.5.26 to 1.5.41
    • Bump org.xmlunit:xmlunit-assertj3 from 2.10.3 to 2.10.4
    • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4
    • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.3 to 3.5.4
    • Bump com.puppycrawl.tools:checkstyle from 11.0.0 to 11.0.1
    • Bump digital.pragmatech.testing:spring-test-profiler from 0.0.11 to 0.0.12
    • Bump actions/stale from 9.1.0 to 10.0.0
    • Bump github/codeql-action from 3.29.11 to 3.30.3
    • Bump step-security/harden-runner from 2.13.0 to 2.13.1
    • Bump maven from 3.9.9 to 3.9.11
    • Bump maven wrapper from 3.3.2 to 3.3.3

What's Changed

Full Changelog: 4.8.0...4.9.1

4.8.0

29 Aug 22:05

Choose a tag to compare

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

  • Features and fixes
    • CompleteMultipartUpload is idempotent (fixes #2586)
  • Refactorings
    • UploadId is always a UUID. Use UUID type in S3Mock instead of String.
    • Validate partNumbers to be positive integers.
    • Force convergence on the newest available transitive dependency versions.
    • Optimize file storage for large objects by using buffered streams.
  • Version updates (deliverable dependencies)
    • Bump spring-boot.version from 3.5.4 to 3.5.5
    • Bump aws-v2.version from 2.32.7 to 2.32.31
    • Bump org.apache.commons:commons-compress from 1.27.1 to 1.28.0
  • Version updates (build dependencies)
    • Bump kotlin.version from 2.2.0 to 2.2.10
    • Bump aws.sdk.kotlin:s3-jvm from 1.4.125 to 1.5.26
    • Bump digital.pragmatech.testing:spring-test-profiler from 0.0.5 to 0.0.11
    • Bump com.puppycrawl.tools:checkstyle from 10.26.1 to 11.0.0
    • Bump github/codeql-action from 3.29.4 to 3.29.11
    • Bump actions/checkout from 4.2.2 to 5.0.0
    • Bump actions/setup-java from 4.7.1 to 5.0.0
    • Bump actions/dependency-review-action from 4.7.2 to 4.7.3

What's Changed

Full Changelog: 4.7.0...4.8.0

4.7.0

25 Jul 16:09

Choose a tag to compare

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

  • Features and fixes
    • Fix store property overrides for "com.adobe.testing.s3mock.store" properties. (Fixes #2524)
  • Refactorings
    • Enable Spring Boot Actuator in "debug" and "trace" profiles.
    • Enable Spring Test Profiler during test runs.
  • Version updates (deliverable dependencies)
    • Bump spring-boot.version from 3.5.3 to 3.5.4
    • Bump aws-v2.version from 2.31.77 to 2.32.7
    • Bump aws.version from 1.12.787 to 1.12.788
    • Bump commons-io:commons-io from 2.19.0 to 2.20.0
    • Bump alpine from 3.22.0 to 3.22.1 in /docker
  • Version updates (build dependencies)
    • Bump aws.sdk.kotlin:s3-jvm from 1.4.109 to 1.4.125
    • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1
    • Bump org.mockito.kotlin:mockito-kotlin from 5.4.0 to 6.0.0
    • Bump step-security/harden-runner from 2.12.2 to 2.13.0
    • Bump github/codeql-action from 3.29.2 to 3.29.4

What's Changed

Full Changelog: 4.6.0...4.7.0

4.6.0

07 Jul 12:34

Choose a tag to compare

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

  • Features and fixes
    • Fail PUT object with match on non-existent keys (fixes #2502)
  • Refactorings
    • Remove unused imports
    • Fix Kotlin 2.2 usage
    • Ignore .vscode and .cursor configurations
    • Minor refactorings for clarity.
    • 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.
  • Version updates (deliverable dependencies)
    • Bump aws-v2.version from 2.31.67 to 2.31.77
    • Bump testcontainers.version from 1.21.2 to 1.21.3
  • Version updates (build dependencies)
    • Bump aws.sdk.kotlin:s3-jvm from 1.4.109 to 1.4.119
    • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8
    • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0
    • Bump com.puppycrawl.tools:checkstyle from 10.26.0 to 10.26.1
    • Bump github/codeql-action from 3.29.1 to 3.29.2
    • Bump step-security/harden-runner from 2.12.1 to 2.12.2

What's Changed

  • Bump github/codeql-action from 3.29.1 to 3.29.2 by @dependabot in #2492
  • Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot in #2490
  • Bump com.puppycrawl.tools:checkstyle from 10.26.0 to 10.26.1 by @dependabot in #2487
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot in #2498
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 by @dependabot in #2496
  • Fail PUT object with match on non-existent keys & code optimizations by @afranken in #2503
  • Bump aws.sdk.kotlin:s3-jvm from 1.4.109 to 1.4.119 by @dependabot in #2500
  • Bump testcontainers.version from 1.21.2 to 1.21.3 by @dependabot in #2491
  • Bump aws-v2.version from 2.31.67 to 2.31.77 by @dependabot in #2501

Full Changelog: 4.5.1...4.6.0

4.5.1

02 Jul 12:50

Choose a tag to compare

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

  • Features and fixes
    • ListObjectVersions API returns "isLatest=true" if versioning is not enabled. (fixes #2481)
    • Tags are now verified for correctness.
  • Refactorings
    • README.md fixes, typos, wording, clarifications
  • Version updates (deliverable dependencies)
    • None
  • Version updates (build dependencies)
    • Bump kotlin.version from 2.1.21 to 2.2.0
    • Bump github/codeql-action from 3.29.0 to 3.29.1
    • Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.26.0

What's Changed

Full Changelog: 4.5.0...4.5.1

4.5.0

23 Jun 16:16

Choose a tag to compare

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

  • Features and fixes
    • Implement DeleteObjectTagging API
  • Refactorings
    • Add JSpecify annotations to S3Mock code
    • Migrate unit tests in "testsupport" modules to Kotlin
    • Deprecation of legacy-style Spring properties in favor of current environment variables.
    • Various fixes and clarifications in README.md
  • Version updates (deliverable dependencies)
    • Bump alpine from 3.21.3 to 3.22.0 in /docker
    • Bump aws-v2.version from 2.31.50 to 2.31.67
    • Bump aws.version from 1.12.783 to 1.12.787
    • Bump spring-boot.version from 3.5.0 to 3.5.3
    • Bump testcontainers.version from 1.21.0 to 1.21.2
  • Version updates (build dependencies)
    • Bump aws.sdk.kotlin:s3-jvm from 1.4.91 to 1.4.109
    • Bump org.xmlunit:xmlunit-assertj3 from 2.10.2 to 2.10.3
    • Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1
    • Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0
    • Bump com.puppycrawl.tools:checkstyle from 10.24.0 to 10.25.0
    • Bump maven from 3.9.6 to 3.9.9
    • Bump maven-wrapper from 3.2.0 to 3.3.2
    • Bump ossf/scorecard-action from 2.4.1 to 2.4.2
    • Bump github/codeql-action from 3.28.18 to 3.29.0
    • Bump step-security/harden-runner from 2.12.0 to 2.12.1

What's Changed

Full Changelog: 4.4.0...4.5.0

4.4.0

27 May 15:13

Choose a tag to compare

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

  • Features and fixes
    • Fix order of ListObjectVersions (fixes #2412)
  • Refactorings
    • Remove configuration exclusions for Spring Security classes
      • We don't include Spring Security dependencies anymore.
  • Version updates (deliverable dependencies)
    • Bump spring-boot.version from 3.4.5 to 3.5.0
    • Bump aws-v2.version from 2.31.42 to 2.31.50
  • Version updates (build dependencies)
    • Bump aws.sdk.kotlin:s3-jvm from 1.4.83 to 1.4.91
    • Bump org.xmlunit:xmlunit-assertj3 from 2.10.0 to 2.10.2
    • Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.24.0
    • Bump github/codeql-action from 3.28.17 to 3.28.18

What's Changed

Full Changelog: 4.3.0...4.4.0

4.3.0

15 May 13:55

Choose a tag to compare

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

  • Features and fixes
    • S3Mock accepts * for conditional requests on all APIs. (fixes #2371)
    • Clarifications for S3Mock with custom SSL certificate usage in README.md
    • Clarifications for S3Mock with provided SSL certificate usage in README.md
  • Refactorings
    • none
  • Version updates (deliverable dependencies)
    • Bump aws-v2.version from 2.31.38 to 2.31.42
  • Version updates (build dependencies)
    • Bump aws.sdk.kotlin:s3-jvm from 1.4.80 to 1.4.83
    • Bump kotlin.version from 2.1.20 to 2.1.21
    • Bump actions/dependency-review-action from 4.7.0 to 4.7.1

What's Changed

Full Changelog: 4.2.0...4.3.0