Fixes issue where ocn-node startup could fail if behind a load balancer or gateway (ocn-node issue #25)
Fixes bug with deleted parties being communicated as having a "planned" status (ocn-node issue #22)
1.1.0 release of Open Charging Network Node. Includes:
- Forwarding of requests to "Ocn Services" as specified by the OCN Service Interface
- Initial HubClientInfo module implementation
Fixes bug with handling request body when forwarding custom OCPI module requests.
Adds the ability for requests to be forwarded to "Ocn Services" with matching permissions. The Ocn ServiceInterface, using the new Permissions contract in the OCN Registry, allows data to be shared and accessed using a permission system.
Includes initial hubclientinfo OCPI module implementation.
- Optional "Still-Alive" check requests connected parties versions endpoint at regular intervals.
- Optional "Planned Party" search scans registry for newly planned parties at regular intervals.
- New configuration properties under
ocn.node
:stillAliveEnabled
,stillAliveRate
,plannedPartySearchEnabled
,plannedPartySearchRate
.
Initial release of the Open Charging Network Node.
- All OCPI modules included, except for hubclientinfo.
- Custom OCPI module, OcnRules, for setting counter-party whitelist rules.
- Administrator API for generating TOKEN_A for planned parties.