- feat - support retrying S3 request with error codes of `Timeout` and `RequestTimeout`.
3.1.2
- perf - add retry logic for S3 error `429` - fix - fix the deadlock issue of prefetch reader after fork
3.1.1
- perf - `smart_cache` in `w` mode can generate cache path when param `cache_path` is None - reader and writer support more types like `numpy.uint64` for some params, e.g. `offset` param in `seek` support `numpy.uint64` type
3.1.0.post2
- fix - fix `block_size` overwritten by default `min_block_size` in `s3_open`
3.1.0.post1
- fix - fix wrong name of cli
3.1.0
- breaking change - remove `megfile.utils.cachedproperty` - modify the parameter order of `s3_download` and `s3_upload` - change param `cookie` to `offset` in some `seek` functions - perf - optimize the type annotations - `FileLike` is subclass of `io.IOBase` and `typing.IO` - chore - use `pyproject.toml` instead of `setup.py`