Skip to content

Commit

Permalink
Added Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviocirillo committed Oct 25, 2017
1 parent ec714ce commit aeb1ef0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Changelog
===========


Release 6.4
---


* New Feature: Store spare notifications: if is arriving at the IoT Broker a notification related to a subscription not initiated by the IoT Broker, the data in the notification is stored historically

* New Feature: Dispatch spare notification to active subscription: if is arriving at the IoT Broker a notification related to a subscription not initiated by the IoT Broker, the data in the notification is checked against active subscription and the interested subscriber notified.

* Historical Agent
* Registry: a component that gets as input ContextElement and issues NGSI-9 Registrations in case that the Entity associated to such ContextElement was not yet appeared before or has changed (e.g. Domain Metadata has changed).
* Optimized connection to CouchDB
* Added cache

* Miscellanea
* Correct handling of strange character into messages
* Correct AttributeExpression behaviour
* Enabled correct restoring of subscription

* Docker:
* Docker can be configured to use external databases (for permanent storage)

* NGSI-v1.Orion version:
* Support to QueryContext
* Support to NotifyContextAvailability
* Support to SubscribeContext
* Support notifications to NGSI-v1.Orion interfaces

0 comments on commit aeb1ef0

Please sign in to comment.