Changelog

Follow up on the latest improvements and updates.

RSS

new

improved

fixed

Timefold Platform

Employee Shift Scheduling

Field Service Routing

New smarter termination, model build insights, and model improvements (v0.50.1)

Today, we’re announcing version v0.50.0 of the Timefold Platform and v1.8.0 of the Timefold models.
This new version of the Timefold Platform comes with these platform improvements:
  • Model build information in tenant settings
    : You can now view detailed build info for your models directly in tenant settings, including: Solver version, SDK version, Build commit, Build time. This helps you verify the version that is being used. (Especially useful for customers that run custom versions of models.)
  • New smart termination: “After initial solution”
    : This option stops a run immediately after the construction heuristic produces the first solution. It’s useful when you want a quick look at the initial plan before further optimization.
Screenshot 2025-09-05 at 10
  • Additionally, we’ve made several under-the-hood improvements for a smoother experience, and updated the platform documentation on inviting tenant members for clarity.
Next to that, this new version of the Timefold Platform comes with updates to these Timefold Models:
Field Service Routing (v1 | Stable)
  • Improved scalability of movable visit handling
    : The performance of the custom move has been further optimized. Additionally, it now only activates for datasets where it brings measurable value, reducing unnecessary overhead.
Employee Shift Scheduling (v1 | Stable)
  • Disruption KPI bugfix
    : Fixed a bug where the Disruption KPI could behave incorrectly when running a score analysis on an existing run.
Please let us know if you have feedback.

new

improved

fixed

Timefold Platform

Employee Shift Scheduling

Field Service Routing

Include unassigned visits in the output for Field Service Routing & other minor improvements (v0.49.0)

Today, we’re announcing version v0.49.0 of the Timefold Platform and v1.7.0 of the Timefold models, available on app.timefold.ai from 2025-08-25.
This release includes several minor UI improvements (including better rounding of distances in output metrics) and bugfixes (including APIs sometimes returning a faulty 500 http error) for the Timefold Platform.
Next to that, this new version of the Timefold Platform comes with updates to these Timefold Models:
Field Service Routing (v1 | Stable)
  • Unassigned visits in the model output
    : We have added a new attribute
    unassignedVisits
    to the model output. Only the visit IDs are included in the response, not the full visit objects. See Changelog for details. This change makes the finding of unassigned visits easier and more efficient.
  • Improved scalability of movable visit handling
    : The performance of the custom move handling movable visits has been improved, especially for large datasets with many movable visits (assignable to multiple days).
  • Fixed recommendation vehicle shift dependencies
    : Fixed a bug where vehicle shift dependencies were duplicated in the output and where some vehicle shifts weren't considered as dependencies.
  • Floating breaks can be scheduled during waiting time before travel
    : Floating breaks can now be scheduled during the waiting time before travel starts, which allows for more efficient scheduling of breaks. This is especially useful for pinning. See Changelog for details.
Employee Shift Scheduling (v1 | Stable)
  • Disruption KPI
    : When submitting a schedule with already assigned employees, the
    disruption
    KPI is now always calculated. Before, this Disruption KPI was only calculated when
    disruptionRules
    were provided. See the Real-time planning feature guide for details.
Please let us know if you have feedback.

improved

fixed

Timefold Platform

Employee Shift Scheduling

Field Service Routing

Maintenance release (v0.48.0)

Today, we’re announcing version v0.48.0 of the Timefold Platform.
This release is mostly focused on stability and protection of our platform. It introduces several bugfixes, dependency maintenance and security upgrades.
Please let us know if you have feedback.

improved

fixed

Timefold Platform

Employee Shift Scheduling

Field Service Routing

Smaller bugfixes (v0.47.0)

Today, we’re announcing version v0.47.0 of the Timefold Platform and v1.5.0 of the Timefold models.
This release includes several UI improvements and bugfixes for the Timefold Platform, including:
  • Audit Log filters
    : Some audit log event types were missing from the filtering options. These are now correctly displayed.
  • Improved “New Run” dialog
    : We've enhanced the user experience when launching a new run for models with a large number of demo datasets.
Next to that, this new version of the Timefold Platform comes with updates to these Timefold Models:
Field Service Routing
(v1 | Stable)
  • We’ve made several smaller performance improvements and bugfixes, e.g. to the “Visits finished in SLA” KPI’s. The UI will now better indicate when it’s an absolute value or a percentage.
  • We’ve added an improved Route optimization feature guide to our documentation.
Employee Shift Scheduling
(v1 | Stable)
  • We have updated penalties for several constraints to no longer include the shift's duration in the penalty. This change makes sure the solver does not treat shifts with different durations as more or less preferred than others. See changelog for details.
  • We have fixed a bug where two soft constraints (Preferred weekends worked per period, Preferred shift start time difference) were treated as hard constraints. See changelog for details.
Please let us know if you have feedback.

improved

fixed

Timefold Platform

Employee Shift Scheduling

Field Service Routing

Platform shows unprocessed input file and smaller bugfixes (v0.46.0)

Today, we’re announcing version v0.46.0 of the Timefold Platform and v1.4.0 of the Timefold models.
This new version of the Timefold Platform comes with these platform improvements:
  • “Input” now showing unprocessed file
    : For any new runs, the “Input” page for a Model Run will now show the .json-file as it was submitted to the platform, without pre-processing. Before today we showed a version where default configuration values (from e.g. the configuration profile or tenant plan) were mixed in.
  • We have fixed several small UI bugs.
Next to that, this new version of the Timefold Platform comes with updates to these Timefold Models:
Field Service Routing
(v1 | Stable)
  • Visualization bugfix: We fixed a bug with character encoding in the visualization of the model.
Employee Shift Scheduling
(v1 | Stable)
  • Visualization bugfix: We fixed a bug with character encoding in the visualization of the model.
Please let us know if you have feedback.
Today, we’re announcing version v0.45.0 of the Timefold Platform and v1.3.0 of the Timefold models.
With this release we’re happy to announce Timefold has become ISO 27001:2022 certified. Head over to trust.timefold.ai to learn about all of our security & compliance measures. You can use our Trust center to request the certificate & report. We are still in the process for SOC 2 compliance - expect updates on that later.
64251bc1658b1d787bf5a5d2_FTR_ISO_27001_doc
This new version of the Timefold Platform also comes with these platform improvements:
Next to that, this new version of the Timefold Platform comes with updates to these Timefold Models:
Field Service Routing
(v1 | Stable)
  • Deprecated /run and /new-run endpoints
    : The endpoints
    GET /v1/route-plans/{id}/run
    and
    POST /v1/route-plans/{id}/new-run
    have been deprecated, and replaced. See upgrade to the latest version for details.
Employee Shift Scheduling
(v1 | Stable)
  • Working time fairness metric fix
    : We have fixed a bug that caused incorrect calculation of the Fairness metric when Full-time equivalent configuration was used in employee contracts.
  • Deprecated /run and /new-run endpoints
    : The endpoints
    GET /v1/schedules/{id}/run
    and
    POST /v1/schedules/{id}/new-run
    have been deprecated, and replaced. See upgrade to the latest version for details.
Please let us know if you have feedback.

new

improved

fixed

Timefold Platform

Employee Shift Scheduling

Field Service Routing

Improved invites, EU AI Act transparency and travel time constraints (v0.44.2)

Today, we’re announcing version v0.44.2 of the Timefold Platform and v1.2.0 of the Timefold models.
This new version of the Timefold Platform comes with these platform improvements:
  • Improved member invite flows
    : When you invite colleagues to your tenant, they will now receive an invite email they must accept. This adds an extra layer of verification and clarity in onboarding.
Tenant Member invite email
  • EU AI Act compliance documentation
    : We've published a new document detailing how Timefold complies with the EU AI Act. It highlights our transparent, deterministic approach and explains what this means for users.
  • UI improvements and bugfixes
    : We've made several minor enhancements to the user interface (such as improving how you manage visible columns in the Run Overview) and fixed various bugs.
Next to that, this new version of the Timefold Platform comes with updates to these Timefold Models:
Field Service Routing
(v1 | Stable)
  • New travel time constraints
    : You can now define constraints to limit the travel time of a vehicle shift, reflecting a technician’s preferences or requirements. Learn more in the Route optimization guide.
  • Floating break bugfix
    : Fixed an issue where floating breaks ending after their maxEndTime were not correctly penalized. More details.
Employee Shift Scheduling
(v1 | Stable)
  • Minutes between shifts fix
    : We have fixed a bug that caused the constraints to ignore the minutes between shifts rule in some cases. More details.
Please let us know if you have feedback.

new

improved

fixed

Timefold Platform

Employee Shift Scheduling

Field Service Routing

Configure runtime architecture and several smaller improvements (v0.43.0)

Today, we’re announcing version v0.43.0 of the Timefold Platform and v1.1.0 of the Timefold models.
This new version of the Timefold Platform comes with these platform improvements:
  • Ability to configure machine type to run the solving operations
    : When you set-up a configuration profile, you can now also apply extra scheduling policy labels that let you choose between running solve operations on AMD64 or ARM64 architecture. Configure specific machine types to find the best runtime for your type of dataset and learn which one yields better results.
Scheduling policy labels
  • We have improved the Maps service documentation with more detailed information on availability of maps.
  • Several smaller improvements (including logging more relevant data in the Audit log, more clearly indicating configuration parameter precedence when doing a new run, more clearly indicating for which models API keys can be used, and showing score analysis details when all constraints are satisfied, showing icons for constraint groups) and bugfixes (including returning the right better response headers for Recommendation API calls for non-existing runs).
Next to that, this new version of the Timefold Platform comes with updates to these Timefold Models:
Field Service Routing (v1 | Stable)
  • Icons for constraint groups
    : The score analysis and configuration profiles UI have been updated with icons for each of the constraint groups to help make each of the model features more clear.
Constraint group icons for FSR
  • We have added documentation that explains how to handle long-running visits.
  • We have made several smaller bugfixes (to the visualization in the platform) and improvements (like not showing the Visit SLA metric if no SLA information is provided).
Employee Shift Scheduling (v1 | Stable)
  • Icons for constraint groups
    : The score analysis and configuration profiles UI have been updated with icons for each of the constraint groups to help make each of the model features more clear.
Constraint group icons for ESS
  • We have made several smaller bugfixes (to the visualization in the platform and we fixed a bug that caused the solver to not respect the shift rotation constraints in some edge cases).
Please let us know if you have feedback.

new

improved

fixed

Timefold Platform

Employee Shift Scheduling

Field Service Routing

Visit SLA’s, technician ratings support for FSR, FTE support for ESS (v0.42.1)

Today, we’re announcing version v0.42.1 of the Timefold Platform and v1.0.0 of the Timefold models.
This new version of the Timefold Platform comes with these platform improvements:
  • (For self-hosted installations only:)
    OIDC configuration now requires valid OIDC setup
    : When using OpenID connect, make sure you have valid OIDC configuration, else explicitly disable it as per the updated “Installation instructions”.
  • Filter on Configuration Profile via Platform UI
    : It’s now possible to filter the runs overview of your models by the configuration profile that was used. On the overview, click “Add filter”, and choose “Configuration profile”. We’ve also added Configuration profile as one of the possible columns for your overview. Click on the three dots at the end of the header of the table to choose which columns you want to view.
configuration-profiles-column
See which configuration profile was used for each run.
configuration-profiles-choose-column
Choose and reorder the columns you want to see in the overview
Next to that, this new version of the Timefold Platform comes with updates to these Timefold Models:
Field Service Routing (v1 | Stable)
Employee Shift Scheduling (v1 | Stable)
  • Allow to define employee min/max by FTE
    : We have added support for full-time equivalent (FTE) configuration in employee contracts, enabling fair scheduling for employees with different employment types. This feature allows you to define part-time, full-time, and other employment arrangements while ensuring fair distribution of work. The “balance time worked” constraint now automatically adjusts for different FTE levels, so a part-time employee (FTE 0.5) working 20 hours is considered equivalent to a full-time employee (FTE 1.0) working 40 hours. See “New and noteworthy” for details.
  • Extended support for weekend constraints for rolling windows
    : We have extended our weekend constraints support with the ability to limit weekend work in rolling windows. You can now additionally express rules such as: “Maximum 2 weekends worked in any 4-week rolling window” or “Maximum 4 weekends worked in any 16-week rolling window”. This complements our existing weekend constraints for fixed periods, giving you more options for creating employee-friendly schedules. See “New and noteworthy” for details.
  • A small bugfix related to the solver not terminating properly in corner cases.
Please let us know if you have feedback.

new

improved

fixed

Timefold Platform

Employee Shift Scheduling

Field Service Routing

Audit log visibility via Platform UI, contract rules around weekends for ESS (v0.41.2)

Today, we’re announcing version v0.41.2 of the Timefold Platform and models.
This new version of the Timefold Platform comes with these platform improvements:
  • Audit log
    : We have added the ability to see the audit log of changes made to your tenant via the Platform’s UI. Anytime a user is added or removed, anytime a webhook is created or changed, or other configuration changes, information about this change is logged to the Audit Log. By going to your Tenant Settings, and choosing “Audit Log” in the sidebar, you are now able to see those changes. The UI supports filtering for certain types of event, Actor, IP and date.
Screenshot 2025-06-17 at 13
  • Ordering of metrics on Run Overview
    : It’s now possible to define the order of the columns when seeing the run overview of your model. You can pick from input and output metrics, as well as run data, and decide which information you want to see, and in what order. This change makes it easier for you to compare those metrics between runs you care most about. On the Runs Overview, click the dots at the end of the header row.
  • Support for multiple vehicle types
    : We now have support for multiple vehicle types in our Maps service: cars, bicycles, and walking. We have set up a bicycle map for Georgia, USA as a demo - please contact us if you have specific requests for new maps with other vehicle profiles. We have also improved our documentation of the maps service.
Next to that, this new version of the Timefold Platform comes with updates to these Timefold Models:
Field Service Routing (v1 | Stable)
  • We have a bugfix for a potential score corruption with Balance movable and non-movable visits constraint.
Employee Shift Scheduling (v1 | Stable)
  • Ability to define contract rules around weekends
    : We have added support for weekend-related constraints, allowing you to limit weekend work for employees. These constraints help enforce restrictions on weekend work, which is important for maintaining employee work-life balance. You can: Limit the total minutes an employee works during weekends in a period. Limit the number of weekends an employee works in a period. Limit the number of consecutive weekends an employee works. See "New and noteworthy" for details.
Please let us know if you have feedback.
(This version has been available on app.timefold.ai since Monday June 9th. Our apologies for the delay in posting here.)
Load More