Skip to content

Latest commit

 

History

History
164 lines (68 loc) · 6.06 KB

CHANGELOG.md

File metadata and controls

164 lines (68 loc) · 6.06 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0 (2020-02-04)

Bug Fixes

  • allow Device Manager to add new devices (3caee18)
  • deviceLogic tests (c3f7af7)

Features

  • Move some Device properties to off-chain storage, remove on-chain proofs + remove unused Consuming Devices definition (8b9424e)

BREAKING CHANGES

  • The Device.Entity API has changed.

4.0.0 (2020-01-31)

chore

  • device-registry: rm locationservice logic (0b669b1)

Features

  • add ability to add device group (d01a9ed)

BREAKING CHANGES

  • device-registry: LocationService has been moved to utils-general package

3.0.0 (2020-01-17)

chore

  • device-registry: rename power property capacityWh to capacityInW (48bfdf3)

BREAKING CHANGES

  • device-registry: rename capacityWh to capacityInW

2.0.1 (2020-01-07)

Note: Version bump only for package @energyweb/device-registry

2.0.0 (2019-12-20)

Features

  • device-registry: add region and province offchain properties (a98ceb2)
  • device-registry: change device primary key to number instead of smart meter address (dec7af9)
  • device-registry: move LocationService to device-registry from utils-general (5d7984b)
  • device-registry: restrict device creation (fc4cdb7)

BREAKING CHANGES

  • device-registry: add region and province offchain properties
  • device-registry: change device primary key to number instead of smart meter address

1.0.2 (2019-12-19)

Note: Version bump only for package @energyweb/device-registry

1.0.1 (2019-12-17)

Bug Fixes

  • device-registry: use default block range when fetching events (64f49c3)

1.0.0 (2019-12-12)

  • [FIX] Backend hash storing (#341) (b239101), closes #341

BREAKING CHANGES

  • Changed the API endpoints from http://example.url/// to http://example.url////

  • feat(utils-general): use the new URL structure when fetching off-chain data

  • Changed the API endpoints of the backend from http://example.url/// to http://example.url////

  • chore(user-registry): adjust to breaking changes

  • Updated User API endpoints of the backend from http://example.url/// to http://example.url////

  • chore(asset-registry): adjust to breaking changes

  • Updated Asset API endpoints of the backend from http://example.url/// to http://example.url////

  • chore(origin): fix constructor weird formatting

  • fix(market): storing off-chain data references on-chain

  • New contracts for PurchasableCertificate + Updated Market API endpoints of the backend from http://example.url/// to http://example.url////

  • chore(event-listener): more understandable tests

  • fix(event-listener): make scan interval faster for tests

  • feat(origin-backend): use a simpler URL structure

  • The URL structure of the API changed to only store hashes, omitting IDs, entity types and market lookup contracts used previously

  • chore(origin-backend-client): use only POST methods instead of POST and PUT

  • Use the .insert() method instead of .insertOrUpdate()

  • chore(utils-general): use .insert instead of .insertOrUpdate

  • fix(origin-backend): return 200 on POSTing the same entity

  • chore(utils-general): remove abstract getUrl()

  • chore(user-registry): remove specific getUrl()

  • chore(device-registry): remove specific getUrl()

  • chore(origin): remove specific getUrl()

  • chore(market): remove specific getUrl()

  • chore(monorepo): reorder test:serial

  • fix(origin-backend): adjust tests to new POST behaviour

  • chore(monorepo): Add an ADR for simplifying off-chain data storage