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

Update dependency Sanic-Cors to v0.10.0.post3 #60

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Sanic-Cors ==0.9.4 -> ==0.10.0.post3 age adoption passing confidence

Release Notes

ashleysommer/sanic-cors (Sanic-Cors)

v0.10.0.post3

Compare Source

  • Fixes another issue introduced with Sanic 19.12, where automatic_options cannot work when the router is run before
    the Sanic-CORS middleware

v0.10.0.post2

Compare Source

  • Fixes the issue where the sanic asyncio server write_error routine cannot use an async Exception handler.
  • Fixes #​38 (again)

v0.10.0.post1

Compare Source

  • Fixed the errors seen in Sanic 19.12+ where the CORS exception handler could be triggered
    before the request context for a given request is created.
  • If on Sanic 19.9+ fallback to using the request.ctx object when request_context is not available
  • Fixes #​41

v0.10.0

Compare Source

  • Fixes another issue introduced with Sanic 19.12, where automatic_options cannot work when the router is run before
    the Sanic-CORS middleware

v0.9.9.post4

Compare Source

This is the last version of sanic-cors to support Sanic 0.8.3

  • Update to Sanic 18.12LTS (or higher) to use future Sanic-CORS releases

Bump Sanic-Plugins-Framework to 0.8.2.post1 to fix a big.

  • This is also the last version of SPF to support Sanic 0.8.3

Note, Sanic v19.12.0 (and 19.12.2) do not work with Sanic-CORS 0.9.9 series or earlier.
A new version coming out soon will work with sanic v19.12.

v0.9.9.post3

Compare Source

Revert previous patch. Sorry @​donjar

v0.9.9.post2

Compare Source

Apply fix for async error handlers. Thanks @​donjar

v0.9.9.post1

Compare Source

Actually fix import of headers on latest Sanic versions

v0.9.9

Compare Source

This is the last version of sanic-cors to support Sanic 0.8.3

  • Update to Sanic 18.12LTS (or higher) to use future Sanic-CORS releases

Bump Sanic-Plugins-Framework to 0.8.2.post1 to fix a big.

  • This is also the last version of SPF to support Sanic 0.8.3

Note, Sanic v19.12.0 (and 19.12.2) do not work with Sanic-CORS 0.9.9 series or earlier.
A new version coming out soon will work with sanic v19.12.

v0.9.8.post3

Compare Source

Bump minimum required Sanic-Plugins-Framework version to 0.8.2

  • This fixes compatibility with ASGI mode, as well as alternate server runners like gunicorn server runner.

v0.9.8.post2

Compare Source

Bump minimum required Sanic-Plugins-Framework version to 0.8.1

  • This allows us to use the new entrypoints feature to advertise the sanic_cors plugin to SPF apps.
  • See app_config_example for an example of how this works

v0.9.8.post1

Compare Source

Fix an issue where engineio websockets library can return a response of [], and Sanic will pass that onto response-middlewares.

  • We now just check for resp truthiness, so if a resp is None, or False, or [] or any other Falsy value, then we skip applying middleware.

v0.9.8

Compare Source

Bump minimum required Sanic-Plugins-Framework version to 0.8.2

  • This fixes compatibility with ASGI mode, as well as alternate server runners like gunicorn server runner.

v0.9.7

Compare Source

Changes to allow pickling of the Sanic-CORS Plugin on a Sanic App

  • This is to allow Multiprocessing via workers= on Windows
    Bump minimum required Sanic-Plugins-Framework version to 0.6.4.dev20181101
  • This release includes similar pickling fixes in order to solve Windows multiprocessing issues in Sanic-Plugins-Framework

v0.9.6

Compare Source

Minimum supported sanic is now 0.7.0 (removes legacy support)
Automatic-Options route now sets EVALUATED flag to prevent the response middleware from running again.
Fixed a bug in response.headers.add() function all.
Updated all (c)2017 text to (c)2018 (very late, I know)

v0.9.5

Compare Source

Finally a new Sanic is released on PyPI.
Bump min sanic to v0.8.1
Bump sanic-plugins-framework to latest
Use CIMultiDict from Sanic by default, rather than CIDict
Fix a test which broke after the CIDict change


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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.

0 participants