Commit Graph

  • 68582537f5 upd master re 2023-01-10 14:19:33 +0300
  • 3010cbd7f4
    chore(deps): bump github.com/bytedance/sonic from 1.6.0 to 1.6.1 (#3467) dependabot[bot] 2023-01-10 10:12:12 +0800
  • 47ae6ee386
    chore(deps): bump golang.org/x/net from 0.4.0 to 0.5.0 (#3466) dependabot[bot] 2023-01-10 10:11:45 +0800
  • 8eb5f832ba
    fix(router): tree bug where loop index is not decremented. (#3460) Kristian Svalland 2023-01-07 01:57:54 +0100
  • c58e0d59ca
    docs: update markdown format (#3446) apriil15 2023-01-05 10:15:29 +0800
  • 79a61b9032
    chore(deps): bump github.com/mattn/go-isatty from 0.0.16 to 0.0.17 (#3457) dependabot[bot] 2023-01-03 11:39:57 +0800
  • 7626361587
    chore(deps): bump github.com/ugorji/go/codec from 1.2.7 to 1.2.8 (#3458) dependabot[bot] 2023-01-03 10:40:53 +0800
  • c9b27249fb
    chore(yaml): upgrade dependency to v3 version (#3456) thinkerou 2023-01-02 12:40:48 +0800
  • 7d8fc1563b
    update context.go Get/Set method use defer (#3429) youngxhui 2023-01-02 11:39:26 +0800
  • 41f2669ebc
    console logger HTTP status bug fixed and the corresponding unit test added (#3453) Alireza (Pure) 2023-01-02 07:08:53 +0330
  • 82e1c53cc0
    docs(readme): move more example to docs/doc.md (#3449) thinkerou 2023-01-02 10:40:25 +0800
  • 8659ab573c
    chore(deps): bump github.com/goccy/go-json from 0.9.11 to 0.10.0 (#3424) dependabot[bot] 2022-12-25 13:49:44 +0800
  • e868fd1d3d
    test(TOML): Add some tests for the TOML render (#3401) mstmdev 2022-12-22 23:18:47 +0800
  • 297b664cf8
    refactor: avoid calling strings.ToLower twice (#3433) lgbgbl 2022-12-22 23:17:19 +0800
  • a0744ba446 Merge remote-tracking branch 'upstream/master' re 2022-12-21 14:41:38 +0300
  • 2285aa5430
    docs(readme): release v1.8.2 version (#3420) Bo-Yi Wu 2022-12-21 15:02:00 +0800
  • d4caeee7c7
    Fix the GO-2022-1144 vulnerability (#3432) mstmdev 2022-12-21 14:44:36 +0800
  • f551d7d8c2
    chore(deps): bump github.com/bytedance/sonic from 1.4.0 to 1.6.0 (#3442) dependabot[bot] 2022-12-21 14:43:42 +0800
  • 483ac2a63b
    chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (#3441) dependabot[bot] 2022-12-21 14:43:06 +0800
  • 47d655aef6 fix repo v1.8.2 re 2022-12-12 14:48:00 +0300
  • a509e751af
    chore(deps): bump github.com/goccy/go-json from 0.9.11 to 0.10.0 dependabot/go_modules/github.com/goccy/go-json-0.10.0 dependabot[bot] 2022-12-05 22:02:21 +0000
  • cc367f9125
    docs(context): #3369 modify the annotation about Context.Param() (#3414) Cookiery 2022-12-01 13:15:31 +0800
  • 213df54859 docs(readme): release v1.8.2 version release/v1.8.2 Bo-Yi Wu 2022-12-01 13:05:59 +0800
  • 80cd679c43
    chore(deps): bump github.com/pelletier/go-toml/v2 from 2.0.2 to 2.0.6 (#3408) dependabot[bot] 2022-11-23 15:34:18 +0800
  • 8fe209a447
    chore(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 (#3399) dependabot[bot] 2022-11-17 22:38:19 +0800
  • c629689591
    docs(readme): Add the TOML rendering example (#3400) mstmdev 2022-11-17 22:37:50 +0800
  • 6150c488e7
    remove deprecated of package io/ioutil (#3395) Qt 2022-11-17 22:35:55 +0800
  • 234a1d33f7
    docs(readme): Modify sample code bugs (#3394) gobai 2022-11-17 22:34:37 +0800
  • a0acf1df28
    docs(readme): Using the embed package as a recommended example that build a single binary with templates (#3379) mstmdev 2022-11-09 14:50:46 +0800
  • 212267d671
    fix: fix typo in comment (#3371) lgbgbl 2022-11-08 19:54:48 +0800
  • b682b8a54e
    chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 (#3372) dependabot[bot] 2022-11-08 19:53:33 +0800
  • c4b3c2c23a
    chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#3373) dependabot[bot] 2022-11-08 19:53:08 +0800
  • aefae309a4
    fix: test fmt.Println replace t.Error (#3328) jessetang 2022-11-06 17:12:11 +0800
  • 8edb7a71a1
    docs(readme): Update some go website links (#3376) mstmdev 2022-11-06 17:10:33 +0800
  • 3a6865ac03
    docs(readme): The krakend is rename to lura (#3377) mstmdev 2022-11-06 17:09:25 +0800
  • 55e27f1246
    fix(engine): missing route params for CreateTestContext (#2778) (#2803) RoCry 2022-11-06 17:08:11 +0800
  • 971fe21876
    docs(comment): Modify comment syntax error (#3389) 王哈哈 2022-11-06 17:05:10 +0800
  • 8b9c55e8b0
    fix(route): redirectSlash bug (#3227) thinkerou 2022-11-06 17:02:40 +0800
  • 51aea73ba0
    fix: modify interface check way (#3327) Jesse 2022-10-20 00:49:19 +0800
  • 33ab0fc155
    refactor(struct): Remove redundant type conversions (#3345) hopehook 2022-10-16 09:49:24 +0800
  • 45c758e2f9
    chore(file): Creates a directory named path (#3316) Mohana sai krishna Kandula 2022-10-16 07:15:08 +0530
  • 24a1d2adb9
    fix(typo): spelling `covert` -> `convert` (#3325) John Bampton 2022-10-16 11:41:14 +1000
  • 4c64f1c385
    chore(go): Add support go 1.19 (#3272) mstmdev 2022-10-16 09:33:26 +0800
  • fa58bff301
    chore(dep): Changes minimum support go version to go1.16 (#3361) mstmdev 2022-10-16 09:32:28 +0800
  • 6296175f70
    Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities (#3333) mstmdev 2022-10-12 14:18:12 +0800
  • 6fab4c373e
    chore(deps): bump actions/setup-go from 2 to 3 (#3340) dependabot[bot] 2022-10-11 15:39:38 +0800
  • 78dad9d77d
    chore(deps): bump github.com/go-playground/validator/v10 (#3330) dependabot[bot] 2022-09-20 14:44:55 +0800
  • 814cd188eb
    FIX TYPO: Gin by default useR -> ... useS (#3324) Konstantin Runov 2022-09-18 16:59:57 +0300
  • 2c9e5fe47a
    rename variable because collide with the imported package name (#3298) Amir Hossein 2022-09-01 06:51:27 +0430
  • 0128d74f34
    chore(deps): bump github.com/bytedance/sonic from 1.3.4 to 1.4.0 (#3293) dependabot[bot] 2022-09-01 10:02:40 +0800
  • de1f142ed4
    chore(deps): bump github.com/goccy/go-json from 0.9.10 to 0.9.11 (#3292) dependabot[bot] 2022-09-01 10:01:58 +0800
  • 2ae6157049
    Fix typos in RouterGroup method docs (#3302) Dave Rolsky 2022-08-31 01:34:33 -0500
  • fb13e822a4
    Update gin.yml (#3304) Alex 2022-08-31 07:33:25 +0100
  • 1c48977cca
    chore(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 (#3281) dependabot[bot] 2022-08-17 07:14:59 +0800
  • de17fb1a33
    Format with Go 1.19 formatter (#3277) Aoang 2022-08-17 07:14:19 +0800
  • b04917c53e
    chore: upgrade golangci-lint and fix golangci-lint error (#3278) thinkerou 2022-08-15 21:38:20 +0800
  • 1b5ba251cf
    chore(deps): bump github.com/bytedance/sonic from 1.3.2 to 1.3.4 (#3273) dependabot[bot] 2022-08-15 09:52:06 +0800
  • ad66d9d11a
    chore(deps): bump google.golang.org/protobuf from 1.28.0 to 1.28.1 (#3262) dependabot[bot] 2022-08-02 15:28:30 +0800
  • 8374ed2268
    feat: add sonic json support (#3184) Rainshaw 2022-08-02 10:20:59 +0800
  • 79dd72deb9
    docs: update markdown format (#3260) Bo-Yi Wu 2022-08-01 09:23:45 +0800
  • c35bde97d5
    chore(deps): bump github.com/goccy/go-json from 0.9.8 to 0.9.10 (#3251) dependabot[bot] 2022-07-31 13:02:22 +0800
  • b57163a0e4
    chore(deps): bump github.com/goccy/go-json from 0.9.7 to 0.9.8 (#3228) dependabot[bot] 2022-07-05 09:58:06 +0800
  • e837e1cd18
    chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#3229) dependabot[bot] 2022-07-05 09:56:54 +0800
  • 680be7d928
    Add some tests for YAML and TOML formats (#3223) mstmdev 2022-07-01 17:38:32 +0800
  • 088cdd74d4
    Fix the value of ginSupportMinGoVer constant by semantic (#3221) mstmdev 2022-07-01 10:31:31 +0800
  • 92dd245c9b
    chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#3213) dependabot[bot] 2022-06-28 10:44:54 +0800
  • 6de2245e62
    switch min version of go to 1.15 (#3211) thinkerou 2022-06-27 07:11:41 +0800
  • 12b55b4fe9
    chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#3207) dependabot[bot] 2022-06-24 22:06:46 +0800
  • 815122a0f4
    Fix a syntax error in a code comment (#3201) LanLanceYuan 2022-06-15 17:31:44 +0800
  • 05caa5c00e
    chore(deps): bump github.com/pelletier/go-toml/v2 from 2.0.1 to 2.0.2 (#3198) dependabot[bot] 2022-06-14 10:08:56 +0800
  • 6c3a1d7063
    Small doc fix on Context's ClientIP() method. (#3180) Jordan Day 2022-06-08 21:08:49 -0500
  • f2182de38c
    chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#3177) dependabot[bot] 2022-06-07 07:55:03 +0800
  • ed049dd850
    docs: release v1.8.1 version (#3176) v1.8.1 Bo-Yi Wu 2022-06-06 21:01:40 +0800
  • f197a8bae0
    feat(context): add ContextWithFallback feature flag (#3166) (#3172) wei 2022-06-06 18:43:53 +0800
  • 92ba8e17aa
    fix: typo (#3171) Qt 2022-06-02 11:52:28 +0800
  • 58303bde7d
    docs(changelog): add break changes section (#3170) Bo-Yi Wu 2022-06-02 09:48:35 +0800
  • 5fa34529ae
    chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (#3163) dependabot[bot] 2022-05-31 07:25:47 +0800
  • 38eb5acc6b
    add v1.8.0 changelog (#3160) v1.8.0 thinkerou 2022-05-30 15:16:10 +0800
  • 60e24d5690
    chore(CI/CD): add go version release flow (#3159) Bo-Yi Wu 2022-05-28 15:23:00 +0800
  • 4b68a5f12a
    chore: update go.mod and remove space from copyright (#3158) thinkerou 2022-05-28 10:42:28 +0800
  • ed03102ef0
    [GIN-001] - Add TOML bining for gin (#3081) Valentine Oragbakosi 2022-05-27 16:34:43 -0800
  • aa6002134e
    Fix intercepting headers in middlewares (#1271) Thibault Jamet 2022-05-28 02:27:10 +0200
  • 87811a97bd
    fix: the trusted proxies should support ipv6 address by default (#3033) Eric_Lee 2022-05-28 08:14:35 +0800
  • f1e942889a
    chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (#3150) dependabot[bot] 2022-05-18 22:27:27 +0800
  • ef687e0db2
    feat: automatically SetMode to TestMode when run go test. (#3139) micanzhang 2022-05-14 09:11:35 +0800
  • 90e7073d56
    chore(deps): bump github/codeql-action from 1 to 2 (#3132) dependabot[bot] 2022-04-26 08:51:13 +0800
  • c131704fd6
    chore(deps): bump github.com/goccy/go-json from 0.9.6 to 0.9.7 (#3131) dependabot[bot] 2022-04-26 08:50:28 +0800
  • e61cc06955
    feat(context): return GIN Context from Value method (#2825) Faisal Alam 2022-04-23 15:32:54 +0530
  • d8e053d15f
    use StringToBytes func (#2798) Lanco 2022-04-23 18:01:41 +0800
  • c706ace929
    fix: removed YODA conditions, removed blank identifier from `invalid_obj` (#3129) Kacper Bąk 2022-04-23 12:01:03 +0200
  • 444e156fb1
    Fix some tests (#3100) mstmdev 2022-04-21 18:21:46 +0800
  • 696d37e030
    chore(deps): bump codecov/codecov-action from 2 to 3 (#3117) dependabot[bot] 2022-04-17 14:16:17 +0800
  • 493b12482b
    chore(deps): bump actions/setup-go from 2 to 3 (#3118) dependabot[bot] 2022-04-17 14:15:53 +0800
  • 6854212698
    Fix: missing `sameSite` when do context.reset() (#3123) ahuigo 2022-04-17 12:41:59 +0800
  • 888b14ab28
    docs: Update README.md (#3108) Jonathan (JC) Chen 2022-04-15 18:52:09 -0700
  • c4580944ae
    chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#3094) dependabot[bot] 2022-03-29 14:03:54 +0800
  • 6a1d279c28
    chore(deps): bump github.com/goccy/go-json from 0.9.5 to 0.9.6 (#3105) dependabot[bot] 2022-03-29 14:03:30 +0800
  • 3d55efe419
    chore(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (#3104) dependabot[bot] 2022-03-29 12:02:20 +0800
  • 205bb8151c
    chore(deps): bump actions/cache from 2 to 3 (#3093) dependabot[bot] 2022-03-25 08:44:37 +0800
  • 865fd560fc
    Update some comments, add function name prefix to comment (#3090) mstmdev 2022-03-23 21:35:09 +0800