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-gonic/gin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0
Choose a base ref
...
head repository: gin-gonic/gin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.1
Choose a head ref
  • 18 commits
  • 43 files changed
  • 12 contributors

Commits on Feb 21, 2023

  1. chore(deps): bump github.com/bytedance/sonic from 1.7.1 to 1.8.1 (#3508)

    Bumps [github.com/bytedance/sonic](https://github.com/bytedance/sonic) from 1.7.1 to 1.8.1.
    - [Release notes](https://github.com/bytedance/sonic/releases)
    - [Commits](bytedance/sonic@v1.7.1...v1.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bytedance/sonic
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    0b5df9f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/ugorji/go/codec from 1.2.9 to 1.2.10 (#3509

    )
    
    Bumps [github.com/ugorji/go/codec](https://github.com/ugorji/go) from 1.2.9 to 1.2.10.
    - [Release notes](https://github.com/ugorji/go/releases)
    - [Commits](ugorji/go@v1.2.9...v1.2.10)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ugorji/go/codec
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 21, 2023
    Configuration menu
    Copy the full SHA
    943e93c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. chore: support min go version 1.18 (#3511)

    * chore: min go version 1.18
    
    * fix build tag error
    
    * remove build tag
    
    * fix word
    
    * remove any.go
    
    * replace interface{} instead of any
    thinkerou authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    1e1f0b1 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#3515

    )
    
    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d1b2408 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/bytedance/sonic from 1.8.1 to 1.8.2 (#3516)

    Bumps [github.com/bytedance/sonic](https://github.com/bytedance/sonic) from 1.8.1 to 1.8.2.
    - [Release notes](https://github.com/bytedance/sonic/releases)
    - [Commits](bytedance/sonic@v1.8.1...v1.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bytedance/sonic
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    457fabd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de1c4ec View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Convert strings and slices using the officially recommended way (#3344)

    * Feat: Convert strings and slices using the officially recommended way.
    
    Go official is expected to provide unsafe.{SliceData, Slice, StringData,
    String} series methods in version 1.20 for conversion of strings and
    slices.
    
    * chore: add reference documentation link to comment of code
    
    * chore: update Copyright
    
    * chore: remove build tag "+build !go1.20"
    hopehook authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    a889c58 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    fe989b6 View commit details
    Browse the repository at this point in the history
  2. chore: improve linting, testing, and GitHub Actions setup (#3583)

    - Update golangci-lint version from `v1.48.0` to `v1.52.2`
    - Remove Gitter notifications from GitHub Actions workflow
    - Add gosec linter settings and include specific rules
    - Exclude revive linter for test files
    - Remove Gitter badge from README.md
    - Delete codecov.yml file
    - Change function parameter name in fs.go
    - Remove unused parameter in defaultHandleRecovery function
    
    Signed-off-by: appleboy <appleboy.tw@gmail.com>
    appleboy authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    757a638 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. chore: update dependencies for various packages and libraries (#3585)

    - Update bytedance/sonic to v1.8.8
    - Update go-playground/validator/v10 to v10.12.0
    - Update goccy/go-json to v0.10.2
    - Update mattn/go-isatty to v0.0.18
    - Update pelletier/go-toml/v2 to v2.0.7
    - Update ugorji/go/codec to v1.2.11
    - Update golang.org/x/net to v0.9.0
    - Update google.golang.org/protobuf to v1.30.0
    - Update klauspost/cpuid/v2 to v2.2.4
    - Update leodido/go-urn to v1.2.3
    - Update modern-go/concurrent to v0.0.0-20180306012644-bacd9c7ef1dd
    - Update golang.org/x/arch to v0.3.0
    - Update golang.org/x/crypto to v0.8.0
    - Update golang.org/x/sys to v0.7.0
    - Update golang.org/x/text to v0.9.0
    
    Signed-off-by: appleboy <appleboy.tw@gmail.com>
    appleboy authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    eac2daa View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

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

Commits on May 24, 2023

  1. chore(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 (#3599)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.10.0.
    - [Commits](golang/net@v0.9.0...v0.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 24, 2023
    Configuration menu
    Copy the full SHA
    1ab2689 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    6bdc725 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/go-playground/validator/v10 (#3610)

    Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.12.0 to 10.14.0.
    - [Release notes](https://github.com/go-playground/validator/releases)
    - [Commits](go-playground/validator@v10.12.0...v10.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-playground/validator/v10
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 26, 2023
    Configuration menu
    Copy the full SHA
    20cd6bc View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/setup-go from 3 to 4 (#3543)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 26, 2023
    Configuration menu
    Copy the full SHA
    9f5ecd4 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. fix lack of escaping of filename in Content-Disposition (#3556)

    * fix lack of escaping of filename in Content-Disposition
    
    * add test for Content-Disposition filename escaping process
    
    * fix filename escape bypass problem
    fix backslashes before backquotes were not properly escaped problem.
    motoyasu-saburi authored May 29, 2023
    Configuration menu
    Copy the full SHA
    2d4bbec View commit details
    Browse the repository at this point in the history
  2. fix Request.Context() checks (#3512)

    Co-authored-by: Bence Vidosits <bence.vidosits1@ibm.com>
    Bence Vidosits and Bence Vidosits authored May 29, 2023
    Configuration menu
    Copy the full SHA
    bb1fc2e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Ready release gin 1.9.1 (by: thinkerou) (#3630)

    * upgrade deps version
    
    * update change log
    
    * update version
    
    * update go mod
    
    * fix cr
    
    ---------
    
    Co-authored-by: thinkerou <thinkerou@gmail.com>
    adrianosela and thinkerou authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    4ea0e64 View commit details
    Browse the repository at this point in the history
Loading