Changelog#
2025-01-15#
CustomerService#
Additions
Added
AddCustomerFlag
,ListCustomerFlags
,RemoveCustomerFlag
RPCs.Added Fundamentals - Customer Flags page.
Added Customer Flags description to Guides - Customer Management page.
2025-01-14#
FeedbackService#
Updates
Updated Guides - Customer Feedback page.
2024-12-23#
FeedbackService#
Released v1beta1
Additions
Added RPCs
ListPendingCustomerFeedbackForms
,SubmitCustomerFeedback
Added Guides - Customer Feedback page.
2024-12-04#
ServiceAreaService#
Breaking
Replaced
service_hours
inServiceAreaService
withservice_hour_intervals
Removals
v1beta1 is deprecated and support is dropped.
Updates
Updated Guides - Service Area page.
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
Updated Guides - Service Area page.
2024-11-25#
TripService#
Updates
Renamed Field
service_class
toservice_class_id
in MessageOffer
.Renamed Field
service_class
toservice_class_id
in MessageTrip
.
2024-11-22#
ServiceAreaService#
Released v1beta1
Additions
Added
GetServiceArea
,ListServiceAreas
RPCs. To use these new RPCs, the Protobuf definitions need to be re-downloaded (see Getting Started).Added Guides - Service Area page.
CustomerService#
Released v1beta1
Additions
Added RPCs
CreateCustomer
,GetCustomer
,ListCustomers
,UpdateCustomer
,DeleteCustomer
Added Guides - Customer Management page.
2024-10-25#
TripService#
Additions
Added
GetTrip
RPC. To use this new RPC, the Protobuf definitions need to be re-downloaded (see Getting Started).Added Fundamentals - Trip page.
2024-10-02#
General#
Additions
Added Common Types
moia.type.v1.Money
,moia.type.v1.LatLon
andmoia.type.v1.TimeInterval
(see API Concepts for more information)
TripService#
Released v1beta2
Additions
Added RPCs
CancelTripAsCustomer
,CancelTripAsIntegrator
Breaking
Replaced
Money
inTripService
withmoia.type.v1.Money
Replaced
LatLng
inTripService
withmoia.type.v1.LatLon
Replaced
Interval
inTripService
withmoia.type.v1.TimeInterval
Removals
Removed
customer_id
fromRequestTripOffersRequest
,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
Added authentication concept