- You can now display a progress bar using `tqdm=True`. Note that this requires the `tqdm` package to be installed, and since some ODS platforms do not return the `Content-Length` HTTP header, only the size and download rate might be displayed. Fixed [9](https://github.com/smarie/python-odsclient/issues/9)
- You can now stream a dataset directly to a file using `to_path`. Fixed [9](https://github.com/smarie/python-odsclient/issues/9)
- `apikey_filepath` can now be a `pathlib.Path`.