diff --git a/doc/roadmap.md b/doc/roadmap.md index cb40536fb..680163351 100644 --- a/doc/roadmap.md +++ b/doc/roadmap.md @@ -13,7 +13,7 @@ only, and this section may be revised to provide newer information at any time. Disclaimer: -- This section has been last updated in March 2022. Please take into account its content could be obsolete. +- This section has been last updated in August 2023. Please take into account its content could be obsolete. - Note we develop this software in Agile way, so development plan is continuously under review. Thus, this roadmap has to be understood as rough plan of features to be done along time which is fully valid only at the time of writing it. This roadmap has not be understood as a commitment on features and/or dates. @@ -26,16 +26,22 @@ The following list of features are planned to be addressed in the short term, an product: - cgroup literal in configuration groups management API (community) -- Metadata processing improvements -- Improve command functionalities (binary data + expression + mapping) +- Refactor Append Mode & initial entity ([#1413](https://github.com/telefonicaid/iotagent-node-lib/issues/1413)) +- Native support for NGSI-v2 and LD ingestion ([#1451](https://github.com/telefonicaid/iotagent-node-lib/issues/1451)) +- Remove plugins structure (bidirectional plugin) ([#1413](https://github.com/telefonicaid/iotagent-node-lib/issues/1413)) +- Add init and improve log traces ([#1452](https://github.com/telefonicaid/iotagent-node-lib/issues/1452)) +- Remove InMemory registry for Devices and Groups ([#1429](https://github.com/telefonicaid/iotagent-node-lib/issues/1429)) ### Medium term The following list of features are planned to be addressed in the medium term, typically within the subsequent release(s) generated in the next 9 months after the next planned release: -- Accept JEXL Expressions for entity name in autoprovisioned devices (#1145) -- Refactor entities-NGSI-v2.js module (#1166) +- Allow to add metadata to attributes from measures ([#1453](https://github.com/telefonicaid/iotagent-node-lib/issues/1453)) +- Cache support ([#1467](https://github.com/telefonicaid/iotagent-node-lib/issues/1467)) +- MQTT per group advanced configuration (MQTT broker, topics) ([#1454](https://github.com/telefonicaid/iotagent-node-lib/issues/1454)) +- Subscription based commands ([#1455](https://github.com/telefonicaid/iotagent-node-lib/issues/1455)) +- Remove registration support ([#1456](https://github.com/telefonicaid/iotagent-node-lib/issues/1456)) ### Long term @@ -43,23 +49,29 @@ The following list of features are proposals regarding the longer-term evolution development of these features has not yet been scheduled for a release in the near future. Please feel free to contact us if you wish to get involved in the implementation or influence the roadmap: +- Use the lightweight ingestion mechanism for connection oriented updates implemented in Context Broker (testing pending) ([#1457](https://github.com/telefonicaid/iotagent-node-lib/issues/1457)) +- Add support to other transport protocols (BacNET, Modbus, etc) ([#1458](https://github.com/telefonicaid/iotagent-node-lib/issues/1458)) +- Dynamic attribute generation (based on values array) ([#1459](https://github.com/telefonicaid/iotagent-node-lib/issues/1459)) - Incremental introduccion of ECMAScript6 syntax (previous analysis of which sub-set of interesting aspect we want to take) -- Use the lightweight ingestion mechanism for connection oriented updates implemented in Context Broker -- Add support to other transport protocols (BacNET, Modbus, etc) ### Features already completed The following list contains all features that were in the roadmap and have already been implemented. +- Refactor entities-NGSI-v2.js module ([#1166](https://github.com/telefonicaid/iotagent-node-lib/issues/1166)) ([3.0.0](https://github.com/telefonicaid/iotagent-node-lib/releases/tag/3.0.0)) +- Accept JEXL Expressions for entity name in autoprovisioned devices (entityNameExp) ([#1145](https://github.com/telefonicaid/iotagent-node-lib/issues/1145)) ([2.22.0](https://github.com/telefonicaid/iotagent-node-lib/releases/tag/2.22.0)) +- Improve command functionalities (binary data + expression + mapping) ([2.22.0](https://github.com/telefonicaid/iotagent-node-lib/releases/tag/2.22.0)) - Support for "delta" measures (i.e. "temperature _increased_ in 5 degress" instead of "temperature _is_ 25") - Allow to handle binary messages ([iota-ul#530](https://github.com/telefonicaid/iotagent-ul/issues/530)) -- Removal support for NGSIv1 (#966) ([2.18.0](https://github.com/telefonicaid/iotagent-node-lib/releases/tag/2.18.0)) +- Removal support for NGSIv1 ([#966]((https://github.com/telefonicaid/iotagent-node-lib/issues/966)) ([2.18.0](https://github.com/telefonicaid/iotagent-node-lib/releases/tag/2.18.0)) - Selectively ignore measure in the southbound interface ([iotagent-json#416](https://github.com/telefonicaid/iotagent-json/issues/416), [iotagent-ul#372](https://github.com/telefonicaid/iotagent-ul/issues/372)) ([2.13.0](https://github.com/telefonicaid/iotagent-node-lib/releases/tag/2.13.0)) -- JEXL support in expressions (#801, #687, #868) +- JEXL support in expressions ([#801](https://github.com/telefonicaid/iotagent-node-lib/issues/801), + [#687](https://github.com/telefonicaid/iotagent-node-lib/issues/687), + [#868](https://github.com/telefonicaid/iotagent-node-lib/issues/868)) ([2.13.0](https://github.com/telefonicaid/iotagent-node-lib/releases/tag/2.13.0)) -- Add MongoDB authentication support (#844) +- Add MongoDB authentication support ([#844](https://github.com/telefonicaid/iotagent-node-lib/issues/844)) ([2.12.0](https://github.com/telefonicaid/iotagent-node-lib/releases/tag/2.12.0))