v1.3.2
v1.3.2 (February 5, 2025)
New features
- Consume mountpoint-s3-client changes with support for dots in bucket name for COPY operation introduced in CRT (#300)
- Escape special characters in rename operation (#297)
- Support dots in bucket name for rename operation (#300)
- Handle torch.load changes in PyTorch 2.6 (#306)
- Remove dependency on mountpoint-s3-crt (#307)
Breaking changes
- Internal S3Client now returns
HeadObjectResultinstead ofObjectInfo. The only difference is thatHeadObjectResultdoesn't havekeyfield.
Full Changelog: v1.3.1...v1.3.2