Releases: wirecloud-fiware/ngsi-source-operator
Releases · wirecloud-fiware/ngsi-source-operator
v4.2.0
- Added a new output endpoint for retrieving entities using the
normalized
format. - Use the
skipInitialNotificationoption to avoid receiving the initial
notification usually sent by the orion context broker. Requires WireCloud 1.4+
to take effect. - Allow to monitor all entity attributes by providing the
*value on the
Monitored NGSI Attributes setting. - Allow to configure what attributes and metadata values are going to be
requested to the context broker.
v4.0.0 (2017-12-07)
- Updated to use NGSIv2 (NGSIv1 support dropped)
- Use case sensitive
FIWARE-ServiceandFIWARE-ServicePathvalues to fix
some problems - Improved documentation
- Only create a subscription if the user configures attributes to monitor
- Connect to the context broker only after connecting the output endpoint
- Abort initial queries if the user changes operator preferences before
retrieving initial values using previous configuration - Initial test set using Karma and Travis CI
v3.0.8
v3.0.7
v3.0.6
- Add support for the
Fiware-ServicePathused by the tenant/service feature
from the Orion Context Broker. #5 - Request initial data using
queryoperations instead of relying on the
initial notification as this notification only provide 20 entities. Currently,
this operator will request 10000 entities as maximum using those initial
queries. #7 - Improved operator metadata