-
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
Showing
6 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,11 +0,0 @@ | ||
- Fix: metadata filter was lost during csub cache refresh (#3290) | ||
- Fix: NGSIv1-like error responses were used in some NGSIv2 operations | ||
- Add: support to MongoDB 3.6 (#3079) | ||
- Remove: isDomain field in NGSIv1 registrations (it was never used) | ||
- Fix: NGSIv2-NGSIv1 location metadata issues (#3122) | ||
- Fix: Wrong inclusion of "location" metadata in geo:json notifications (#3045) | ||
- Add: Oneshot Subscription (#3189) | ||
- Fix: problems rendering structured attribute values when forwarded queries are involved (#3162, #3363, #3282) | ||
- Fix: cache sem is not taken before subCacheItemLookup() call (#2882) | ||
- Fix: wrong Runtime Error logs on GET /v2/registrations and GET /v2/registrations/{id} calls (#3375) | ||
- Deprecate: Rush support (along with -rush CLI parameter) | ||
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 |
---|---|---|
|
@@ -173,6 +173,19 @@ if [ "$1" == "0" ]; then | |
fi | ||
|
||
%changelog | ||
* Wed Dec 19 2018 Fermin Galan <[email protected]> 2.1.0-1 | ||
- Add: Oneshot Subscription (#3189) | ||
- Add: support to MongoDB 3.6 (#3079) | ||
- Fix: problems rendering structured attribute values when forwarded queries are involved (#3162, #3363, #3282) | ||
- Fix: NGSIv2-NGSIv1 location metadata issues (#3122) | ||
- Fix: wrong inclusion of "location" metadata in geo:json notifications (#3045) | ||
- Fix: metadata filter was lost during csub cache refresh (#3290) | ||
- Fix: NGSIv1-like error responses were used in some NGSIv2 operations | ||
- Fix: cache sem is not taken before subCacheItemLookup() call (#2882) | ||
- Fix: wrong Runtime Error logs on GET /v2/registrations and GET /v2/registrations/{id} calls (#3375) | ||
- Deprecate: Rush support (along with -rush CLI parameter) | ||
- Remove: isDomain field in NGSIv1 registrations (it was never used) | ||
|
||
* Fri Sep 28 2018 Fermin Galan <[email protected]> 2.0.0-1 | ||
- Fix: GET /v2/subscriptions and GET /v2/subscriptions/{id} crashes for permanent subscriptions created before version 1.13.0 (#3256) | ||
- Fix: correct processing of JSON special characters (such as \n) in NGSIv2 rendering (#3280, #2938) | ||
|
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 "2.0.0-next" | ||
#define ORION_VERSION "2.1.0" | ||
|
||
#endif // SRC_APP_CONTEXTBROKER_VERSION_H_ |
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