-
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
5 changed files
with
34 additions
and
31 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,28 +0,0 @@ | ||
- Add: servicePath field to builtin attributes (#2877) | ||
- Add: notification.mqtt.retain and notification.mqttCustom.retain flag for MQTT retain in notifications (#4388) | ||
- Add: notification payload in INFO log traces (#4449) | ||
- Add: log deprecation traces for usage of legacyForwarding mode in registrations | ||
- Add: log deprecation traces for usage of attrsFormat legacy in subscriptions | ||
- Add: deprecatedFeatures counters block in GET /v2/statistics | ||
- Fix: do not show dateExpires built-in attribute in GET /v2/types and GET /v2/types/{type} operations (#4451) | ||
- Fix: builtin attributes alterationType, dateCreated and dateModified included in notifications even when onlyChangedAttrs is true | ||
- Fix: correctly detect JSON attribute and metadata value changes in subscription triggering logic (#4211, #4434, #643) | ||
- Fix: update forwarding was not working when entity type is not included in the request (#4460) | ||
- Fix: DateTime and geo:json types were not supported in custom notifications using ngsi patching (#4435) | ||
- Fix: logDeprecate not working correctly (`geo:json` wrongly considered as deprecated) | ||
- Fix: in custom notification NGSI payload patching macro subscription covering completely the string where is used, always cast to string for id/type (#4462) | ||
- Fix: improve error traces (#4387) | ||
- Fix: on delete attributes operation, the lack of attribute in entity doesn't preclude the deletion of attributes which do exist (this way behaving same way as update attributes operation) | ||
- Fix: POST /v2/entities/E/attrs?options=append was wrongly creating entities | ||
- Fix: provide more informative error description in some error responses in update/delete operations | ||
- Fix: proper use of "PartialUpdate" (instead of "Unprocessed") in responses in the case of partial updates/deletions (#3499) | ||
- Fix: response 404 Not Found "NotFound" errors instead of 422 Unprocessable Content "Unprocessed" in the case of missing attribute in existing entity in attribute update operations | ||
- Fix: "Internal Server Error" changed to "InternalServerError" in error responses | ||
- Add: CLI parameter -dbUri / env var ORION_MONGO_URI (#3794) | ||
- Fix: improve logs in MongoDB query logic | ||
- Fix: false positive in log deprecation logic when entity name (or other literal) includes the token "v1" (#4454) | ||
- Remove: deprecated NGSIv1 location metadata to specify entity geo-location | ||
- Upgrade Debian version from 11.6 to 12.4 in Dockerfile | ||
- Hardening: upgrade libmongoc dependency from 1.23.1 to 1.24.3 | ||
- Reference MongoDB version changed from 4.4 to 6.0 | ||
- Reference distribution changed from Debian 11 to Debian 12 | ||
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 |
---|---|---|
|
@@ -28,6 +28,6 @@ | |
|
||
|
||
|
||
#define ORION_VERSION "3.10.0-next" | ||
#define ORION_VERSION "3.11.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