Skip to content

Releases: gin-contrib/cors

v1.7.2

01 May 14:41
064064f
Compare
Choose a tag to compare

Changelog

Enhancements

Build process updates

v1.7.1

24 Mar 01:26
71a48a2
Compare
Choose a tag to compare

Changelog

Enhancements

  • 71a48a2 chore: update third-party dependencies to latest versions

Others

  • 88cbcd0 ci: update GitHub Actions workflows for Go projects
  • 84d0919 test: refactor CORS tests and expand coverage

v1.7.0

10 Mar 06:52
4447aeb
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 7f30a1f fix: improve error handling and test robustness

Enhancements

  • 9d49f16 chore(cors): Allow a custom validation function which receives the full gin context (#140)

Others

  • 4447aeb refactor: refactor request handling and improve CORS checks

v1.6.0

06 Mar 06:30
90a7c66
Compare
Choose a tag to compare

Changelog

Features

  • eac6c48 feat(schema): allow usage of custom schemas (#139)

Bug fixes

Enhancements

  • f41df75 chore: update GitHub actions to latest versions
  • 2451987 chore: update dependencies to latest versions
  • 7d356c2 chore: update dependencies to latest versions
  • 5da0aee chore: update third-party dependencies
  • 8263fce chore: update version of actions/setup-go in GitHub workflows

Others

  • fcbd06f ci: enhance testing matrix and tolerance limits
  • f08c1bc ci: refactor CI workflows and improve tests
  • 30792dc ci: refactor GitHub Actions workflows
  • 0e993b7 ci: update GitHub Actions to Version 3
  • 90a7c66 test(cors): enhance CORS wildcard handling tests (#145)
  • 85bf9fb test: improve CORS wildcard handling and testing (#144)
  • d5002f2 test: refactor tests and update CI configurations

v1.5.0

25 Nov 06:41
56a357d
Compare
Choose a tag to compare

Changelog

Features

  • 0eaf9a0 feat: adds support for private network header (#128)

Enhancements

  • c1983b2 chore(CI): add go1.20 version
  • 1d5e083 chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#112)
  • f8b2357 chore(options): Added availability to set 200/204 for OPTIONS request status (#129)
  • f92a222 chore: Add go 1.19 and upgrade lint version to v1.49
  • 95df7c6 chore: remove depguard linter and rename example file
  • 7ac4445 chore: update GitHub Actions configuration files
  • bbf67cd chore: update Go version and setup-go action
  • b216599 chore: update goreleaser/goreleaser-action to version v4
  • 765e44e chore: update dependencies to latest versions
  • bf2c9df chore: update linter configuration and changelog titles
  • bbb26b0 chore: update supported versions of Go

Others

  • 5914b2f build: update Go version and dependencies

v1.4.0

05 Jul 04:35
19fdbff
Compare
Choose a tag to compare

Changelog

Features

  • 5b27983 feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL

Enhancements

  • 325df81 chore(CD): enable goreleaser config.
  • 5accef4 chore(deps): bump actions/cache from 2 to 3
  • cedad5e chore(deps): bump actions/setup-go from 2 to 3
  • 8184331 chore(deps): bump codecov/codecov-action from 2 to 3
  • 47f683e chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7
  • 7d68a03 chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0
  • 9b7410e chore(deps): bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1
  • ca6f720 chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
  • 702bae0 chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.4
  • c2bfc87 chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5
  • 875173c chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
  • 82da019 chore(deps): bump github/codeql-action from 1 to 2
  • 9310fb6 chore(deps): bump golangci/golangci-lint-action from 2 to 3
  • 4f7d392 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • 6fb0a95 chore(lint): add golang lint config
  • 693ce4a chore(lint): upgrade golanci-lint to v1.43.0
  • c43bb15 chore: add go1.15.x
  • ca250ec chore: add go1.16 version
  • da40934 chore: move from Travis to GitHub Actions
  • 206c7dd chore: update go module
  • 2d0be6a chore: update the default methods comment
  • 88812e7 chore: update travis
  • 316ffea chore: upgrade checkout version to v3
  • 2e2ab4a chore: upgrade golangci to v1.42.1

Others

  • 73a1e3b Add OPTIONS Method To AllowMethods (#76)
  • e2aad09 Add Power Support ppc64le (#72)
  • e89e0ce Bump github.com/gin-gonic/gin from 1.6.2 to 1.7.0
  • 1d1f0af Change comparison with assignment in comment line
  • 9b78b37 Document update (#79)
  • 8c02baa Don't modify the config in Validate (#71)
  • 59ebec5 Merge pull request #101 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.4
  • e25be70 Merge pull request #102 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.5
  • 19fdbff Merge pull request #104 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.8.0
  • 56e21d0 Merge pull request #77 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.7.0
  • 1174f0f Merge pull request #82 from nlatham1999/master
  • c1ca09f Merge pull request #85 from andregri/patch-1
  • 2a40866 Merge pull request #88 from parsaakbari1209/patch-1
  • a79def0 Merge pull request #89 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.1
  • 07b31a1 Merge pull request #90 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.7.7
  • 3e06085 Merge pull request #91 from gin-contrib/dependabot/github_actions/github/codeql-action-2
  • 8e881b2 Merge pull request #92 from gin-contrib/dependabot/github_actions/actions/setup-go-3
  • 6e9a2e1 Merge pull request #93 from gin-contrib/dependabot/github_actions/codecov/codecov-action-3
  • a1ba4f8 Merge pull request #94 from gin-contrib/dependabot/github_actions/golangci/golangci-lint-action-3
  • 8d4394e Merge pull request #95 from gin-contrib/dependabot/github_actions/actions/cache-3
  • c4b1d45 Merge pull request #96 from gin-contrib/dependabot/github_actions/goreleaser/goreleaser-action-3
  • 1a71ba7 Merge pull request #97 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.0
  • 1cb620b Merge pull request #99 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.1
  • 028d2d3 Update README.md
  • 0223cb8 Update gin dependency to 1.6.2 (#63)
  • 74e9a66 Update go.mod
  • aead5ea changes
  • dab984b chore(CI/CD): add dependabot
  • 035db04 chore(CI/CD): add go1.18 version
  • 471fc54 chore(CI/CD): remove 1.13 version
  • aa5c43d reverting
  • 64faa2b sync Config.ExposeHeaders & comment (#74)
  • 062ab01 test: remove macos version

v1.3.0: Merge pull request #53 from ilibs/master

09 May 09:31
5f50d4f
Compare
Choose a tag to compare

Release v1.1

09 Nov 06:28
Compare
Choose a tag to compare

25b0131 Add convert func to format headers and methods of http