Timefold Solver 1.33.0
This is a maintenance release, focusing on bug fixes and stability. We have also upgraded to the latest Quarkus LTS (3.33.1) and from now on, Timefold Solver 1.x will stick to LTS versions only.
Changelog
🐛 Fixes
- ignore duplicate generated member accessors classes (#2242)
- restore support for null values in sortable value ranges (#2239)
- generate list unassign moves fairly (#2221)
- handle null planning values in ValueTabuAcceptor (#2213)
- in event consumption, always release the lock if we already acquired it (#2169)
- remove support for the identity map from the value range cache (#2140)
Contributors
We'd like to thank the following people for their contributions:
- Paolo Antinori (@paoloantinori)
- Christopher Chianelli (@Christopher-Chianelli )
- Frederico Gonçalves (@zepfred)
- Lukáš Petrovický (@triceo)
Timefold Solver Community Edition is an open source project, and you are more than welcome to contribute as well! For more, see Contributing.
Should your business need to scale to truly massive data sets or require enterprise-grade support, check out Timefold Solver Enterprise Edition. Timefold Solver Enterprise Edition requires a license.
How to use Timefold Solver
To see Timefold Solver in action, check out the quickstarts.
With Maven or Gradle, add the ai.timefold.solver : timefold-solver-core : 1.33.0 dependency in your pom.xml to get started.
You can also import the Timefold Solver Bom (ai.timefold.solver : timefold-solver-bom : 1.33.0)
to avoid duplicating version numbers when adding other Timefold Solver dependencies later on.
Additional notes
The changelog and the list of contributors above are automatically generated. It excludes contributions to certain areas of the repository, such as CI and build automation. This is done for the sake of brevity and to make the user-facing changes stand out more.