Skip to content

Releases: skshetry/webdav4

v0.8.2: dependencies update, and possible bugfix on stream

29 Jun 03:42
0a1a340
Compare
Choose a tag to compare
  • 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

16 Jun 15:01
3307fd5
Compare
Choose a tag to compare

v0.8.0: Optimizations and housekeeping

16 Jun 12:13
7b146e8
Compare
Choose a tag to compare
  • mkdir cli command
  • respects FORCE_COLOR properly, even if it's a tty
  • respects chunksize
  • optimizes ls call
  • adds size for providing hints during upload_fobj
  • Run tests for 3.10
  • housekeeping: updates and pins some packages

CLI, Retry/reconnect during download and updated to latest fsspec

09 Jun 12:41
Compare
Choose a tag to compare
- Added CLI for dav

- Added support for retry/reconnect on connection failure
- Updated fsspec to 2021.06.0

hotfix: fix typing related issue

03 Jun 09:15
4c780c9
Compare
Choose a tag to compare
v0.6.1

Fix typing related bug

Improved fsspec compliance, retires and improved parsing

02 Jun 09:58
4d982a1
Compare
Choose a tag to compare
  • Improved fsspec compliance
  • Retries
  • Improved parsing of xml
  • Lax datetime parser
  • Lots of tests for fsspec compliance

v0.5.0 - Add testpypi builds

16 Feb 05:43
f20936b
Compare
Choose a tag to compare

No changes other than the CI/builds.

v0.4.0 - Support additional config and added tests

16 Feb 04:43
50ac7ac
Compare
Choose a tag to compare
  • 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

13 Feb 13:19
28c23e0
Compare
Choose a tag to compare
v0.3.0

Update CI Pipelines

v0.2 - Initial Release

13 Feb 12:38
b394ebd
Compare
Choose a tag to compare
Initial Release