v1.3.0
What's Changed
- feat: support filters by @devhaozi in #70
- feat: [#338] Support c.Request().BindQuery to bind query params to a struct by @kkumar-gcc in #74
- fix: [#455] Session same_site config not working (#71) by @kkumar-gcc in #75
- chore(deps): Update module github.com/spf13/cast to v1.7.0 by @renovate in #78
- feat: [#449] Implement HTTP response stream by @kkumar-gcc in #77
- chore(deps): Update module github.com/savioxavier/termlink to v1.4.0 by @renovate in #79
- chore(deps): Update module github.com/savioxavier/termlink to v1.4.1 by @renovate in #80
- chore(deps): Update module github.com/rs/cors to v1.11.1 by @renovate in #81
- merge: v1.2.4 by @hwbrzzl in #86
- merge: v1.2.5 by @hwbrzzl in #91
- feat: add recovery middleware by @devhaozi in #93
- chore(deps): Update module github.com/unrolled/secure to v1.16.0 by @renovate in #94
- feat: add Stop method by @hwbrzzl in #95
- chore(deps): Update dependency go to v1.23.2 by @renovate in #96
- chore(deps): Update module github.com/unrolled/secure to v1.17.0 by @renovate in #99
- feat: [#504] Route supports configure timeout by @KlassnayaAfrodita in #97
- add test method to route facade by @kkumar-gcc in #100
- chore(deps): Update dependency go to v1.23.3 by @renovate in #101
- fix: timeout panic by @hwbrzzl in #102
- chore(deps): Update module github.com/stretchr/testify to v1.10.0 by @renovate in #105
- feat: optimize performance by @devhaozi in #106
- fix: [#528] GraphQL request causing errors from request body parsing by @hwbrzzl in #108
- chore(deps): Update dependency go to v1.23.4 by @renovate in #109
- chore(deps): Update module github.com/gookit/validate to v1.5.3 by @renovate in #110
- feat: [#515] Input* methods of http.Request support retrieve data from query and route by @hwbrzzl in #111
- fix: [#515] bugs and add more tests by @hwbrzzl in #113
- feat: [#517] Optimize form request structure by @hwbrzzl in #114
- fix: Context method by @hwbrzzl in #115
- feat: add Listen method by @devhaozi in #117
- chore(deps): Update module github.com/spf13/cast to v1.7.1 by @renovate in #118
- chore: rename stop by @hwbrzzl in #120
- chore(deps): Update module github.com/gookit/validate to v1.5.4 by @renovate in #121
- feat: [#521] User can custom recover when a request panic by @KlassnayaAfrodita in #103
- fix: recovery by @hwbrzzl in #122
- feat: [#507] Add Abort method for Response by @kkumar-gcc in #119
- chore: optimize recover logic by @hwbrzzl in #123
- feat: add Abort method by @hwbrzzl in #124
- feat: add default abort status by @hwbrzzl in #125
- upgrade: v1.3.0 by @hwbrzzl in #126
New Contributors
- @renovate made their first contribution in #78
- @KlassnayaAfrodita made their first contribution in #97
Full Changelog: v1.2.6...v1.3.0