added

Release v1.1.3

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.