Skip to content

Releases: rexzhang/asgi-webdav

Release v1.3.0

30 Sep 04:05
Compare
Choose a tag to compare
  • Add examples.work_together_with_other_asgi_app.py, thanks @davidbrochart
  • LDAP is now optional
  • uvicorn is now optional
  • FileSystemProvider uses more aiofiles API
  • Change DAVRequest.depth's default value from DAVDepth.infinity to DAVDepth.d0
  • PROPFIND will return 200 if only one DAV property response in the return

Release v1.2.0

21 Jun 05:04
Compare
Choose a tag to compare
  • Broken change
    • Change Config.compression.user_content_type_rule to Config.compression.content_type_user_rule
  • Add more support for HTTP header: Range
  • Fix HTTP Digest rules checker
  • Add a new property DAVResponse.compression_method

Release v1.1.0

21 Jun 05:06
Compare
Choose a tag to compare
  • Add new feature: CORS
  • Reduce Docker image size

Release v1.0.0

09 Mar 07:46
Compare
Choose a tag to compare
  • Broken change
    • Remove feature: DirBrowserIgnore
  • Change docker base image from slim -> alpine,
  • Add non-root support in docker container
  • Add new feature: hide file in directory
  • Add hashlib support for stored password
  • Add LDAP support for stored password

Release v0.9.1

02 Aug 05:32
Compare
Choose a tag to compare
  • Fix bug

Release v0.9.0

02 Aug 02:50
Compare
Choose a tag to compare

Add Config.http_digest_auth.enable_rule

Release v0.8.1

30 Jul 07:32
Compare
Choose a tag to compare
  • Real client ip address
  • CLI support
  • Release Windows/macOS package
  • Fix Dockerfile