Release notes
With every update we write release notes. This way you know what has been added or fixed. If you sign up, you will get a monthly overview in your inbox.
6.30.0
April 30, 2024
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
6.29.3
April 22, 2024
Preferred operator fix
API updated
🐞 Bug fixes
- Fixed a bug where requests with many entries on the operator ranking or excluded list resulted in slow computation times.
6.29.2
April 18, 2024
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
6.28.0
April 11, 2024
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug that caused routes to get stuck in processing due to incorrect data on some vehicles.
- Various small bug fixes.
6.25.0
April 4, 2024
Solar Irradiance and improved CT range
API updated
✨ Improvements
- Improved our vehicle climate control model by factoring in solar irradiance for cabin heating or cooling.
- Improved the CT range by changing the drive cycle from WLTP to Artemis Driving Cycle. More information can be found here.
🐞 Bug fixes
- Fixed a bug where the
leg.rangeStart
andleg.rangeEnd
were equal for legs shorter than 1 km due to a conversion error.
6.22.0
March 26, 2024
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
6.21.0
March 21, 2024
Bug fixes and deprecations
API updated
🐞 Bug fixes
- Fixed an issue where we sent two updates instead of one for subscriptions on
connectedVehicle
,Isoline
,navigationUpdateById
androuteUpdatedById
. - Fixed an issue where status
done
was not returned after subscribing toIsoline
. - Fixed an issue where no messages were sent when updating, recalculating and finishing the navigation session after using subscription on
navigationUpdateById
.
📦 Deprecations
- Deprecated fields on
station.custom_properties
andstation.evses.connectors.custom_properties
in favour of moving these properties to the root level. See deprecations for more information.
Please note that with this change all OCPI compliant fields on the station query now have the following text included in the description: “This property is OCPI-compliant.”
6.18.0
February 29, 2024
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug that caused the error
Cannot execute GraphQL operations after the server has stopped.
- Various small bug fixes.
6.17.0
February 22, 2024
Organizations to workspaces
Dashboard updated
✨ Improvements
- Improved the way how organizations can be used by renaming the feature to workspaces.
- Improved the interaction and navigation across workspaces by introducing a new top level menu.
6.16.0
February 22, 2024
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug where custom exceptions on extensions had stopped working.
- Various small bug fixes.
6.15.0
February 21, 2024
Tile Service improvement
API updated
✨ Improvements
- Improved the performance of our Tile Service by rewriting the service.
6.14.0
February 12, 2024
Bug fix routePath
API updated
🐞 Bug fixes
- Fixed a bug where the
routePath
was not stored if the validation onrouteEmissions
failed.
6.13.0
February 6, 2024
routeEmission bug fixes and improvements
API updated
✨ Improvements
- Improved our savings estimates for a route by improving our fuel consumption estimates for gasoline vehicles.
🐞 Bug fixes
- Fixed a bug where
routeEmissions
androutePath
were not stored if a route contained two consecutive requested points with the same coordinates. - Fixed a bug where the torque of internal combustion vehicles was not properly calculated on
routeEmissions
.
6.12.0
February 1, 2024
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
6.11.0
January 29, 2024
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
6.10.0
January 22, 2024
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug when using a station as via, the default station name was not being return on the via leg step.
- Various small bug fixes.
6.9.0
January 11, 2024
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
6.8.2
January 9, 2024
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug where vehicles were detached from projects in case there were no rules specified on the project.
6.7.0
January 3, 2024
Introduction of routeEmissions
API updated
⚡️ New features
- Added
routeEmissions
, which provides a detailed breakdown of emissions in gCO₂eq/kWh, taking into account the embedded, operational, and end of life emissions for a vehicle. An imperial conversion is available.
6.6.1
December 18, 2023
Bug fix project applications
API andDashboard updated
🐞 Bug fixes
- Fixed a bug that prevented creating new project applications in the dashboard.
6.6.0
December 14, 2023
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
6.5.1
December 11, 2023
Introduction of vehicle auto-add to projects
Dashboard andAPI updated
✨ Features
- Added vehicle auto-add to the project. This makes it possible to setup a set of rules which will then automatically add the vehicle to your selection as soon as a new vehicle gets published. Go to project details and click on ‘setup rules’ to enable.
✨ Improvements
- Improved the way we handle vehicle selection in the dashboard by allowing select all even when the list has been filtered.
🐞 Bug fixes
- Fixed a bug where private vehicles were counted towards the total number of vehicles while not being able to add.
6.4.0
December 6, 2023
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
6.3.0
November 27, 2023
Isoline out of BETA
API andDashboard updated
✨ Improvements
- Improved the
isoline
query by exposing the input fields in an input object to be consistent with all other queries. With this change, Isoline is no longer in BETA. - Improved the filters across the dashboard by allowing multi-select on all filterable content.
6.2.1
November 16, 2023
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
6.2.0
November 15, 2023
Stability
API updated
✨ Improvements
- Upgrade of dependencies and maintenance of services.
6.1.1
November 9, 2023
Bug fix opening times
API updated
🐞 Bug fixes
- Fixed a bug where station
opening_times
were no longer stored for the Eco-movement station database.
6.0.0
November 2, 2023
Introducing organizational accounts
API andDashboard updated
⚡️ New features
- Added organizations to the dashboard. Allows for sharing your workspace and projects with team members.
5.70.1
October 26, 2023
Consumption prediction improvements
API updated
✨ Improvements
- Improved consumption predictions on low speeds (<30 kmph) and high speeds (>90 kmph).
5.69.1
October 19, 2023
Fleet simulation updates
API andDashboard updated
⚡️ New features
- Added support for switching the import between metric and imperial.
- Added route duration to the route overview. Supports a warning if routes go over 8 hours.
- Added route numbers to the route overview.
- Added new rules for depot charging and safe risk margins.
✨ Improvements
- Improved route overview by making the full row clickable instead of the expand icon only.
- Improved the way we render routes that require charging in the overview.
🐞 Bug fixes
- Fixed a bug where pagination on the fleet tool would not fetch the next page.
5.69.0
September 28, 2023
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug where a
navigation
session failed because of duplicate points in theroutePath
. - Various small bug fixes.
5.68.0
September 19, 2023
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
5.67.0
August 29, 2023
Tile service filter public only stations
API updated
⚡️ New features
- Added a new query parameter
publicOnly
to the Tile Service filters. This parameter configures whether public stations should be included in the tiles or not. This filter is only applicable if the Eco-Movement station database is being used, otherwise it will be ignored. By default, it is set to false.
5.66.0
August 28, 2023
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
5.65.0
August 15, 2023
Introducing fleet simulation private beta
API andDashboard updated
⚡️ New features
- Added private beta of fleet simulation to the dashboard. Allowing for historical analysis on vast amounts of driving data.
5.63.0
August 7, 2023
Tile service improvements
API updated
✨ Improvements
- Improved the performance of the Tile Service by reducing the memory usage.
5.62.1
August 2, 2023
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug where the
reliability_score
for stations was not displayed. - Various small bug fixes.
5.62.0
August 1, 2023
Isoline improvements
API updated
⚡️ New features
- Added the new input parameters
occupants
,total_occupant_weight
,total_cargo_weight
,state_of_charge
andfinal_state_of_charge
oncreateIsoline
mutation.
✨ Improvements
- Improved the computation time of Isolines.
5.49.0
June 29, 2023
Stability
API updated
✨ Improvements
- Upgrade of dependencies and maintenance of services.
5.51.0
June 29, 2023
vehicleList improvements
API updated
✨ Improvements
- Improved search over
vehicleList
by replacing the underlying database. - Improved pagination consistency by enforcing a max pagination of 100 on
vehicleList
.
5.48.0
June 28, 2023
Support for premium images
API updated
⚡️ New features
- Added support for new image types
image_premium
andpremium_image_thumbnail
. Premium images are licensed images for specific use and time periods. For more information, please contact your assigned account manager or email us at info@chargetrip.com.
5.45.0
June 22, 2023
Routing improvement
API updated
✨ Improvements
- Improved handling of requests without specified vehicle connectors. If a request does not contain connectors, they will be added to the vehicle based on the countries coming from the route.
5.44.0
June 15, 2023
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug on
vehicle
where adjusting the connectors on the country level also overwrote the default connector standards. - Various small bug fixes.
5.43.0
June 13, 2023
Stability
API updated
✨ Improvements
- Improved stability by expanding our monitoring.
5.42.0
June 13, 2023
Bug fixes
API andDashboard updated
🐞 Bug fixes
- Fixed a bug where modals on the dashboard would not render correctly on smaller screen resolutions.
- Various small bug fixes.
5.41.0
June 12, 2023
Dashboard improvements
API andDashboard updated
⚡️ New features
- Added the
drivetrain
,purpose
,type
andregion
filters to the vehicle list on the dashboard to improve custom vehicle selections.
5.40.2
May 22, 2023
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug on
stationList
andstationAround
wherepreferred_operator
filtered on the station’s owner and not the operator.
5.40.0
May 15, 2023
Dashboard improvements
API andDashboard updated
✨ Improvements
- Improved accessibility on the dashboard. Focus states will now retain their state, most of the dashboard can now be navigated by using the keyboard only and additional aria labels have been added.
🐞 Bug fixes
- Various small bug fixes.
5.39.0
May 9, 2023
Consumption predictions
API updated
✨ Improvements
- Improved consumption predictions at high speeds.
5.38.2
April 27, 2023
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug where a
stationVia
close to the origin could result in an incorrect state of charge. - Fixed a bug where it was not possible to use the
extarnal_id
to search for stations in thestationList
.
5.38.1
April 26, 2023
Introducing filters on the vehicle list
API updated
⚡️ New features
- Added region, purpose and type filters on the
vehicleList
.
✨ Improvements
- Improved the description for
chargetrip_range
. - Improved the description for
connect.providers
.
5.37.0
April 19, 2023
Routing improvements
API updated
✨ Improvements
- Improved the way we select stations on routes.
5.36.0
April 13, 2023
Stability
API updated
✨ Improvements
- Improved stability by fixing various small bugs.
5.34.0
April 4, 2023
Tile service filter minimum number of plugs
API updated
⚡️ New features
- Added the
minimumPlugsNumber
filter on the Tile Service, which allows for filtering the tile service based the minimum number of plugs.
🐞 Bug fixes
- Fixed a bug on
custom_properties.reliability_score
where all stations hadnull
values on this property. - Fixed a bug on the developer portal where the exceptions on vehicleList were missing.
5.33.0
March 28, 2023
Stability
API updated
✨ Improvements
- Improved stability with service upgrades.
5.31.0
March 8, 2023
Stability
API updated
✨ Improvements
- Improved stability by fixing various small bugs.
5.30.0
March 8, 2023
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug on
stationAround
andstationList
where stations were returned when filtering on preferred operators, even when no preferred operators were set. - Fixed a bug on
updateNavigation
mutation where sending multiple locations with the same timestamp led to an incorrectstate_of_charge
5.29.1
February 28, 2023
Introducing 2FA
API andDashboard updated
⚡️ New features
- Added 2FA support for dashboard accounts. Enable this by going to the security section on the edit profile page.
- Added application security details on the project overview.
🐞 Bug fixes
- Fixed a bug on the dashboard where only the first 10 applications would show, even if there were more than 10.
5.28.0
February 21, 2023
Tile service bug
API updated
🐞 Bug fixes
- Fixed a bug on the tile service where
powerGroups[]=slow
andpower[]=350
did not filter the results.
5.27.3
February 21, 2023
Tile service improvement
API updated
✨ Improvements
- Improved the performance of the tile service.
5.27.2
February 14, 2023
Stability
API updated
✨ Improvements
- Improved stability by fixing various small bugs.
5.27.1
February 9, 2023
Bug fix stationList
API updated
🐞 Bug fixes
- Fixed a bug where
stationList
queries returned an error when the searched string had 24 characters and was not a valid id.
5.27.0
February 7, 2023
Tile service filter excluded operators
API updated
⚡️ New features
- Added support for filtering out excluded operators on the tile service using the project configuration.
🐞 Bug fixes
- Fixed a bug where entering the same location for a via and destination would end up in an error instead of calculating a route.
- Fixed a bug where the deprecated tile service filter
connectors[]=all
was giving a response on lower zoom levels.
5.26.1
February 6, 2023
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug where adding additional cargo and/or occupants at a via were not correctly applied on the legs after the via.
- Fixed a bug where missing country codes in our map data could lead to uncomputable routes.
5.26.0
February 1, 2023
Bug fixes
API updated
🐞 Bug fixes
- Fixed a bug where the operators sent on
newRoute
were not included onroute.routeRequest
. - Fixed a bug for the vehicle queries where the default battery capacity was using incorrect vehicle details resulting in an incorrect
chargetrip_range
.
5.25.1
January 30, 2023
Chargetrip range bug fix
API updated
🐞 Bug fixes
- Fixed a bug on
vehicle.chargetrip_range
, where updating a vehicle would cause thechargetrip_range
to be incorrect.
5.25.0
January 26, 2023
Dashboard update
Dashboard updated
✨ Improvements
- Improved the vehicle selection list by adding tags for BEVs and PHEVs.
5.24.0
January 17, 2023
Stability
API updated
✨ Improvements
- Improved stability by fixing various small bugs.