HomeGuidesAPI ReferenceChangelog
Terms of Use
Changelog

3.157.0 release notes

  1. New features
    1. Added createdAfter and createdBefore filter parameters to GET /resources/partner-contracts/v1.0. These allow filtering partner contracts by their creation date, complementing the existing lastUpdatedAfter and lastUpdatedBefore filters.
  2. 🔧 Improvements
    1. Changed the name uniqueness validation on Charge Point Model endpoints to be scoped per vendor. Previously, model names had to be globally unique; now the same model name can be used by different vendors. Affects POST /resources/charge-point-models/v1.0 and PATCH /resources/charge-point-models/v1.0/{chargePointModel}.