Sourced from flask-cors's releases.
v4.0.0
What's Changed
- Remove support for Python versions older than 3.8 by
@WAKayser
in corydolphin/flask-cors#330- Add GHA tooling by
@corydolphin
in corydolphin/flask-cors#331New Contributors
@WAKayser
made their first contribution in corydolphin/flask-cors#330Full Changelog: https://github.com/corydolphin/flask-cors/compare/3.1.01...v4.0.0
Release 4.0.0
What's Changed
- Remove support for Python versions older than 3.8 by
@WAKayser
in corydolphin/flask-cors#330- Add GHA tooling by
@corydolphin
in corydolphin/flask-cors#331New Contributors
@WAKayser
made their first contribution in corydolphin/flask-cors#330Full Changelog: https://github.com/corydolphin/flask-cors/compare/3.1.01...v4.0.0
PreRelease: v4.0.0a
What's Changed
- Remove support for old python versions by
@WAKayser
in corydolphin/flask-cors#330New Contributors
@WAKayser
made their first contribution in corydolphin/flask-cors#330Full Changelog: https://github.com/corydolphin/flask-cors/compare/3.1.01...v4.0.0a
3.1.01
What's Changed
- Include examples to specify that schema and port must be included in … by
@YPCrumble
in corydolphin/flask-cors#294- two small changes to the documentation, based on issue #290 by
@bbbart
in corydolphin/flask-cors#291- Fix typo by
@sunarch
in corydolphin/flask-cors#304- FIX: typo in CSRF by
@sattamjh
in corydolphin/flask-cors#315- Test against recent Python versions by
@pylipp
in corydolphin/flask-cors#314- Correct spelling mistakes by
@EdwardBetts
in corydolphin/flask-cors#311- 'Access-Control-Allow-Private-Network = true' header for http response by
@chelo-kjml
in corydolphin/flask-cors#318- docs: Fix a few typos by
@timgates42
in corydolphin/flask-cors#323- [Docs] Fix typo in configuration documentation by
@sachit-shroff
in corydolphin/flask-cors#316- Release Version 3.1.01 by
@corydolphin
in corydolphin/flask-cors#329New Contributors
@YPCrumble
made their first contribution in corydolphin/flask-cors#294@sunarch
made their first contribution in corydolphin/flask-cors#304@sattamjh
made their first contribution in corydolphin/flask-cors#315@pylipp
made their first contribution in corydolphin/flask-cors#314@EdwardBetts
made their first contribution in corydolphin/flask-cors#311@chelo-kjml
made their first contribution in corydolphin/flask-cors#318@sachit-shroff
made their first contribution in corydolphin/flask-cors#316
... (truncated)
Sourced from flask-cors's changelog.
4.0.0
- Remove support for Python versions older than 3.8 by
@WAKayser
in corydolphin/flask-cors#330- Add GHA tooling by
@corydolphin
in corydolphin/flask-cors#3313.1.01
- Include examples to specify that schema and port must be included in … by
@YPCrumble
in corydolphin/flask-cors#294- two small changes to the documentation, based on issue #290 by
@bbbart
in corydolphin/flask-cors#291- Fix typo by
@sunarch
in corydolphin/flask-cors#304- FIX: typo in CSRF by
@sattamjh
in corydolphin/flask-cors#315- Test against recent Python versions by
@pylipp
in corydolphin/flask-cors#314- Correct spelling mistakes by
@EdwardBetts
in corydolphin/flask-cors#311- 'Access-Control-Allow-Private-Network = true' header for http response by
@chelo-kjml
in corydolphin/flask-cors#318- docs: Fix a few typos by
@timgates42
in corydolphin/flask-cors#323- [Docs] Fix typo in configuration documentation by
@sachit-shroff
in corydolphin/flask-cors#316
40acc80
Update CHANGELOG to reflect 4.0.0 release (#335)dbabb27
Testing: Move from deprecated assertEquals to assertEqual (#332)0b74401
Convert CI to use GHA (#331)637595d
Remove support for old python versions (#330)c9c55e1
Release Version 3.1.01 (#329)98aca1a
Fix typo (#316)035f28f
docs: Fix a few typos (#323)b2c4da1
Merge pull request #318
from chelo-kjml/mastercad70b3
Correct spelling mistakes (#311)24070be
Adding 'Access-Control-Allow-Private-Network = true' header for new
google ch...