Release v1.1.23
by ReadMe APIv1.1.23 - 12.12.2023
Configurable supported countries
We have added a new configuration to only allow charging in specific countries.
Thanks to this setting, only chargers from selected countries will be returned from the API and charging
will be authorized only in these specified countries.
The list of supported countries can be set by our Support team. All countries are supported by default.
This configuration could help you roll out the integration gradually to selected countries,
or restrict charging sessions in countries where you don't yet operate in.
Geosearch performance improvements
We fine-tuned our caching mechanism. Thanks to this, long geosearch queries
should happen much less often.
Release v1.1.22
by ReadMe APIv1.1.22 - 23.11.2023
Removing duplicated EVSEs and connectors
In very rare instances Drive API returned 2 available EVSEs with the same id within the same location.
This was caused by duplicated data received from CPOs which we'll clean up programmatically before
returning response.
Improved error handling in subscriptions
For some errors in subscriptions it wasn't clear what is the reason of a failure.
We've enhanced error messages for subscription issues to provide more insight.
Release v1.1.21
by ReadMe APIv1.1.21 - 02.11.2023
Performance improvements
We've made some minor performance enhancements to our geosearch endpoints,
aiming to reduce the processing time of the most time-consuming requests.
Bugfix – returning sessions that failed to start
We've addressed an issue where sessions that failed to initiate were not being
returned through the session-by-id endpoint in certain scenarios.
Internal changes
We have successfully consolidated the configuration settings for the Drive API
into a unified location along with our other tools. This will allow to improve the Drive API tools.
Release v1.1.20
by ReadMe APIv1.1.20 - 21.09.2023
Internal improvements
In this release, there are no modifications to the API. Instead, we're setting the stage for enhancements
in subscription and configuration management. Additionally, we've upgraded the NodeJS runtime version to 18.x,
resulting in some minor performance boosts and extended support with security updates.
Release v1.1.19
by ReadMe APIRelease v1.1.18
by ReadMe APIv1.1.18 - 24.08.2023
New option for Geosearch queries
Until now, locations returned from geosearch requests contained all EVSEs and connectors, even if some of them didn't match the filters
(it was enough that at least one EVSE or connector matched the filters for the whole location to be returned).
If that's not the expected behaviour, there is a new option for geosearch queries: filterEvsesAndConnectors.
With this option enabled, and filters set, the payload will be smaller because all EVSEs and connectors not matching
the filters will be removed from the response.
Release v1.1.17
by ReadMe APIv1.1.17 - 09.08.2023
Limit geosearch result size
A new optional parameter is added to geosearch queries: limit.
It allows to control the maximum number of locations returned from the API,
making the data transfer faster when fewer locations are needed.
Operator hotline added to geosearch results
Hotline number has been added to some of the more popular CPOs and now this data
is also exposed in the API (in operator.hotline field). Look at Location response.
Release v1.1.16
by ReadMe APIv1.1.16 - 26.07.2023
Unavailable price not presented
Sometimes the price is not available for a connector due to a mistake.
Until now, we were presenting "0" as a price in such cases, which was misleading for the end-user.
Now, for those cases, the price object will not be returned at all.
More details in: Prices
Bugfix: Charging key reservation dates
During code refactors there was a bug introduced, due to which some keys were reserved with incorrect validity dates.
A fix to this bug was pushed as a hotfix last week. Tests were also improved to catch such problems.
Internal changes
Among them was alarm fine-tuning, to avoid false-positive alarms and improved logging.
Release v1.1.15
by ReadMe APIv1.1.15 - 11.07.2023
Minor improvements
Several minor changes and improvements:
- unified ways of fetching prices across Plugsurfing services – enabling easier and more
centralized control over future improvements in pricing - improved internal alarming parameters and logging
- better input parameter validation