Skip to main content

Version 5.1.1673

· 2 min read

Major changes

Common to all services

  • Updated documentation and examples.

Universal (UV)

  • The order of stops in stop statistics is returned sorted by time.
  • Fixed bugs in total_load and driving_time statistics calculation.
  • New attribute model - additional fields for specifying service information.

Packer (PC)

  • Small mixboxes are supported for the packaging process
  • Mixboxes are packed in slots that consist only of mixboxes - special rules apply for the top pallet in such a slot: goods on the top pallet are removed from the mixboxes and stacked directly on the pallet, and the large mixbox is replaced on the top pallet with a small one, if possible.

Studio (ST)

  • Added notification center.
  • Added the ability to switch labels on the map from native language to Latin.
  • Fixed display order and page switching in tables.
  • The ability to transfer folders has been added to Explorer.
  • Fixed automatic cancellation of the calculation when the maximum planning time is exceeded.

Upgrade information

The API version is NOT backward compatible if attributes are used.

The attributes have changed from a list of strings to a list of key-value objects:

"attributes": [
{
"key": "Name",
"value" : "R2"
}
]