Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 15:24
3c720a9

1.2.0 (2026-08-30)

Features

  • Api.invoke sends commands on V2, raises NotSupportedError on V1 (dd89c31)
  • builders return inert Command values on Api (dd89c31), closes #41
  • built-in context_menu rebuilds Results stored in context_data (dd89c31)
  • commands API redesign (#42) (dd89c31)
  • export Command from package root (dd89c31)
  • Result.add_action accepts a Command (dd89c31)
  • yielded Command is emitted as the response action (dd89c31)

Bug Fixes

  • forward api commands returned from action methods on V2 (dd89c31)
  • serialize objects exposing to_json in JSON-RPC output (dd89c31)
  • strip the Flow.Launcher. namespace in Api.invoke (dd89c31)