v1.23.0 — SQL Skills and Response Iterator

Released 2026-03-01. GitHub release.

v1.23.0 introduces agent skills for building SQL CRUD microservices and many improvements to core skills. It changes multicast responses from a channel of responses to an iterator of responses to enable delivery of each response as it comes in, adds a pub.Timeout option, and includes various bug fixes.

What’s New

  • Bug fix: duplication of some subs after shutdown and restart of a microservice
  • Upgrade YAML package
  • Skills for SQL CRUD microservices
  • Yellow pages example replaces the directory example
  • pub.Timeout option
  • con.Publish and all multicast clients return an iterator instead of a channel
  • Skill to regenerate the boilerplate code of the microservice

Breaking Changes

The boilerplate code of all microservices should be regenerated. Ask your coding agent to upgrade your project.