Skip to content

Releases: citrineos/citrineos-core

v1.7.1

15 Jul 08:34
8131753
Compare
Choose a tag to compare

With this release we are:

  • adding a native arm64 Docker release image
  • adding specific arm64 docker compose
  • adding and npm script to spin up an Everest instance running OCPP 1.6
  • adding that when local by pass is true for authenticating on the API, no authorization header is required
  • adding support for the Update firmware message with OCPP 1.6

v1.7.0

02 Jul 20:30
f1b2b8a
Compare
Choose a tag to compare

Minor version update:

Breaking changes:

  • System Config structure changed. Delete any old config you have before starting 1.7.X and above in order to avoid issues.

Features:

  • Multitenancy fully implemented
  • ConcurrentTx boolean on Authorization object introduced to control behavior when multiple transactions are attempted at the same time with the same Authorization.
  • Websocket API added, allows for dynamic creation and deletion of websocket servers without restarting CitrineOS.
  • Reconnect logic added to message broker interface
  • Bootstrap config introduced in order to avoid circular dependency between file access and loading system config. Also includes database access env vars in order to perform migrations.
  • In-code system configuration definitions officially deprecated in favor of system configuration file

Bugfixes:

  • Total kWh calculations for meter value measurands other than Energy.Active.Import.Register fixed

v1.6.3

29 Apr 17:14
85cbd52
Compare
Choose a tag to compare

patch release:

  • Added support for multiarch builds with docker buildx
  • Error no longer thrown when env vars don't apply to system config
  • GetTransactionStatus correctly updates transaction status
  • StartTransaction & StopTransaction relationship to Transaction updated to be unique
  • Hasura metadata updated to reflect current database structure

v1.6.2

17 Apr 21:38
70c0f1f
Compare
Choose a tag to compare

patch release:

  • Environment variables used for citrineos system configuration can now have prefixes passed in npm start
  • Error read out for environment variables that fail to apply to system configuration improved
  • StopTransaction issue preventing accurate authorization of IdTags fixed
  • OCPP 1.6 MeterValues now update Transaction.totalKwh
  • When no unphased measurand is available, meter value utility now adds phased measurands together for total kwh
  • When Energy.Active.Import.Register is missing from meter values, Energy.Active.Import.Interval or Energy.Active.Import.Net are used, in that order of preference

v1.6.1

08 Apr 18:48
c8a7bac
Compare
Choose a tag to compare

Patch release:

  • Changing minio to pull from docker hub in order to provide multiplatform support
  • Updating swarm configuration
  • Fixing issue preventing authorization via AuthorizeRequest from occurring in 1.6

v1.6.0

06 Apr 18:43
7c2027b
Compare
Choose a tag to compare

The main new feature of this release is OCPP 1.6 support!

  • All OCPP 1.6 types added under OCPP 1.6 namespace
  • Support for booting, configuration, basic authorization, and transaction handling

Breaking Changes:

  • All OCPP 2.0.1 types are now namespaced​
  • Outgoing ocpp messages on the queue need a protocol header​
  • Node 18 -> Node 22 minimum version updated​
  • Replacing BCrypt with node:crypto​ (allows for package-lock.json to be committed)
  • Most data models seeing significant alterations​

v1.5.1

28 Jan 22:04
Compare
Choose a tag to compare

1.5.1 Release Notes

Patch release with some QoL updates:

  • OCPP logs added via new collection associated with ChargingStation
  • UserPreferences added to support persisting user preferences about reporting metrics

This release, in combo with the CitrineOS-Operator-UI release 0.2.0, has been certified by the OCA in OCPP 2.0.1 Core and Advanced Security! This includes the following use cases (Note: CitrineOS supports ALL use cases in OCPP 2.0.1, however the other certification profiles are not available yet for certification. These use cases are only the ones in the certification offered by the Open Charge Alliance):

Core

  • Basic Authentication
  • TLS - server-side certificate
  • Update Charging Station Password for HTTP Basic Authentication
  • Security Event Notification
  • Booting a Charging Station
  • Configuring a Charging Station
  • Resetting a Charging Station / EVSE
  • Authorization incl. GroupId
  • Stop Transaction with a Master Pass
  • Local start transaction - Cable plugin first & Authorization first
  • Start / Stop transaction options
  • Disconnect cable on EV-side
  • Check Transaction status
  • Remote start / stop transaction
  • Remote unlock Connector
  • Remote Trigger
  • Change Availability - Charging Station / EVSE / Connector
  • Clock-aligned Meter & Sampled Meter Values
  • Install CA certificates
  • Retrieve certificates from Charging Station
  • Delete a certificate from a Charging Station
  • AdditionalRootCertificateCheck
  • Retrieve Log Information
  • Get / Clear Customer Information
  • Secure Firmware Update
  • Store / Clear Authorization Data in Authorization Cache
  • Authorization through authorization cache

Advanced Security

  • TLS - Client-side certificate
  • Update Charging Station Certificate
  • Upgrade Charging Station Security Profile

v1.5.0

02 Dec 19:34
8b4fe08
Compare
Choose a tag to compare

1.5.0 Release Notes:

These changes primarily serve to support our new Operator UI:

  • Enabling Cors headers for data & message apis
  • ChargingStationSequences added to create station-level serial integers for requestIds, such as for OCPP 2.0.1's RequestStartRequests or GetLogsRequests
  • Persisting installed certificate hashes from GetInstalledCertificateIds request
  • LatestStatusNotification table for storing up-to-date charging station statuses
  • ServerNetworkProfiles added, in order to track relations between CitrineOS's websocket servers and SetNetworkProfileRequests in order to enforce SecurityProfile restriction: charging station should be unable to connect to a lower security profile than the ones associated with their already configured network profiles

bugfixes:

  • TransactionEvent authorization now only checks for ConcurrentTx on 'Started'
  • SetVariable rejections are appropriately rolled back in station's device model

enhancements:

  • OpenAPI spec now populates #ref values

v1.4.3

18 Sep 20:09
a6701d6
Compare
Choose a tag to compare
  • Local Auth List support added, completing support for OCPP 2.0.1 certification profiles!
  • Unit test coverage expanded, including authentication
  • 00_Base/json-schema-processor.js improved - null added to optional array types, const removed from enum declarations
  • Some dependency versions updated to satisfy renovate
  • fixes citrineos/citrineos#41 and citrineos/citrineos#38

v1.4.2

19 Aug 19:35
823849c
Compare
Choose a tag to compare

Fix for desync bug preventing application start.