Skip to content

v2.2.0

Latest

Choose a tag to compare

@xsyncio xsyncio released this 20 May 16:24

Release Highlights

  • Async Invoker Support: Native support for asynchronous entry points (async def) inside generated standalone Python CLI scripts.
  • V2 Stdout Isolation: Real-time protection shim that prevents standard stdout logs from polluting streaming JSON events.
  • Concurrent Package Manager Updates: Configured registries are synchronized in parallel using standard thread pools.
  • Advanced Parameter Constraints Validation: Decorators and schema options for min_value, max_value, choices, and regular expression pattern constraints compiled directly into the standalone script execution flow.