You can now configure a managed dependency
v1.0.0-rc.5 is released. environment.dependencies accepts an env: map, so a managed Postgres, Kafka or SQL Server can be configured the way a service already could.
v1.0.0-rc.5 is released. environment.dependencies accepts an env: map, so a managed Postgres, Kafka or SQL Server can be configured the way a service already could.
v1.0.0-rc.1 is released. This is the first release candidate for v1.0, following v1.0.0-alpha.10. I ran the whole fleet locally against the release commit before tagging: all four sample applications pass end-to-end on real Docker topologies, the community provider conformance suite runs clean, and the engine examples and MCP server are stable.
v1.0.0-alpha.9 is released. This is a single-fix correctness release addressing step timeout field enforcement. The engine now enforces declared timeouts as an upper bound on every step, regardless of verify mode, matching the documented behaviour.