Changelog#

2024-09-06#

Breaking

  • Removed protovalidate

    • Removed all imports

    • Removed all annotations

    • This is only a breaking change if you are using protovalidate for validation

2024-07-11#

FleetStateService#

Released v1beta4, because some breaking changes were made:

Breaking

  • Moved the fields vehicle_id & timestamp from the nested mission event messages (e.g. MissionEvent.PickedUp, MissionEvent.DroppedOff) to the top level MissiontEvent message.

Additions

Important

v1beta3 is deprecated and support will be dropped on July, 31st 2024 (00:00 CET)

2024-06-10#

FleetStateService#

Released v1beta3, because some breaking changes were made:

Breaking

  • Renamed RPC StreamVehicleTelemetryMovement to SubscribeToVehicleTelemetryMovement

    • Request/Response messages are also renamed accordingly

  • Renamed Waypoint Action HubReturn to ServiceBreak

  • Removed promised_arrival_time from Rebalancing Waypoint Action

Additions

  • Added RPC SubscribeToFleetMissionEvents

  • Added id to Waypoints in Mission

Modified

  • Renamed odd_id to operational_area_id in Fleet

Important

v1beta2 is deprecated and support will be dropped on June, 25th 2024 (00:00 CET)

MapService#

Released v1beta1

Additions

  • Added RPC ListStoppableLocations

Documentation#

Additions

  • Added maps and mission events to Fundamentals

  • Added Guides

2024-03-28#

FleetStateService#

Released v1beta2

Additions

  • Added RPCs UpdateVehicleMission and StreamVehicleTelemetryMovement

RoutingService#

Released v1beta1

Additions

  • Added RPC ComputeRoute

Documentation#

Additions

  • Added Fundamentals section to documentation, including routing, mission and telemetry fundamentals.

Modified

  • Moved authentication, errors, pagination, versioning into Fundamentals.

2024-01-12#

FleetStateService#

Released v1beta1

Additions

  • Added RPCs ListFleets, GetFleet, ListVehicles, GetVehicle

Documentation#

Additions

  • Added initial version of documentation including

    • Getting Started

    • Authentication

    • Errors

    • Pagination

    • Versioning