13.37.0
Release date 15-07-2026
New Features
Readiness reflects startup completion
The application now reports itself as ready only after it has finished starting up β running its database migrations and deploying all of its configuration (case definitions, plugins, forms, and so on). In Kubernetes this means a pod only starts receiving traffic once it is fully initialised, which removes a startup race that could cause errors right after a (re)start. See Kubernetes health probes for how to enable it.
Skip startup migrations and deployments per instance
A new setting
valtimo.bootstrap.enabled(on by default) lets an instance start against an already-prepared database without running migrations or deployments again. This is useful when running multiple instances, so only one needs to do the startup work.
Enhancements
Maximum number of files on the Documenten API File Upload component
The Documenten API File Upload Form.io component (
documenten-api-file) now has an optional Maximum number of files property, which sets how many files may be uploaded through the component. Leaving the property empty keeps the previous behaviour of no limit.
Bugfixes
Wide lists now scroll horizontally instead of being cut off
When a list with many columns is wider than the space available, it now scrolls horizontally within its container instead of clipping the columns that do not fit. Previously the content that overflowed was hidden and could not be reached.
Building block mappings can select whole object nodes again
When configuring a building block call activity, the input target and output source dropdowns only listed individual leaf properties, so a nested object such as
applicantAddresscould no longer be picked as a whole β each underlying field (for exampledoc:/applicantAddress/city) had to be mapped separately. Object and array container nodes are selectable again, so an entire subtree can be mapped in a single mapping (for exampledoc:/applicantAddress) in addition to its individual leaf properties. This restores the behaviour from before nested document property support was introduced in 13.33.0. Existing mappings were unaffected at runtime.
Last updated