-
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
Mar 29, 2016
1 parent
7be2fae
commit 8bd2c62
Showing
5 changed files
with
23 additions
and
21 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,18 +0,0 @@ | ||
- Fix: over-logging at error level due to not checking field existente in BSON objects | ||
- Hardening: use safeMongo get*Field() methods in places not previously using them (mainly in csubs cache library) | ||
- Fix: aggregating entities without type and type "" in same entry at GET entity types operation | ||
- Fix: DB error relog done at ERROR level (previously it was using WARNING) | ||
- Fix: check for invalid chars in attribute type (Issue #1847, #1844) | ||
- Fix: check for field too long in attribute type (Issue #1845) | ||
- Fix: check for metadatas with empty name (Issue #1438) | ||
- Fix: accepting backslash-slash in JSON v1 payload (Issue #1852) | ||
- Remove: deprecated functionality related with ONTIMEINTERVAL subscriptions | ||
- Remove: XML support (deprecated functionality) (Issue #1862) | ||
- Add: new value for URI param 'options': unique - like 'values', but avoiding duplicates (Issue #1050) | ||
- Add: check min length for IDs in v2 (Issue #1836) | ||
- Fix: PATCH /v2/entities correct interpretaion of null value and missing type in payload | ||
. Fix: PATCH /v2/entities missing value field (Issue #1789) | ||
- Fix: GET /v2/entities/id/attrs/name/value for type date (Issue #1885) | ||
- Fix: PUT /v2/entities/id/attrs/name/value forbidden chars (JSON) (Issue #1905) | ||
- Fix: PUT /v2/entities/id/attrs/name/value changing type to 'none' (text/plain) (Issue #1904) | ||
- Add: PUT /admin/log?level=XXX to change log level in run-time (Issue #1913) | ||
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,26 @@ if [ "$1" == "0" ]; then | |
fi | ||
|
||
%changelog | ||
* Tue Mar 29 2016 Fermin Galan <[email protected]> 1.0.0-1 | ||
- Add: new value for URI param 'options': unique - like 'values', but avoiding duplicates (Issue #1050) | ||
- Add: PUT /admin/log?level=XXX to change log level in run-time (Issue #1913) | ||
- Add: check min length for IDs in v2 (Issue #1836) | ||
- Fix: over-logging at error level due to not checking field existente in BSON objects | ||
- Fix: aggregating entities without type and type "" in same entry at GET entity types operation | ||
- Fix: DB error relog done at ERROR level (previously it was using WARNING) | ||
- Fix: check for invalid chars in attribute type (Issue #1847, #1844) | ||
- Fix: check for field too long in attribute type (Issue #1845) | ||
- Fix: check for metadatas with empty name (Issue #1438) | ||
- Fix: accepting backslash-slash in JSON v1 payload (Issue #1852) | ||
- Fix: PATCH /v2/entities correct interpretaion of null value and missing type in payload | ||
. Fix: PATCH /v2/entities missing value field (Issue #1789) | ||
- Fix: GET /v2/entities/id/attrs/name/value for type date (Issue #1885) | ||
- Fix: PUT /v2/entities/id/attrs/name/value forbidden chars (JSON) (Issue #1905) | ||
- Fix: PUT /v2/entities/id/attrs/name/value changing type to 'none' (text/plain) (Issue #1904) | ||
- Hardening: use safeMongo get*Field() methods in places not previously using them (mainly in csubs cache library) | ||
- Remove: deprecated functionality related with ONTIMEINTERVAL subscriptions | ||
- Remove: XML support (deprecated functionality) (Issue #1862) | ||
|
||
* Mon Feb 29 2016 Fermin Galan <[email protected]> 0.28.0-1 | ||
- Add: implemented new operation: POST /v2/op/query (Issue #1080) | ||
- Add: implemented new operation: POST /v2/op/update (Issue #1715) | ||
|
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.28.0-next" | ||
#define ORION_VERSION "1.0.0" | ||
|
||
#endif // SRC_APP_CONTEXTBROKER_VERSION_H_ |