-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fermin Galan
committed
Sep 30, 2016
1 parent
b445e84
commit 110f7ca
Showing
5 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +0,0 @@ | ||
- Add: notification metadata previousValue and actionType (except 'delete') (#2507) | ||
- Add: filtering metadata in notifications (#2507) | ||
- Fix: removed spurious decimals in metadata numbers in NGSIv1 rendering (a follow up of #2176) | ||
- Fix: wrong attributes included in notifications at subscription update time in some cases (both in blacklist and not blacklist cases) | ||
- Fix: csub cache wrong deletion of subscription at subscription update time when new subscription has empty condition attributes list | ||
- Fix: crash when creating entity with metadata when subscription is in place with "mq" on a different metadata (#2496) | ||
- Fix: correct rendering of metadata compound values when a vector (bugfix for issue #1068) | ||
- Fix: crash with request with empty URI PATH (Issue #2527) | ||
- Fix: supporting DateTime filters for metadata (#2443, #2445) | ||
- Fix: wrong matching in metadata existence and not existence filters with compounds | ||
- Fix: missing expression sub-fields (q, etc.) in csubs makes Orion to crash | ||
- Hardening: ensure to use type oriented functions when getting data from DB (safer, but more verbose in error log if DB is not perfectly aligned with what Orion is expecting) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,6 +164,20 @@ if [ "$1" == "0" ]; then | |
fi | ||
|
||
%changelog | ||
* Fri Sep 30 2016 Fermin Galan <[email protected]> 1.4.0-1 | ||
- Add: notification metadata previousValue and actionType (except 'delete') (#2507) | ||
- Add: filtering metadata in notifications (#2507) | ||
- Fix: removed spurious decimals in metadata numbers in NGSIv1 rendering (a follow up of #2176) | ||
- Fix: wrong attributes included in notifications at subscription update time in some cases (both in blacklist and not blacklist cases) | ||
- Fix: csub cache wrong deletion of subscription at subscription update time when new subscription has empty condition attributes list | ||
- Fix: crash when creating entity with metadata when subscription is in place with "mq" on a different metadata (#2496) | ||
- Fix: correct rendering of metadata compound values when a vector (bugfix for issue #1068) | ||
- Fix: crash with request with empty URI PATH (#2527) | ||
- Fix: supporting DateTime filters for metadata (#2443, #2445) | ||
- Fix: wrong matching in metadata existence and not existence filters with compounds | ||
- Fix: missing expression sub-fields (q, etc.) in csubs makes Orion to crash | ||
- Hardening: ensure to use type oriented functions when getting data from DB (safer, but more verbose in error log if DB is not perfectly aligned with what Orion is expecting) | ||
|
||
* Fri Sep 02 2016 Fermin Galan <[email protected]> 1.3.0-1 | ||
- Add: support for geometry, coords and georel in NGSIv2 subscriptions (AKA geo-subscriptions) (#1678) | ||
- Add: Type pattern for subscriptions (#1853) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,6 @@ | |
|
||
|
||
|
||
#define ORION_VERSION "1.3.0-next" | ||
#define ORION_VERSION "1.4.0" | ||
|
||
#endif // SRC_APP_CONTEXTBROKER_VERSION_H_ |