Skip to content

openTCS 6.4

Choose a tag to compare

@swltr swltr released this 10 Mar 08:38
· 207 commits to master since this release
  • New features and enhancements:
    • Properly handle the interaction of order sequences and the dispensable flag of transport orders. A transport order whose dispensable flag is set and which is also part of an order sequence will be skipped/aborted when another transport order was added to the sequence. Additionally, when a vehicle is processing the last transport order of a complete order sequence and that transport order is also dispensable, the vehicle is considered available for another transport order / order sequence.
    • Update web API specification and implementation to version 1.11.0:
      • Include a transport order's key-value properties in responses when requesting transport order data.
  • Bugs fixed:
    • Avoid NullPointerException when trying to edit the symbol of locations or location types.
  • Changes affecting developers:
    • Allow the router to provide multiple (alternative) routes instead of just a single one. This allows the components that use the router to decide for themselves which route to choose. (A routing algorithm that actually provides multiple routes has not yet been implemented, i.e. the router will continue to provide only one route for the time being.)
    • Deprecate Vehicle.getNextPosition() and Vehicle.withNextPosition() which are effectively no longer used.
    • Update Gestalt to 0.35.2.