Skip to content

Releases: corydolphin/flask-cors

6.0.1.dev

11 Jun 01:23
a5003f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.0.0...6.0.1.dev

6.0.1

11 Jun 01:31
a5003f3
Compare
Choose a tag to compare

What's Changed

  • Invert regex sorting to make it correctly match the intent (sorting by specificity descending) #391 by @joshuamorton in #392
  • Fix README file extension in pyproject.toml by @lafrech in #386

New Contributors

Full Changelog: 6.0.0...6.0.1

6.0.0

17 May 14:34
35d8753
Compare
Choose a tag to compare

Breaking

Path specificity ordering has changed to improve specificity. This may break users who expected the previous incorrect ordering.

What's Changed

Full Changelog: 5.0.1...6.0.0

5.0.1

24 Feb 03:56
5da9be4
Compare
Choose a tag to compare

What's Changed

This primarily changes packaging to use uv and a new release pipeline, along with some small documentation improvements

New Contributors

Full Changelog: 5.0.0...5.0.01

5.0.0

31 Aug 00:43
c851476
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.2...5.0.0

4.0.2

30 Aug 16:32
561ed26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1...4.0.2

4.0.1

04 May 19:49
1df178c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.0.1

Release 4.0.0

27 Aug 22:12
40acc80
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.01...v4.0.0

3.1.01

02 Jun 15:38
c9c55e1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.10...3.1.01

Release 3.0.10

05 Jan 15:16
9fae3e5
Compare
Choose a tag to compare
  • Adds support for PPC64 and ARM64 builds for distribution. Thanks @sreekanth370
  • Fixes warnings for invalid escape sequences Thanks @tirkarthi