- feat - add `megfile config alias` command for adding [custom protocol alias](https://megvii-research.github.io/megfile/readme.html#create-aliases) - glob path support using glob syntax within curly braces but does not support nesting.
3.1.3
- 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`