For the complete documentation index, see llms.txt. This page is also available as Markdown.

v2025.1.9

Changelog

πŸ“¦ grpc plugin

  • ✨ Glob Patterns: Added support for ** (globstar/recursive) and brace expansion {pattern1,pattern2} in grpc.proto configuration paths FR (thanks @Nyholm)

🎯 Core

  • πŸ› CVE Fixes (deps): Updated Go packages to resolve CVE-2026-27141 and CVE-2026-25882 CHORE (thanks @Orrison)

  • πŸ› CVE Fixes (stdlib): Updated Go version to 1.26.1 to address CVE-2026-25679, CVE-2026-27142, CVE-2026-27137 in go/stdlib CHORE (thanks @Orrison)

Last updated