Update dependency webdav to v4 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
webdav | dependencies | major | ^3.3.0 -> ^4.0.0 |
Release Notes
perry-mitchell/webdav-client
v4.4.0
2021-05-09
- #259 Ensure correct collection path when creating directory
-
#258 Handle prop status code in response when using
stat
v4.3.0
2021-03-28
-
#118
createDirectory
recursive
option
v4.2.1
2021-03-07
Includes a new feature for v4: data
override option in method options. This missing feature is actually a regression when compared to the v3 code-base, but is now a first-party citizen in v4.
-
Bugfix:
- #238 Regression: Not possible to request custom properties in v4
v4.2.0
2021-02-18
-
#203
putFileContents
412 response handling when{ overwrite: false }
-
#142 Callbacks with
response
s forcreateReadStream
andcreateWriteStream
-
#31 Errors thrown for range requests that don't return
206 Partial Content
v4.1.0
2021-02-15
- Overridable
headers
option for most methods - Set and get base client headers via
setHeaders
andgetHeaders
v4.0.0
2021-02-01
-
Major release
- Project re-written in Typescript
Breaking changes:
- Authentication is explicit in v4, when not using basic/no authentication. Specify the authentication type when creating the client.
-
headers
can be specified when creating a client. These are overridden by method-specific headers when making requests.
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.
Edited by Reiter, Christoph