Skip to content

v0.19.0

Actions adopt the goal-ack envelope and split goal/result endpoints; the generator now honors declared goal response schemas.

Released on July 24, 2026

Breaking changes

  • Actions now use the framework goal-ack envelope for goal acknowledgements; update any consumer that parses goal acknowledgement messages to the new envelope format.
  • Action endpoints are now split into separate goal and result endpoint types; update any configuration or code that referenced the previous combined action endpoint type.
  • Generated goal responses no longer include an error field; update any code that read that field.

Code generation

  • The code generator now honors the goal response schemas you declare, so generated goal responses match your declaration; regenerate to pick up the change.

Documentation

  • The guide pages have been revised to fix inconsistencies and formatting issues.

View all releases