Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2022

Bumps wsgidav from 3.1.1 to 4.0.1.

Changelog

Sourced from wsgidav's changelog.

4.0.1 / 2022-01-11

  • #241: Add SSL libs to MSI installer

4.0.0 / 2022-01-09

Breaking Changes

  • Drop Python 2 support
  • Drop support for Python syntax in config files (wsgidav.conf)
  • Drop support for Microsoft Web Folders (option dir_browser.ms_mount).
  • API now sometimes enforces some named keyword args (fn(<args>, *, ...))
  • Rename option lock_manager to lock_storage
  • Moved lock_manager and lock_storage modules to lock_man package.
  • Move logging options to 'logging' section
  • Drop flup and CherryPy support from CLI (use cheroot instead of CherryPy)

New Features

  • Add CORS support
  • hotfixes.re_encode_path_info is true by default (null evaluates to false now!)
  • Add uvicorn server support to CLI
  • lock_storage, property_manager, provider_mapping can now be configured in the YAML file to use custom implementations using this syntax: { "class": <class_path>, "args": [<arg>, ...], "kwargs": {"<arg_name>": <val>, ... } }

Other changes

  • Provider root paths are evaluated relative to the location of the configuration file
  • DAVCollection, DAVNonCollection, DAVProvider are now ABCs.
  • Deprecate hotfixes.winxp_accept_root_share_login and hotfixes.win_accept_anonymous_options
  • DirBrowser supports ?davmount URLs by default (option dir_browser.davmount). The new option dir_browser.davmount_links controls link display (default: false).
  • #185 Fix FileLikeQueue for Python 3
  • #222 Discrepancy between "getetag" property and ETag header

3.1.2 / Unreleased

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [wsgidav](https://github.com/mar10/wsgidav) from 3.1.1 to 4.0.1.
- [Release notes](https://github.com/mar10/wsgidav/releases)
- [Changelog](https://github.com/mar10/wsgidav/blob/master/CHANGELOG.md)
- [Commits](mar10/wsgidav@v3.1.1...v4.0.1)

---
updated-dependencies:
- dependency-name: wsgidav
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 12, 2022 02:09
@dependabot dependabot bot requested a review from karajan1001 January 12, 2022 02:09
@dependabot dependabot bot requested a review from pmrowla January 12, 2022 02:09
@skshetry skshetry merged commit 4748121 into main Jan 14, 2022
@skshetry skshetry deleted the dependabot/pip/wsgidav-4.0.1 branch January 14, 2022 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant