Release v1.1.3

by ReadMe API

v1.1.3 - 24.10.2022

⚡️ Features

New get-subscription-by-id endpoint

Subscriptions got a new endpoint which can be useful
for checking single subscription status or details.

Charging Key Ordering receipt improvements

New field was added to Charging Key Ordering endpoints called 'hasReceipt'.
Also, when fetching a receipt for a session, this variable is firstly checked
and an error is returned if the receipt is not available. Previously a non-working
url was sometimes returned.

🪲 Bug Fixes

Proper address validation for incorrect characters in Charging Key Ordering

Previously incorrect characters in address when ordering resulted
in 500 response code. This has been fixed and now 400 response with
a correct message will be returned.

Geosearch power filtering

In some cases power filtering would filter out valid stations.
Now the filtering works correctly for all stations.

Location-by-id returns very slowly

For some locations this endpoint returned response very slowly or even timed out.

Release v1.1.2

by ReadMe API

v1.1.2 - 04.10.2022

⚡️ Features

Location-by-id – user-based pricing

Location by id endpoint was improved, so the pricing returned
can take into account particular user's preferential pricing.

Subscription endpoints extended

Subscriptions - now when subscribing or listing user's subscriptions more details
are returned like subscription name or start and end dates.

Remote start/stop enabled for external chargers

External chargers now have the possibility to start remote charging.
This is also reflected in the capabilities field in Geosearch results.

This change is enabled at first only for some CPOs, but the coverage will be extended over time.

Release v1.1.1

by ReadMe API

v1.1.1 - 06.09.2022

⚡️ Features

Charging key ordering - handling multi-currency configuration

Charging Key ordering was restructured to account for
multiple currencies and countries.

Release v1.1.0

by ReadMe API

v1.1.0 - 26.08.2022

A quite big, summer release bringing many new features and a lot of under-the-hood improvements,
which will be continued and expanded in upcoming releases.

⚡️ Features

Charging key order - receipt and configuration

Charging Key ordering received new endpoints. Configuration endpoint let's you know
which countries and currencies are configured. Receipt endpoints gives you an url to get Receipt
if the order was successfully paid for.

New Geosearch filters - open247 and openNow

Two new filtering options appeared in Geosearch Radius and Route endpoints:

  • open247 - returns only chargers open 24/7
  • openNow - returns only chargers open at this moment
    (based on charger local time and opening times provided by CPO)

New endpoint - Delete a user

There is now a possibility to permanently remove a user from our system.
There are some requirements described further in Users section.

New API section - User Feedback

We added a new section - User Feedback.
Right now only feedback regarding a single location or connector is possible,
but we plan to add other like session feedback.

🪲 Bug Fixes

Removed ‘Missing’ values from operator name and address

Many chargers had "Missing" stated as operator name or address,
which was confusing for the users.
Now we are removing these values from those two fields.

Removed duplicated connectors

Some connectors were duplicated
(we recognize it by having two connectors of the same type on one EVSE).
Now we remove them before returning the response.