Releases: energychain/STROMDAO_EAFs
Releases · energychain/STROMDAO_EAFs
v0.6.15
0.6.15 (2024-03-01)
Bug Fixes
- Check if result.length > 0 in case of CSV header generation on empty resultset. (e799072)
- Handling of handlebars (032243d)
v0.6.14
0.6.14 (2024-02-13)
Features
- Allow download of last 100 invoices as CSV. (3c56b6f)
- Method stub for last invoices list. (f3e85ef)
Bug Fixes
- Allow format for exports. Fix calculations. Added timeout option for larger installations. (a8d6f92)
- debit/clearing interference with balancing. (ed4b916)
- Handling of clearing after invoicing (e500176)
- Limit amount of clearings to retrieve to 30 to avoid BSON error. (91fefee)
- Missign endTime in transient clearing for closeBilling() (ba00bc1)
- Missing check if finalReading exists. (99adbe9)
- Missing data ignored for closing clearing (b893059)
- rename closing and opening to have "time" at the end. (4d1fe72)
- Set Opening Time of next invoice in closeBilling (d14e302)
v0.6.12
0.6.12 (2024-02-07)
Bug Fixes
- Usage of empty query in find operation should act same for in-memory and mongoDB. (8449030)
v0.6.11
0.6.11 (2024-02-07)
Bug Fixes
- Allow balancing in stateless (memory database) operation of the Energy Application Framework (67ce2a3)
v0.6.9
0.6.9 (2024-02-05)
Bug Fixes
- Returns broker if instantiated via existing runtime. (1488f7f)
v0.6.8
0.6.8 (2024-02-05)
Bug Fixes
- Remove Moleculer LAB dependency as it makes SQLite3 dependency mandatory (c49cc48)
v0.6.7
0.6.7 (2024-02-05)
Bug Fixes
- Allow to preload standard (core) microservices or specify custom services of node via env
EAF_SERVICES
(fc4d620)
v0.6.6
0.6.6 (2024-02-05)
Bug Fixes
- Balance profile chart has "direct" in front now. (81d1000)
- Specify main in package.json to allow embedded usage of EAF. (4c6b848)