-------- - Add support to AzureBlobFileSystem for versioning - Assure full uri's are left stripped to remove "\" - Set Python requires >=3.8 in setup.cfg - _strip_protocol handle lists
2022.7.0
-------- - Fix overflow error when uploading files > 2GB
2022.04.0
--------- - Added support for Python 3.10 and pinned Python 3.8 - Skip test_url due to bug in Azurite - Added isort and update pre-commit
2022.02.0
---------- - Updated requirements to fsspec >= 2021.10.1 to fix 280 - Fixed deprecation warning in pytest_asyncio by setting asycio_mode = True
2021.10.1
---------- - Added support for Hierarchical Namespaces in Gen2 to enable multilevel Hive partitioned tables in pyarrow - Registered abfss:// as an entrypoint instead of registering at runtime - Implemented support for fsspec callbacks in put_file and get_file
2021.09.1
---------- - Fixed isdir() bug causing some directories to be labeled incorrectly as files - Added flexible url handling to improve compatibility with other applications using Spark and fsspec