
StackForms: You can now define repeatable fields in StackForms, making it possible to let users dynamically add and remove instances of the same input. Each entry renders independently with its own validation, and you can set minimum and maximum entry limits.
Workers: Access to "Add Worker" button in Organization Settings is now permission-controlled. Organization administrators can decide exactly which roles can view and manage Workers.
API - StackForms: The backend schema now fully supports repeatable widget definitions, including nested entity validation, value normalization, and Terraform and Ansible configuration generation for dynamic field sets.
API - Workers: A new worker permission model (read and create) gives organization administrators granular control over worker access, so you can assign Workers visibility and management rights per role without touching other permissions.
Environments: Environment colours now display correctly across the platform, in the inventory table, environment avatars, and the color picker when editing an environment.
StackForms: Required field validation now correctly respects visibility conditions at both field and group level. When a field or group is hidden by a condition, its dependencies are no longer incorrectly marked as required, so you won't be blocked by fields that aren't relevant to your current form state.
API - Logs: Internal log processing now reuses connections more efficiently, improving platform responsiveness and resource usage.
API - StackForms: Required field dependencies are no longer incorrectly enforced when their referencing field belongs to a hidden conditional group, completing the visibility-aware validation behaviour now consistent across both field-level and group-level conditions.
API - StackForms: StackForms condition evaluation now works correctly in the browser, ensuring conditional fields show and hide as expected across all form configurations.