Skip to content

goctl/v1.10.0

Choose a tag to compare

@kevwan kevwan released this 15 Feb 12:27
· 3 commits to master since this release
7e96317

🎉 Highlights

This goctl release brings enhanced Swagger support, improved Docker generation, and better multi-proto file handling.

✨ New Features

  • Proto Package Control: Added cmdline argument to control package name generation from proto filename (#5387)
  • Multi-Proto Support: RPC service now uses proto.Package.Name to support multiple proto files (#5378)

🐛 Bug Fixes

  • Swagger Generation: Fixed support for PUT, PATCH, DELETE methods with request body definitions (#5239)
  • Docker Generation: Ensured Dockerfile includes etc directory and correct CMD based on config (#4343)

🧪 Testing

  • Added comprehensive unit tests for goctl docker command (#5241)

📦 Dependencies

  • Bumped github.com/spf13/cobra from 1.10.1 to 1.10.2 (#5312)
  • Bumped github.com/emicklei/proto from 1.14.2 to 1.14.3 (#5403)

👥 New Contributors

Full Changelog: tools/goctl/v1.9.2...tools/goctl/v1.10.0