3.161.0 release notes
about 2 hours ago by ReadMe API
- ✨ New features
- Added new Sub-operators v2.0 endpoints with full CRUD support:
GET /resources/sub-operators/v2.0,POST /resources/sub-operators/v2.0,GET /resources/sub-operators/v2.0/{subOperator},PATCH /resources/sub-operators/v2.0/{subOperator}, andDELETE /resources/sub-operators/v2.0/{subOperator}. The new version adds create, update, and delete operations alongside the existing list and read capabilities. - Added the optional
monitoringEnabledproperty to EVSE request and response bodies across all EVSE endpoints:GET /resources/charge-points/v2.0/{chargePoint}/evses,POST /resources/charge-points/v2.0/{chargePoint}/evses,GET /resources/charge-points/v2.0/{chargePoint}/evses/{evse},PATCH /resources/charge-points/v2.0/{chargePoint}/evses/{evse},GET /resources/evses/v2.1,POST /resources/evses/v2.1,GET /resources/evses/v2.1/{evse}, andPATCH /resources/evses/v2.1/{evse}. Defaults totruewhen not provided on create/update. - Added the optional
userVisibilityproperty to theoptionsobject on Partner endpoints:GET /resources/partners/v2.0,POST /resources/partners/v2.0,GET /resources/partners/v2.0/{partner}, andPATCH /resources/partners/v2.0/{partner}. This field replaces the now-deprecatedallowViewingUsersWhoAcceptedInviteoption. - Added the optional
graceTimeEndAtproperty to charging period objects in Session responses onGET /resources/sessions/v1.0andGET /resources/sessions/v1.0/{session}. This field is present on idle charging periods when a grace time end is defined. - Added
billingCompletedBeforeandbillingCompletedAfterquery filter parameters toGET /resources/sessions/v1.0for filtering sessions by billing completion date. - Added
chargingZoneIdquery filter parameter toGET /resources/charge-points/v2.0for filtering charge points by charging zone.
- Added new Sub-operators v2.0 endpoints with full CRUD support:
- 🗑️ Deprecations
- Deprecated the Sub-operators v1.0 endpoints
GET /resources/sub-operators/v1.0andGET /resources/sub-operators/v1.0/{subOperator}. Consumers should migrate to the v2.0 endpoints. - Deprecated the
allowViewingUsersWhoAcceptedInviteproperty in theoptionsobject on Partner endpoints. Use the newuserVisibilityproperty instead.
- Deprecated the Sub-operators v1.0 endpoints