- Add `disable_read_cache` option to `msc.open()`.
- Fix recursive `rm()` in async_fs, `list` in the `posix_file` provider, and quickstart notebook.
- Avoid loading optional dependencies.
- Add copy object functionality.
- Support fsspec move.
- Enable retries for `IncompleteReadError`.
- Use atomic writes for POSIX storage provider.
- Limit boto3 version to <1.36.0 due to boto3 S3 integrity check changes.
- Close file object in `ObjectFile`.
- Fix `list_objects()` for OCI storage provider.
- Drop Python 3.8.
- Fix `list_objects()` to remove prefix from base path.
- Return POSIX paths in `glob()`.