Skip to content

goctl/v1.7.6

Compare
Choose a tag to compare
@kevwan kevwan released this 29 Jan 04:52
· 1 commit to master since this release
e134e77

Features

  • Added support for generating unit test files for API handlers and logic (#4443)
    • Implemented as per the request in issue #4442
    • Contributed by @studyzy

Bug Fixes

  • Fixed syntax of key expression (#4586)
  • 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

New Contributors

Full Changelog: tools/goctl/v1.7.5...tools/goctl/v1.7.6