Features
- Added support for generating unit test files for API handlers and logic (#4443)
Bug Fixes
- Fixed syntax of key expression (#4586)
- Contributed by @kesonan
- Fixed security vulnerability related to arbitrary file access during archive extraction ("Zip Slip") (#4604)
- Addressed code scanning alert no. 57
- Contributed by @kevwan
Improvements
- Removed default usage of goproxy (#4613)
- goproxy should be set by
go env -w
if needed - Contributed by @kevwan
- goproxy should be set by
New Contributors
- @R1aEnKK made their first contribution in #4570
- @sauryniu made their first contribution in #4490
- @Nanosk07 made their first contribution in #4514
- @studyzy made their first contribution in #4443
- @wangshiben made their first contribution in #4397
- @xujb977644703 made their first contribution in #4559
Full Changelog: tools/goctl/v1.7.5...tools/goctl/v1.7.6