Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gin-contrib/cors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: gin-contrib/cors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 16 commits
  • 14 files changed
  • 7 contributors

Commits on Aug 29, 2022

  1. chore: Add go 1.19 and upgrade lint version to v1.49

    Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
    appleboy committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    f92a222 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#112)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    1d5e083 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. chore(CI): add go1.20 version

    Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
    appleboy committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    c1983b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. build: update Go version and dependencies

    - Update the Go version from `1.13` to `1.18`
    - Update the `github.com/gin-gonic/gin` dependency from `v1.8.1` to `v1.9.1`
    - Update the `github.com/stretchr/testify` dependency from `v1.8.1` to `v1.8.4`
    - Add new dependencies: `github.com/bytedance/sonic v1.10.0`, `github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d`, `github.com/chenzhuoyu/iasm v0.9.0`, `github.com/davecgh/go-spew v1.1.1`, `github.com/gabriel-vasile/mimetype v1.4.2`, `github.com/gin-contrib/sse v0.1.0`, `github.com/go-playground/locales v0.14.1`, `github.com/go-playground/universal-translator v0.18.1`, `github.com/go-playground/validator/v10 v10.15.3`, `github.com/goccy/go-json v0.10.2`, `github.com/json-iterator/go v1.1.12`, `github.com/klauspost/cpuid/v2 v2.2.5`, `github.com/kr/pretty v0.3.0`, `github.com/leodido/go-urn v1.2.4`, `github.com/mattn/go-isatty v0.0.19`, `github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd`, `github.com/modern-go/reflect2 v1.0.2`, `github.com/pelletier/go-toml/v2 v2.1.0`, `github.com/pmezard/go-difflib v1.0.0`, `github.com/rogpeppe/go-internal v1.8.0`, `github.com/twitchyliquid64/golang-asm v0.15.1`, `github.com/ugorji/go/codec v1.2.11`, `golang.org/x/arch v0.5.0`, `golang.org/x/crypto v0.12.0`, `golang.org/x/net v0.14.0`, `golang.org/x/sys v0.12.0`, `golang.org/x/text v0.13.0`, `google.golang.org/protobuf v1.31.0`, `gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c`, `gopkg.in/yaml.v3 v3.0.1`
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5914b2f View commit details
    Browse the repository at this point in the history
  2. chore: update supported versions of Go

    - Update the supported versions of Go from 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, '1.20' to 1.18, 1.19, '1.20', 1.21
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    bbb26b0 View commit details
    Browse the repository at this point in the history
  3. chore: update goreleaser/goreleaser-action to version v4

    - Update the version of `goreleaser/goreleaser-action` from `v3` to `v4`
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    b216599 View commit details
    Browse the repository at this point in the history
  4. chore: update Go version and setup-go action

    - Update the `setup-go` action from version 2 to version 3
    - Change the Go version from 1.17 to 1.18
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    bbf67cd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. chore: update GitHub Actions configuration files

    - Update the cron expression in the codeql.yml file
    - Update the language value in the codeql.yml file
    - Update the uses value in the codeql.yml file
    - Update the uses value in the go.yml file
    - Update the uses value in the goreleaser.yml file
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7ac4445 View commit details
    Browse the repository at this point in the history
  2. chore: update dependencies to latest versions

    - Update the version of `github.com/bytedance/sonic` from `v1.10.0` to `v1.10.1`
    - Update the version of `github.com/go-playground/validator/v10` from `v10.15.3` to `v10.15.5`
    - Update the version of `golang.org/x/crypto` from `v0.12.0` to `v0.14.0`
    - Update the version of `golang.org/x/net` from `v0.14.0` to `v0.16.0`
    - Update the version of `golang.org/x/sys` from `v0.12.0` to `v0.13.0`
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    765e44e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    ee4df80 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. chore(options): Added availability to set 200/204 for OPTIONS request…

    … status (#129)
    
    Co-authored-by: Dmytro Kishchenko <d.kischenko@sweet.tv>
    dkischenko and Dmytro Kishchenko authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f8b2357 View commit details
    Browse the repository at this point in the history
  2. chore: update linter configuration and changelog titles

    - Remove the `deadcode` linter
    - Remove the `structcheck` linter
    - Remove the `varcheck` linter
    - Update the comment in the `.goreleaser.yaml` file for skipping the build
    - Update the title in the `changelog` section for "Bug fixes"
    - Update the title in the `changelog` section for "Enhancements"
    - Update the regex patterns in the `changelog` section for "docs" and "CICD"
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    bf2c9df View commit details
    Browse the repository at this point in the history
  3. chore: remove depguard linter and rename example file

    - Remove the `depguard` linter from the `.golangci.yml` file
    - Rename the file `examples/example.go` to `_examples/example.go`
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    95df7c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eaf9a0 View commit details
    Browse the repository at this point in the history
  5. docs: updated to include note about credentials (#119)

    Mislav Perić authored Nov 25, 2023
    Configuration menu
    Copy the full SHA
    8fd6796 View commit details
    Browse the repository at this point in the history
  6. docs: update documentation with additional notes

    - Fix a typo in the README.md file
    - Add a note about the difference between Default() and DefaultConfig() functions
    - Add a note about the implications of using all origins in Gin
    
    Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
    appleboy committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    56a357d View commit details
    Browse the repository at this point in the history
Loading