Skip to content

Releases: OnlyNico43/gin-cors

v1.0.6

04 Feb 11:33
3b1d075
Compare
Choose a tag to compare

Just package updates for the latest security patches and bugfixes.

Full Changelog: v1.0.5...v1.0.6

v1.0.5

06 Jan 14:51
53ba467
Compare
Choose a tag to compare

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

Full Changelog: v1.0.4...v1.0.5

v1.0.4

08 Nov 09:22
8e3cfe6
Compare
Choose a tag to compare

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

01 Nov 11:59
51d370f
Compare
Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

Small changes and formating

v1.0.2

31 Oct 12:34
7679ce4
Compare
Choose a tag to compare

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

22 Oct 13:13
13bb620
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

Licensing and minor adjustments

First release

22 Oct 12:42
b03535a
Compare
Choose a tag to compare

This is the first release of the gin-cors middleware package