From 8af83f615cbbe6d110b7792a54dbbb2b79dc380d Mon Sep 17 00:00:00 2001 From: mapedraza <40356341+mapedraza@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:50:04 +0200 Subject: [PATCH] Update roadmap.md --- doc/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/roadmap.md b/doc/roadmap.md index f2b51bfa69..2fb7f73951 100644 --- a/doc/roadmap.md +++ b/doc/roadmap.md @@ -32,7 +32,6 @@ Disclaimer: The following list of features are planned to be addressed in the short term, and incorporated into the coming release(s) of the product: -- Expression language support (JEXL) ([#4004](https://github.com/telefonicaid/fiware-orion/issues/4004)) - Dynamic / high order attribute values (e.g. an attribute being a sum of two other attributes) based on subscriptions to do internal modifications to CB entities ([#3815](https://github.com/telefonicaid/fiware-orion/issues/3815), [#4513](https://github.com/telefonicaid/fiware-orion/issues/4513)) - MQTT notification retrial ([#4439](https://github.com/telefonicaid/fiware-orion/issues/4439)) @@ -74,6 +73,7 @@ you wish to get involved in the implementation or influence the roadmap The following list contains all features that were in the roadmap and have already been implemented. +- Expression language support (JEXL) ([#4004](https://github.com/telefonicaid/fiware-orion/issues/4004)) ([4.0.0](https://github.com/telefonicaid/fiware-orion/releases/tag/4.0.0)) - MQTT Retain flag ([#4388](https://github.com/telefonicaid/fiware-orion/issues/4388)) ([3.11.0](https://github.com/telefonicaid/fiware-orion/releases/tag/3.11.0)) - Custom notifications: simplifying sending JSON requests ([#2560](https://github.com/telefonicaid/fiware-orion/issues/2560)) ([3.8.0](https://github.com/telefonicaid/fiware-orion/releases/tag/3.8.0)) - New subscripition modes (create only, update only, delete only and combinations) ([#1494](https://github.com/telefonicaid/fiware-orion/issues/1494)) ([3.7.0](https://github.com/telefonicaid/fiware-orion/releases/tag/3.7.0))