Changelog
Past and upcoming changes to our marketplace API.
Breaking changes are changes that will break behaviour of connecting clients. They will be anounced 3 months prior to their release to give clients ample time to make the required changes.
Upcoming breaking changes
Currently planned: none.
Past changes
14 October 2024
- Field
engineDisplacement
was added to the typesAddObjectInput
andUpdateObjectInput
.
10 October 2024
- Field
cabinType
was added to the typesAddObjectInput
andUpdateObjectInput
. - Field
country
was added to the typesAddObjectInput
andUpdateObjectInput
. - Field
emissionNorm
was added to the typesAddObjectInput
andUpdateObjectInput
. - Field
enginePowerInHp
was added to the typesAddObjectInput
andUpdateObjectInput
. - Field
loadCapacity
was added to the typesAddObjectInput
andUpdateObjectInput
. - Field
maxWeight
was added to the typesAddObjectInput
andUpdateObjectInput
. - Field
marginScheme
was added to the typesAddObjectInput
andUpdateObjectInput
. - Field
numberOfCylinders
was added to the typesAddObjectInput
andUpdateObjectInput
. - Field
rangeFuel
was added to the typesAddObjectInput
andUpdateObjectInput
. - Field
rangeElectric
was added to the typesAddObjectInput
andUpdateObjectInput
. - Field
tareWeight
was added to the typesAddObjectInput
andUpdateObjectInput
. - Field
trailerLoad
was added to the typesAddObjectInput
andUpdateObjectInput
.
9 July 2024
- Field
model
was added to typeAddObjectInput
. This was added to provide more granular details when adding an object. For example, when adding a “Citroën Berlingo 2.0 HDI”, you previously had to set the fieldtype
to “Berlingo 2.0 HDI”. With the newmodel
field, you can set themodel
to “Berlingo” andtype
to “2.0 HDI”. - Field
model
was added to typeUpdateObjectInput
. - Field
model
was added to typeObject
.
12 June 2024
- Field
usage
on typeObject
was marked as deprecated. Use the fieldsusageInKilometers
orusageInOperatingHours
instead. - Field
usage
on typeAddObjectInput
was marked as deprecated. Use the fieldsusageInKilometers
orusageInOperatingHours
instead. - Field
usage
on typeUpdateObjectInput
was marked as deprecated. Use the fieldsusageInKilometers
orusageInOperatingHours
instead. - Query
canObjectBePlaced
was marked as deprecated. There is no replacement.
28 March 2024
- Field
propupsion
on typeObject
was marked as deprecated. Use the fieldpropulsion
instead.