Releases: OnlyNico43/gin-cors
Releases · OnlyNico43/gin-cors
v1.0.6
Just package updates for the latest security patches and bugfixes.
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #1
- build(deps): bump golang.org/x/crypto from 0.23.0 to 0.31.0 in the go_modules group by @dependabot in #2
- feat(go-version-upgrade): Upgrades to the latest go version by @OnlyNico43 in #3
New Contributors
- @dependabot made their first contribution in #1
- @OnlyNico43 made their first contribution in #3
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Full Changelog: v1.0.3...v1.0.4
When no wildcard exists and the methode is not explicitly allowed the application will answer with a 405 Methode not allowed status code.
Also validation for Methodes is improved so that double methodes get filter and also all mehthods are capitalized.
v1.0.3
Full Changelog: v1.0.2...v1.0.3
Small changes and formating
v1.0.2
Full Changelog: v1.0.1...v1.0.2
Fixes a bug when you have multiple valid origins so that it accepts all of them
v1.0.1
Full Changelog: v1.0.0...v1.0.1
Licensing and minor adjustments
First release
This is the first release of the gin-cors middleware package