Releases: corydolphin/flask-cors
Releases · corydolphin/flask-cors
Release Version 1.10.0
- Adds support for returning CORS headers with uncaught exceptions in production so 500s will have expected CORS headers set. This will allow clients to better surface the errors, rather than failing due to security. Reported and tested by @robertfw -- thanks!
- Improved conformance of preflight request handling to W3C spec.
- Code simplification and 100% test coverage 😎
Release Version 1.9.0
- Improves API consistency, allowing a CORS resource of '*'
- Improves documentation of the CORS app extension
- Fixes test import errors on Python 3.4.1 (Thanks @wking )