Version 7.0.2395
Major changes
Account/Admin (AC/AD)
- New Audit and Statistics screens.
- Added attributes, creation time and modification time for the user.
- The number of elements as a result of calculations
result_elements_countand the number of processes per dayprocesses_per_dayhave been added to the statistics. - Removed the ability to convert data when exporting
data_flow_convert.
Universal (UV)
- Documentation updated.
- Time windows for each scheduled request
stop_statistics.stop_demands.demand_time_windowhave been added to the statistics on stops. - Added average speed statistics
total_statistics.average_speed. - Added statistics on the number of stops
total_statistics.stops_count. - Added statistics on the number of visited locations
total_statistics.locations_count. - Added statistics on the number of round trips
total_statistics.round_trips_count. - Added statistics on measures of transported cargo
total_statistics.cargo_capacity_sum. - Added profit statistics
total_statistics.profit. - Added statistics on rest time
measurements.rest_time. - Added statistics on planning horizon
task_statistics.planning_horizon. - Added warehouse load accounting API.
- Updated work and rest mode API.
- XLSX - format updated - complex objects are converted to json.
- XLSX - added a new
infotab indicating the time zone, data version and links to documentation. - XLSX - added time zone consideration when converting to xlsx and back.
- Added
dataset_nameto the calculation task. - Corrected and expanded examples for postman.
- Added data cleanup method for
refinecalculation. - Fixed a bug in taking into account compatibility when using soft zones.
Studio (ST)
- Updated map engine and styles.
- Added the ability to download and display custom tracks for trips on the map.
- Added pagination to Explorer folders.
- Added the ability to bulk delete folders in Explorer.
- Added indicators for the number of experiments.
- Added viewing of the history of indicator changes during the calculation process.
- Added a ban on creating folders with the same name within the same folder.
- New columns
rest_timeandprofithave been added to the table with trips.
Update information
The API version is not backward compatible, the integration needs to be updated.
General
- The environment version has been moved from the path
api.edge.veeroute.com/v6/...to the environment nameapi.edge7.veeroute.cloud/.... - New format for the
tracedataservice object. - Identifiers
id, result_id->process_codehave been standardized. - Renamed entity key in error 404:
resource_id->resource_key. - All paths have been translated from
snake_casetokebab-case. - For the method of obtaining the state of the calculation
stateand obtaining the result of the calculationresult, the statuses202and299have been added. - Renamed calculation information
result.info->result.calculation_info. - Renamed calculation progress
result.progress->result.calculation_progress. - The method for obtaining the state has been moved to a separate path
calculation-async/{result_id}->state/{process_code}by analogy with obtaining the calculation result. - Changed the default geodata provider
OSRM->VRT. - Renamed entity counters
*_list.statistics->*_list.counters.
Universal and Studio
- Accounting for additional times at points has been moved from the settings to the performer
settings.assumptions.demands_extra_duration->performer.limits.demand_extra_durations. - The format for recording cargo in the back of
trip.states.cargo_placement->trip.states.cargo_actionshas been changed. - The format for recording planned requests in statistics on stops
demand_ids->stop_demandshas been changed. restricted_zoneshave been removed from geodata settings.assumptions.feature_lifetimeshas been removed from the trip settings (the functionality is set through the performer settings).- Transport work shift
transport.shift.working_timehas been removed. - Removed accounting for transport fine
transport.shift.tariff.max_penalty_cost(when creating a trip, the fine from the contractor's tariff is taken into account). - Renamed speed multiplier
transport_factor->transport_speed_multipliers. - Renamed capacity multiplier
capacity_factor->transport_capacity_multipliers.