-
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
Dec 19, 2014
1 parent
a4a9f4f
commit b754858
Showing
3 changed files
with
9 additions
and
7 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,6 +0,0 @@ | ||
Add: Service-Path in ngsi10 notifications (Issue #674) | ||
Add: Forbidden characters in the URL path are now detected (Issue #672) | ||
Add: X-Auth-Token forwarded in ngsi10 notifications (Issue #673) | ||
Fix: Bug: POST /v1/conextEntities didn't save the entity type (from payload) (Issue #684) | ||
Fix: Service-Path is taken into account in 'GET /v1/contextTypes' and 'GET /v1/contextTypes/{entityType}' operations (Issue #676) | ||
Add: Service-Path is taken into account in ngsi10 subscriptions (Issue #675) | ||
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 |
---|---|---|
|
@@ -192,6 +192,14 @@ if [ "$1" == "0" ]; then | |
fi | ||
|
||
%changelog | ||
* Fri Dec 19 2014 Fermin Galan <[email protected]> 0.18.0-1 (FIWARE-4.1.3-1) | ||
- Add: Service-Path in ngsi10 notifications (Issue #674) | ||
- Add: Forbidden characters in the URL path are now detected (Issue #672) | ||
- Add: X-Auth-Token forwarded in ngsi10 notifications (Issue #673) | ||
- Add: Service-Path is taken into account in ngsi10 subscriptions (Issue #675) | ||
- Fix: Bug: POST /v1/conextEntities didn't save the entity type (from payload) (Issue #684) | ||
- Fix: Service-Path is taken into account in 'GET /v1/contextTypes' and 'GET /v1/contextTypes/{entityType}' operations (Issue #676) | ||
|
||
* Fri Nov 28 2014 Fermin Galan <[email protected]> 0.17.0-1 (FIWARE-4.1.2-1) | ||
Add: New convop: "POST /v1/contextEntities" (Issue #613). | ||
Note also that AppendContextElementRequest has been added an EntityId field. | ||
|
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.17.0-next" | ||
#define ORION_VERSION "0.18.0" | ||
|
||
#endif // SRC_APP_CONTEXTBROKER_VERSION_H_ |