Update dependency Sanic-Cors to v0.10.0.post3 #60
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.9.4
->==0.10.0.post3
Release Notes
ashleysommer/sanic-cors (Sanic-Cors)
v0.10.0.post3
Compare Source
the Sanic-CORS middleware
v0.10.0.post2
Compare Source
v0.10.0.post1
Compare Source
before the request context for a given request is created.
v0.10.0
Compare Source
the Sanic-CORS middleware
v0.9.9.post4
Compare Source
This is the last version of sanic-cors to support Sanic 0.8.3
Bump Sanic-Plugins-Framework to 0.8.2.post1 to fix a big.
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
Bump Sanic-Plugins-Framework to 0.8.2.post1 to fix a big.
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
v0.9.8.post2
Compare Source
Bump minimum required Sanic-Plugins-Framework version to 0.8.1
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.
v0.9.8
Compare Source
Bump minimum required Sanic-Plugins-Framework version to 0.8.2
v0.9.7
Compare Source
Changes to allow pickling of the Sanic-CORS Plugin on a Sanic App
workers=
on WindowsBump minimum required Sanic-Plugins-Framework version to 0.6.4.dev20181101
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.
This PR was generated by Mend Renovate. View the repository job log.