-
Notifications
You must be signed in to change notification settings - Fork 266
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
Mar 31, 2015
1 parent
0755bb9
commit a57d4b2
Showing
3 changed files
with
16 additions
and
14 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,13 +0,0 @@ | ||
- Fix: Correct rendering of response to convop "POST /v1/contextEntities/{entityId::id}/attributes/{attributeName} (Issue #772) | ||
- Fix: All convenience operations to use the service routines of standard operations (Issue #117) | ||
- Fix: Made 'POST /v1/contextEntities/{entityId::id}' and 'POST /v1/contextEntities' accept entity::id and entity::type | ||
in both payload and URL, as long as the values coincide. | ||
- Fix: A few more of the 'responses without entityId::type filled in' found and fixed (Issue #585) | ||
- Fix: The convenience operations "/v1/contextAttributes/{entity::id}/attributes" now share implementation with | ||
convenience operations "/v1/contextAttributes/{entity::id}" and are thus 100% identical. | ||
- Fix: The convenience operation "PUT /v1/contextAttributes/{entity::id}/attributes/{attribute::name}" had a bug | ||
about the metadata in the update, this error has been fixed. | ||
- Fix: A registerContext request that uses associations must specify "attributeAssociations" instead of "attributes" to be consistent with DiscoveContextAvailability messages (Issue #823). | ||
- Add: new CLI parameter '-timeout' to specify DB connection timeout in the case of using MongoDB replica sets (Issue #589). | ||
- Fix: Fixed a bug that made the broker crash when compound attribute values were used in convenience operations. | ||
- Fix: Implemented URI-parameter 'notifyFormat=XML/JSON' for NGSI9 subscriptions. | ||
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 |
---|---|---|
|
@@ -162,6 +162,21 @@ if [ "$1" == "0" ]; then | |
fi | ||
|
||
%changelog | ||
* Tue Mar 31 2015 Fermin Galan <[email protected]> 0.20.0-1 | ||
- Add: new CLI parameter '-timeout' to specify DB connection timeout in the case of using MongoDB replica sets (Issue #589). | ||
- Fix: All convenience operations to use the service routines of standard operations (Issue #117) | ||
- Fix: Correct rendering of response to convop "POST /v1/contextEntities/{entityId::id}/attributes/{attributeName} (Issue #772) | ||
- Fix: Made 'POST /v1/contextEntities/{entityId::id}' and 'POST /v1/contextEntities' accept entity::id and entity::type | ||
in both payload and URL, as long as the values coincide. | ||
- Fix: A few more of the 'responses without entityId::type filled in' found and fixed (Issue #585) | ||
- Fix: The convenience operations "/v1/contextAttributes/{entity::id}/attributes" now share implementation with | ||
convenience operations "/v1/contextAttributes/{entity::id}" and are thus 100% identical. | ||
- Fix: The convenience operation "PUT /v1/contextAttributes/{entity::id}/attributes/{attribute::name}" had a bug | ||
about the metadata in the update, this error has been fixed. | ||
- Fix: A registerContext request that uses associations must specify "attributeAssociations" instead of "attributes" to be consistent with DiscoveContextAvailability messages (Issue #823). | ||
- Fix: Fixed a bug that made the broker crash when compound attribute values were used in convenience operations. | ||
- Fix: Implemented URI-parameter 'notifyFormat=XML/JSON' for NGSI9 subscriptions. | ||
|
||
* Wed Feb 11 2015 Fermin Galan <[email protected]> 0.19.0-1 (FIWARE-4.2.2-1) | ||
- Fix: The option '-multiservice' was ignored and the broker ran always in multiservice mode. Now the option is taken taken into account (Issue #725) | ||
- Fix: Forwarded requests always in XML (Issue #703) | ||
|
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 "0.19.0-next" | ||
#define ORION_VERSION "0.20.0" | ||
|
||
#endif // SRC_APP_CONTEXTBROKER_VERSION_H_ |