Skip to main content

Release History

VersionDate
3.4.006 December 2025
3.3.021 October 2024
3.2.013 June 2024
3.1.004 March 2022
3.0.017 June 2020
2.0.016 December 2019
1.3.029 Oct 2019
1.2.14 June 2019
1.2.031 May 2019
1.1.220 April 2018
1.1.11 March 2018
1.1.026 February 2018
1.0.130 November 2017

[3.4.0]

Breaking Changes

  • Updated to use v63 of the EWB network database schema.
  • Changes to support extracting aggregation mappings on network models with LV network (no EquivalentBranches in place of LV):
    • Network model databases are now loaded into NetworkServices to extract meter-to-transformer mappings, instead of just queried. These mappings are cached the first time they are extracted, so subsequent reads are performant. In the case of one network model per day, the process of extracting and caching each day's mapping may take a long time, but subsequent aggregations for backfilled data will be fast.
    • The criteria for whether a transformer is a valid aggregation point is now whether it is the head of an LvFeeder, rather than whether it has meters under it.
      • Similarly, only meters under equipment in an LvFeeder will be aggregated.
    • Meters are no longer associated directly with their aggregation point in the network model.

New Features

  • None.

Enhancements

  • None.

Fixes

  • None.

Notes

  • None.

[3.3.0]

Breaking Changes

  • Updated to use v56 of the EWB network database schema.

New Features

  • None.

Enhancements

  • None.

Fixes

  • None.

Notes

  • None.

[3.2.0]

Breaking Changes

  • Updated to use v54 of the EWB network database schema.

New Features

  • None.

Enhancements

  • The configuration option previousDaysToSearchForNetwork has been deprecated in favour of daysToSearchForNetwork. There has been no functional change, the updated name simply gives a better representation of the search functionality which searches both forwards, and backwards, for the closest network model.
  • Improved logging for processing and errors.

Fixes

  • None.

Notes

  • The old name will continue to work for now, but will be removed in a future release.

[3.1.0]

Breaking Changes

  • Changed the aggregation of each PowerTransformer to use a virtual UsagePoint with a connectionCategory of LV_AGGREGATION rather than aggregating directly against the PowerTransformer. This requires the removal and reprocessing of the entire load backlog (see note).

New Features

  • None.

Enhancements

  • None.

Fixes

  • None.

Notes

  • If you do not want to reprocess the entire backlog you can manually remove (or mark as un-cached) each of the cached readings from each days' load database, but there are no tools or instructions on how to do this.

[3.0.0]

Breaking Changes

  • Updated to use the CIM version of the database (v14.0).

New Features

  • None.

Enhancements

  • None.

Fixes

  • None.

Notes

  • None.

[2.0.0]

Breaking Changes

  • Updated to use v13.0 network database.

New Features

  • None.

Enhancements

  • None.

Fixes

  • Now correctly aggregating HV supply points.
  • Fixed errors in aggregating transformers when there was a small tail of meter readings that did not fully load the meter to TX mapping.

Notes

  • None.

[1.3.0]

Breaking Changes

  • Updated to use v11.0 network database.

New Features

  • None.

Enhancements

  • None.

Fixes

  • None.

Notes

  • None.

[1.2.1]

Fixes

  • Updated SQLite driver to support JDK 11.

[1.2.0]

Breaking Changes

  • None.

New Features

  • None.

Enhancements

  • Updated to support a v10.0 network database.

Fixes

  • None.

Notes

  • None.

[1.1.2]

Fixes

  • Updated dependencies.

[1.1.1]

Fixes

  • Fixed an issue with data caching that could cause data loss.

[1.1.0]

Breaking Changes

  • None

New Features

  • Aggregation can be forced for all meters for a given date range.

Enhancements

  • Minor performance tweaks.

Fixes

  • Incorrect warning when no meter readings could be found for a transformer aggregation.
  • Empty profiles were being written for transformers if no meters could be found for aggregation.

Notes

  • None

[1.0.1]

Fixes

  • The current log is now logged to the specified log path instead of just archive logs.

Breaking Changes

  • Updated to use v54 of the EWB network database schema.

New Features

  • None.

Enhancements

  • The configuration option previousDaysToSearchForNetwork has been deprecated in favour of daysToSearchForNetwork. There has been no functional change, the updated name simply gives a better representation of the search functionality which searches both forwards, and backwards, for the closest network model.
  • Improved logging for processing and errors.

Fixes

  • None.

Notes

  • The old name will continue to work for now, but will be removed in a future release.\n\n---\n