Skip to content

Latest commit

 

History

History
238 lines (99 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

238 lines (99 loc) · 11.2 KB

Change Log

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

3.3.0 (2020-02-04)

Features

  • email notifications for organization status change, member invitation and removal (a2f0dae)

3.2.2 (2020-01-31)

Note: Version bump only for package @energyweb/event-listener

3.2.1 (2020-01-17)

Note: Version bump only for package @energyweb/event-listener

3.2.0 (2020-01-07)

Bug Fixes

  • deps: update dependency nodemailer to v6.4.2 (f1b9044)

Features

  • event-listener: listen to changes in device status and notify the user (c704188)

3.1.0 (2019-12-20)

Bug Fixes

  • event-listener: adjust to device-registry region, province changes (2428ba4)

Features

  • add region and province form fields to device registration (f71feff)

3.0.2 (2019-12-19)

Note: Version bump only for package @energyweb/event-listener

3.0.1 (2019-12-17)

Note: Version bump only for package @energyweb/event-listener

3.0.0 (2019-12-12)

Bug Fixes

  • retry yarn add when building dockerfiles (#366) (551c1f5)

  • deps: update dependency nodemailer to v6.4.1 (6db3ae4)

  • [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

2.0.0 (2019-11-26)

Bug Fixes

  • include contracts in the package (#316) (9c9712b)
  • solar-simulator: wait for market contract in mock readings (f7e6c87)
  • fix Makefile build-canary (3b630ff)
  • event-listener: fix npm package (#261) (7a52739)

chore

  • event-listener: update README with new functionality (1cbd37a)

Features

  • Add support for toggling between manual/automatic matcher (#293) (0adde5e)
  • origin-ui: add loader to request irec modal (#241) (fbcbb19)
  • solar-simulator: extended docker config (#266) (b20e9af)

BREAKING CHANGES

  • event-listener: event-listener now requires a private key to function properly

1.3.3 (2019-11-11)

Bug Fixes

1.3.2 (2019-10-30)

Note: Version bump only for package @energyweb/event-listener

1.3.1 (2019-10-30)

Note: Version bump only for package @energyweb/event-listener

1.3.0 (2019-10-25)

Features

  • backend: Replace testbackend with the new origin-backend (#137) (c428e7d)

1.2.0 (2019-10-23)

Bug Fixes

  • deps: update dependency express to v4.17.1 (#63) (1bcac38)
  • deps: update dependency fs-extra to v8.1.0 (#64) (ccd9ed5)
  • deps: update dependency nodemailer to v6.3.1 (#132) (8f77660)
  • event-listener: .env overwrite fix (#115) (a46a7a6)
  • certificate price is always per MWh (#142) (a253036)
  • fix demo deployment and update dependencies (#84) (5d366e6)
  • event-listener: bypass multiple same market contracts (#145) (b600415)
  • event-listener: only listen to process.env.MARKET_CONTRACT_ADDRESS (#164) (087da56)
  • solar-simulator: save smart meter readings in the timezone of the asset (#158) (a8c0480)

Features