Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump wsgidav from 3.1.0 to 4.1.0 in /config #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 30, 2023

Bumps wsgidav from 3.1.0 to 4.1.0.

Release notes

Sourced from wsgidav's releases.

v4.1.0

Released 4.1.0

Changelog, Commit details.

v4.0.2

Released 4.0.2

Changelog, Commit details.

v4.0.1

No release notes provided.

v4.0.0

No release notes provided.

v4.0.0-a2

No release notes provided.

v3.1.1

Released 3.1.1 Commit details.

Changelog

Sourced from wsgidav's changelog.

4.1.0 / 2022-11-11

  • #246 Add dir_browser/htdocs folder setup.cfg (for install with pip install .)
  • #265 Fix PAM not threadsafe
  • #268 Use relative paths to support reverse proxies
  • Clarify how to use WsgiDAV behind a reverse proxy
  • mount_path option is now validated (must be empty or start with a '/')
  • Add dir_browser.directory_slash option to force trailing slashes (default: true). Also use relative paths in directory listings in order to improve behavior when running behind a reverse proxy.
  • #183 Fix MOVE for reverse proxies (experimental)
  • Resolve security advisory CVE-2022-41905 Thanks @​brunnjf (Jon Brunn)

4.0.2 / 2022-08-01

  • #245 Add charset utf-8 to Content-Type header
  • #246 Add dir_browser/htdocs folder to sdist (.tar.gz)
  • #248 Provider does not support set_last_modified" error
  • #251 Fix removing locks in recursive mode
  • #255 Fix ERROR: Invalid requirement: 'cheroot~=8'
  • #260 Fix Case-Sensitivity issue on MOVE/COPY actions through Windows DAV
  • Add shelve support to MSI installer (persistent lock- and property storage)
  • Deprecate Python 3.6 (i.e. stop testing)

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:

... (truncated)

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: wsgidav
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants