Highlights
Published to Maven Central: https://central.sonatype.com/artifact/software.amazon.nio.s3/aws-java-nio-spi-for-s3/2.5.0
Notable change (minor version bump): the public constant S3NioSpiConfiguration.AWS_ACCESS_KEY_PROPERTY value was corrected from aws.accessKey to aws.accessKeyId to match the AWS SDK system property name (#746). This is a semantic API change, hence the minor version bump.
Maven
<dependency>
<groupId>software.amazon.nio.s3</groupId>
<artifactId>aws-java-nio-spi-for-s3</artifactId>
<version>2.5.0</version>
</dependency>What's Changed
- Update version to 2.4.0 in documentation by @markjschreiber in #744
- fix: cache filesystem in newFileSystem to preserve configuration by @markjschreiber in #745
- fix: correct AWS_ACCESS_KEY_PROPERTY value to aws.accessKeyId by @markjschreiber in #746
- fix: S3Path.startsWith() throws on root path instead of returning true by @markjschreiber in #747
- fix: S3DirectoryStream returns absolute paths consist NIO contract by @markjschreiber in #748
- feat(streaming-multipart-upload): add streaming multipart uploads by @markjschreiber in #749
- build(deps): bump the aws-dependencies group with 2 updates by @dependabot[bot] in #750
- build(deps): bump net.jqwik:jqwik from 1.8.2 to 1.9.3 by @dependabot[bot] in #751
- build(deps): bump gradle-wrapper from 8.14.4 to 8.14.5 by @dependabot[bot] in #752
- build(deps): bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 by @dependabot[bot] in #754
- build(deps): bump net.jqwik:jqwik from 1.9.3 to 1.10.0 by @dependabot[bot] in #756
- build(deps): bump the aws-dependencies group across 1 directory with 2 updates by @dependabot[bot] in #755
- fix: downgrades jqwik by @markjschreiber in #758
- fix(S3ReadAheadByteChannel): fill destination buffer across fragments by @markjschreiber in #762
- chore: remove legacy agent file by @markjschreiber in #763
- build(deps): bump the aws-dependencies group with 2 updates by @dependabot[bot] in #759
- build(deps): bump ch.qos.logback:logback-classic from 1.5.32 to 1.5.34 in the test-dependencies group by @dependabot[bot] in #760
- Release version 2.5.0 by @markjschreiber in #764
Full Changelog: v2.4.0...v2.5.0