Releases: skshetry/webdav4
Releases · skshetry/webdav4
v0.8.2: dependencies update, and possible bugfix on stream
- performance improvement in fsspec new release for find
- bugfix on stream during seek, where it could use Ranged response
to compute the size of the stream (whereas it should have used size
of Initial response). - Weekly package updates
v0.8.1: pkg description update and tests improvement
No other changes.
v0.8.0: Optimizations and housekeeping
mkdir
cli command- respects FORCE_COLOR properly, even if it's a tty
- respects chunksize
- optimizes ls call
- adds
size
for providing hints duringupload_fobj
- Run tests for 3.10
- housekeeping: updates and pins some packages
CLI, Retry/reconnect during download and updated to latest fsspec
- Added CLI for dav - Added support for retry/reconnect on connection failure - Updated fsspec to 2021.06.0
hotfix: fix typing related issue
v0.6.1 Fix typing related bug
Improved fsspec compliance, retires and improved parsing
- Improved fsspec compliance
- Retries
- Improved parsing of xml
- Lax datetime parser
- Lots of tests for fsspec compliance
v0.5.0 - Add testpypi builds
No changes other than the CI/builds.
v0.4.0 - Support additional config and added tests
- Specifying certs and other config options that are in
httpx
are possible. - Some tests for copy/upload/download were added.
- Small type-fixes.
v0.3 - Update CI pipelines
v0.3.0 Update CI Pipelines
v0.2 - Initial Release
Initial Release