Skip to content

Latest commit

 

History

History
127 lines (88 loc) · 5.02 KB

RELEASE_NOTES.md

File metadata and controls

127 lines (88 loc) · 5.02 KB

Release Notes

Version 3.14.6

Version 3.14.5

Version 3.14.4

  • Fixed the issue with gzipped content on download_from

Version 3.14.3

Version 3.14.2

  • Use a content type for determining is the resource a directory or not in the list method
  • Fixed the issue with duplicated path segments in download_sync and pull methods by https://github.com/jotbe
  • An ability to use certificates for authenticating by https://github.com/ajordanBBN
  • Removing of tailing slashes in web_hostname
  • An ability to use custom Auth methods in the Session by https://github.com/matrixx567

Version 3.14.1

Version 3.14

  • Override methods for customizing communication with WebDAV servers
  • Support multiple clients simultaneously
  • Sync modified files during pull and push by https://github.com/mont5piques

Version 0.14

  • Fixed an issue with checking resources on Yandex WebDAV server

Version 0.13 – 27.11.2019

Version 0.12 - 21.06.2019

Version 0.11 – 30.03.2019

Version 0.10 – 31.01.2019

Version 0.9 – 10.05.2018

Version 0.8 – 07.05.2018

Version 0.7 – 16.03.2018

Version 0.6 – 21.02.2018

Version 0.5 – 03.12.2017

  • Added method for setting of WebDAV resource property values in batch

Version 0.4 - 27.11.2017

  • Refactoring of WebDAV client and making it works in following methods:
    • Checking is remote resource directory
    • Fixed problem when connection lost during request executing and nothing was happened, now it raises an exception

Version 0.3 - 18.10.2017

  • Refactoring of WebDAV client and making it works in following methods:
    • Getting of WebDAV resource property value
    • Setting of WebDAV resource property value
    • Coping of resource on WebDAV server
    • Moving of resource on WebDAV server
    • Deleting of resource on WebDAV server
    • Getting of information about WebDAV resource

Version 0.2 - 11.09.2017

  • Refactoring of WebDAV client and making it works in following methods:
    • Constructor with connecting to WebDAV
    • Getting a list of resources on WebDAV
    • Getting an information about free space on WebDAV
    • Checking of existence of resource on WebDAV
    • Making a directory on WebDAV
    • Downloading of files and directories from WebDAV
    • Asynchronously downloading of files and directories from WebDAV
    • Uploading of files and directories to WebDAV
    • Asynchronously uploading of files and directories to WebDAV