Skip to content

Timefold Solver 1.10.0

Latest
Compare
Choose a tag to compare
@timefold-release timefold-release released this 14 May 08:20

In the May '24 release of Timefold Solver, we’ve focused on making everything more stable and reliable. Here’s what’s new:

  • Connected Ranges Collector: This new feature helps manage and penalize the use of resources over time.
  • Legacy Examples to Quickstarts: We’ve turned old examples into quickstart guides for easier use.
  • Throttling Best Solution Consumer: For our Enterprise Edition users, we’ve added a feature to prevent integrations from being overloaded by solver events.
  • Maven Repository Authentication: We’re preparing to require authentication for our Enterprise Edition binaries. We’ll notify customers in advance to ensure a smooth transition. Community Edition users won’t be affected, as their binaries will remain freely available on Maven Central.

Changelog

🚀 Features

🐛 Fixes

  • 6c4e2e6 Properly detect value ranges with wildcard types (#838), closes #838
  • c373c2b Remove too eager fail-fast in concat node's retract (#831), closes #831
  • fdeb06a Forbid pinning uninitialized entities when unassigned not allowed (#821), closes #821
  • b5ff711 Make unassigned location the last element destination

🔄️ Changes

  • 5443347 Minor perf improvements to Constraint Streams (#830), closes #830

🧰 Tasks

📝 Documentation

  • 5bfa796 Document the throttling feature of Enterprise Edition
  • 4f19adb Correct property name for node sharing in Spring
  • e7f9bb2 Fix list variable unassigned values documentation

Contributors

We'd like to thank the following people for their contributions:

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.

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.10.0 dependency in your pom.xml to get started.

You can also import the Timefold Solver Bom (ai.timefold.solver : timefold-solver-bom : 1.10.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.