-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Comparing changes
Open a pull request
base repository: gin-gonic/gin
base: v1.9.0
head repository: gin-gonic/gin
compare: v1.9.1
- 18 commits
- 43 files changed
- 12 contributors
Commits on Feb 21, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0b5df9f - Browse repository at this point
Copy the full SHA 0b5df9fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 943e93c - Browse repository at this point
Copy the full SHA 943e93cView commit details
Commits on Mar 1, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 1e1f0b1 - Browse repository at this point
Copy the full SHA 1e1f0b1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d1b2408 - Browse repository at this point
Copy the full SHA d1b2408View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 457fabd - Browse repository at this point
Copy the full SHA 457fabdView commit details -
Configuration menu - View commit details
-
Copy full SHA for de1c4ec - Browse repository at this point
Copy the full SHA de1c4ecView commit details
Commits on Mar 2, 2023
-
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"
Configuration menu - View commit details
-
Copy full SHA for a889c58 - Browse repository at this point
Copy the full SHA a889c58View commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fe989b6 - Browse repository at this point
Copy the full SHA fe989b6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 757a638 - Browse repository at this point
Copy the full SHA 757a638View commit details
Commits on Apr 27, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for eac2daa - Browse repository at this point
Copy the full SHA eac2daaView commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6a0556e - Browse repository at this point
Copy the full SHA 6a0556eView commit details
Commits on May 24, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1ab2689 - Browse repository at this point
Copy the full SHA 1ab2689View commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6bdc725 - Browse repository at this point
Copy the full SHA 6bdc725View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 20cd6bc - Browse repository at this point
Copy the full SHA 20cd6bcView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9f5ecd4 - Browse repository at this point
Copy the full SHA 9f5ecd4View commit details
Commits on May 29, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2d4bbec - Browse repository at this point
Copy the full SHA 2d4bbecView commit details -
fix Request.Context() checks (#3512)
Co-authored-by: Bence Vidosits <bence.vidosits1@ibm.com>
Bence Vidosits and Bence Vidosits authoredMay 29, 2023 Configuration menu - View commit details
-
Copy full SHA for bb1fc2e - Browse repository at this point
Copy the full SHA bb1fc2eView commit details
Commits on Jun 1, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4ea0e64 - Browse repository at this point
Copy the full SHA 4ea0e64View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.0...v1.9.1