Skip to content

Latest commit

 

History

History
249 lines (100 loc) · 10.8 KB

CHANGELOG.md

File metadata and controls

249 lines (100 loc) · 10.8 KB

Change Log

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

3.5.0 (2020-02-04)

Bug Fixes

  • deps: update nest monorepo to v6.11.5 (0ddc961)

Features

  • add a WebSocket-based event gateway to the backend + create entities for Demand and Device (af703ce)
  • email notifications for organization status change, member invitation and removal (a2f0dae)

3.4.0 (2020-01-31)

Bug Fixes

  • deps: update dependency axios to v0.19.1 (40aa752)
  • deps: update dependency axios to v0.19.2 (696eb46)

Features

  • implement removing user from organization (4c62da9)
  • origin-backend: implement organization invitation (b6d6609)

3.3.0 (2020-01-17)

Bug Fixes

  • origin-backend: add default config value (49f3d50)
  • origin-backend: change test command (41e4892)

Features

  • origin-backend: implement authentication (baa9fea)

3.2.0 (2020-01-07)

Bug Fixes

  • origin-backend: fix uploads directory location (82ddef3)

Features

  • complete backend for registering organization (b0dd715)
  • origin-backend: add endpoint to save organizations (7382725)

3.1.0 (2019-12-20)

Features

  • origin-backend: add possibility to store images (faf0e74)
  • origin-backend: add support for storing Country (99e754e)

3.0.0 (2019-12-19)

Features

  • origin-backend: Change the way we approach POST methods + add a Compliance endpoint (f7da2d5)

BREAKING CHANGES

  • origin-backend: Changed the way we approach POST methods. Use request body parameters instead of in-URL parameters

2.1.0 (2019-12-17)

Features

  • origin-backend: New endpoint: Currency (86b59db)

2.0.0 (2019-12-12)

Bug Fixes

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

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

1.3.4 (2019-11-26)

Bug Fixes

  • docker-compose: map whole db dir for origin-backend (#264) (75560e4)

1.3.3 (2019-11-11)

Bug Fixes

1.3.2 (2019-10-30)

Bug Fixes

1.3.1 (2019-10-30)

Note: Version bump only for package @energyweb/origin-backend

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)
  • fix demo deployment and update dependencies (#84) (5d366e6)
  • publish access configs (bd4fa2b)
  • publish access configs (ecc00a2)

Features

  • user-registry: User Off-Chain Properties (#15) (b6c2a31)
  • consuming assets unique storage (#86) (226eadf)
  • setup prettier and lint config for Origin UI (#20) (9cb4486)