HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.190.0 release notes

  1. New features
    1. Added support for HEAD requests on Public API endpoints. HEAD requests are now authorized using the same permissions as GET requests, while unsupported HTTP methods are rejected with an authorization error.
  2. 🔧 Improvements
    1. For roaming EVSEs, the powerOptions field is now returned whenever EVSE-level power data is available, even when connector-level OCPI power data is missing. When connector OCPI data cannot be used to build the response, the values fall back to EVSE-level data so the field is no longer omitted in these cases.
    2. When sending a PATCH request that changes discountTariffSettings.discountMode on a tariff, the previously stored discountPercentage and discountElements are now dropped automatically. Similarly, changing discountTariffSettings.discountReferenceType drops the previously stored referencedTariffId. This prevents incompatible fields from the previous discount configuration from being retained in the merged result.