- Sync partner-api energy with service-energy
- Add CDR export endpoint
- Require complete address or coordinates on
CreateSite
- Forward
set-user-default-team to backend
- Add team-level grid subscribe/unsubscribe across services
- Align
DestinationType OpenAPI enum with lowercase wire format
- Map paused subscription state and lower pricegroup fee log level
- Expose
show_on_map on sites
- Add filter params to
GET /api/v1/nested-teams
- Add
ids filter to GET /api/v1/teams
- Expose validity period on subscription response
- Add team tariff CRUD endpoints
- Reduce webhook retry backoff from 5-min to 1-min multiplier
- Expose read-only Schedule endpoints
- Add GET
/users/{id}/charge-points endpoint
- Add
sendWelcomeEmail option to create user endpoint
- Expose
Invoice.displayNumber
- Bump Netty BOM to 4.2.11 and kafka-clients to 3.9.2 for CVE fixes
- Add GET
/users/{id}/charges endpoint
- Add PATCH
/users/{userId} endpoint for updating user fields
- Add optional
operatorId parameter to Create Site endpoint
- Fix OOM in webhook delivery by making sends sequential
- Add
userId field to charge point GET responses docs