-
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
Jun 27, 2014
1 parent
cd972a5
commit 5e3d210
Showing
5 changed files
with
6 additions
and
4 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,3 +0,0 @@ | ||
- Fix: entitiesQuery() method (used in queryContext and NGSI10 subscriptions) has been re-written, making it more clear and optimal (PR #405) | ||
- Add: ServicePath support for specifying to which service path entities belong in NGSI10 queryContext and updateContext operations (issue #392) | ||
- Add: Pagination, using URI parameters 'offset' and 'limit' (and 'details' for extra details) (issue #395) | ||
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 |
---|---|---|
|
@@ -183,6 +183,11 @@ rm -rf /usr/share/contextBroker | |
|
||
|
||
%changelog | ||
* Fri Jun 27 2014 Fermin Galan <[email protected]> 0.14.0-1 (FIWARE-3.4.3-1) | ||
- Add: Pagination, using URI parameters 'offset' and 'limit' (and 'details' for extra details) (issue #395) | ||
- Add: ServicePath support for specifying to which service path entities belong in NGSI10 queryContext and updateContext operations (issue #392) | ||
- Fix: entitiesQuery() method (used in queryContext and NGSI10 subscriptions) has been re-written, making it more clear and optimal (PR #405) | ||
|
||
* Fri May 30 2014 Fermin Galan <[email protected]> 0.13.0-1 (FIWARE-3.4.2-1) | ||
- Add: Rush can now be used as relayer for the broker, using the option '-rush' (issue #251) | ||
- Add: Custom metadata support (issue #252) | ||
|
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.14.0-next" | ||
#define ORION_VERSION "0.14.0" | ||
|
||
#endif |
Empty file.
Empty file.