Changelog#

2025-01-15#

CustomerService#

Additions

2025-01-14#

FeedbackService#

Updates

2024-12-23#

FeedbackService#

Released v1beta1

Additions

2024-12-04#

ServiceAreaService#

Breaking

  • Replaced service_hours in ServiceAreaService with service_hour_intervals

Removals

  • v1beta1 is deprecated and support is dropped.

Updates

2024-11-26#

ServiceAreaService#

Additions

  • Added ListServiceHours RPC. To use this new RPC, the Protobuf definitions need to be re-downloaded (see Getting Started).

Updates

2024-11-25#

TripService#

Updates

  • Renamed Field service_class to service_class_id in Message Offer.

  • Renamed Field service_class to service_class_id in Message Trip.

2024-11-22#

ServiceAreaService#

Released v1beta1

Additions

CustomerService#

Released v1beta1

Additions

2024-10-25#

TripService#

Additions

2024-10-02#

General#

Additions

  • Added Common Types moia.type.v1.Money, moia.type.v1.LatLon and moia.type.v1.TimeInterval (see API Concepts for more information)

TripService#

Released v1beta2

Additions

  • Added RPCs CancelTripAsCustomer, CancelTripAsIntegrator

Breaking

  • Replaced Money in TripService with moia.type.v1.Money

  • Replaced LatLng in TripService with moia.type.v1.LatLon

  • Replaced Interval in TripService with moia.type.v1.TimeInterval

Removals

  • Removed customer_id from RequestTripOffersRequest, RequestTripOffersResponse, OrderTripRequest, OrderTripResponse

  • v1beta1 is deprecated and support is dropped.

2024-09-02#

TripService#

Released v1beta1

Additions

  • Added RPCs RequestTripOffers, OrderTrip

2024-08-26#

Additions