Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 17:18
67e7b44

2.0.0 (2024-11-21)

⚠ BREAKING CHANGES

  • S3Path#setFileAttributes() was removed.
  • S3FileSystem#getCache() method was removed.
  • S3FileSystemProvider#getCache() was removed.
  • S3FileSystemProvider#setCache() was removed
  • S3OutputStream constructor signature changed.

Features

Deprecated

  • Move S3FileSystem#key2Parts into S3Utils. (9ea4d32)

Dependencies

  • upgrade: bump org.testcontainers:testcontainers from 1.20.3 to 1.20.4 (#865) (871fff3)
  • upgrade: Upgrade AWS SDK to latest v2.29.9 (#860) (03cd6fb)

Miscellaneous Chores

Build System

  • Move integration tests into separate test suite. (e561e5c)