v2.10.0
版本发布时间: 2024-08-31 09:43:17
appleboy/gin-jwt最新发布版本:v2.10.0(2024-08-31 09:43:17)
Changelog
Features
- 19d6e4c00da0e916c0060153856008bf659def1b: feat: set timeout dynamically - Add TimeoutFunc (#337) (@a5r0n)
Enhancements
- 53920997b0e5f4561da46d41721ef6acf94c585f: chore: update dependencies to latest versions (@appleboy)
- 76f00eae09075ab6ca04218d7ace543fb29ea64d: chore: update dependencies to latest versions (#333) (@iTanken)
- 246b77a1b57bb5910fe975ef7841c52dcaa83f47: chore: refine
.goreleaser.yaml
and changelog setup (@appleboy) - efe55533074e13797ea1374ae521804b732eedd0: chore: remove typo server.go (#334) (@jp-santosq)
- 694fee1976947d7d95c5b00717fe16e7bd2a74c6: chore: upgrade Go and dependencies to latest versions (@appleboy)
- 6e78f18d09bb38bed2678a9e58afcf7002bb00af: chore: bump Go version to 1.21.0 (@appleboy)
Refactor
- d36b890d5342268376395a5f132be90850f2d7f5: refactor: Provided an Option to Set Cookie using *GinJWTMiddleware (#335) (@maniSHarma7575)
Build process updates
- 4da94ba4026bb984bef9a5baf1dc14dea5d82437: ci: update GitHub Actions and Improve CI Robustness (@appleboy)
- a4e49c3accb840f00c40282618d301df12fb3733: ci: enhance testing matrix and tolerance limits (@appleboy)
- 466d7e962e3cd8dd2a291aec7c9205d853d71896: ci: refine Go workflows and update actions versions (@appleboy)
- a7ade22e842b1c5485849b6ca31f3cb8202d0c3f: ci: refactor GitHub Actions workflows (@appleboy)
- 4339e81e2ad5bd609e19be13a0c6f14b9a0a4dec: ci: update Go linting action to v6 in CI workflow (@appleboy)
- 30cc93acc9a43b87e6b6f50b2c59fa2f014c2bde: ci: refactor Go workflow for improved cross-platform support (@appleboy)
- 2b1dbef505c49bd1214b7d384a9e156c6b078697: ci: update workflow to support Go 1.23 (@appleboy)
- 2818e89b25696b08fc83613d9504f8c84bca2abf: ci: upgrade GoReleaser action to version 6 (@appleboy)
Documentation updates
- b00ab282757d5044d90c35472c514de67ecdeee2: docs(example): update code format (#322) (@AdwindOne)