forked from telefonicaid/fiware-orion
-
Notifications
You must be signed in to change notification settings - Fork 0
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
20 additions
and
18 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,15 +0,0 @@ | ||
- Hardening: noCache flag should be check before removing csub from cache in mongoUnsubscribeContext() (#2879) | ||
- Add: $set and $unset attribute update operators (#3814, continuation) | ||
- Add: maxFailsLimit subscription field, so subscription is automatically passed to inactive after that number of failed notification attemps (#3541) | ||
- Add: failsCounter subscription field, to count the number of consecutive notificaitons fails (#3541) | ||
- Add: statusLastChange field in csbus collection (as now status is in the csubs cache and we need this field to know if status in the cache or DB is fresher) | ||
- Fix: throttling misbehaviour after subscription update when csubs cache is in use (#3981) | ||
- Fix: lastNotification missed some times in GET /v2/subscriptions/{id} and GET /v2/subscriptions | ||
- Fix: avoid reset timesSent counter upon PATCH /v2/subscriptions/{subId} when csubs cache is in use | ||
- Fix: crash when updating attribute with empty JSON object or array (#3995) | ||
- Fix: csubs cache logic has to ignore fiware-sevice information if -multiservice is not used | ||
- Fix: subscription throttling was not working with value 1 second | ||
- Fix: add subId/regId in "response NOT OK" WARN log traces (#4013) | ||
- Remove: status "failed" in subscriptions (use failsCounter greater than 0 instead) | ||
- Hardening: refactor PATCH /v2/subscriptions/{subId} logic avoiding over-quering MongoDB and possible (although very rare) crash situations during csub cache (#3701) | ||
- Upgrade Dockerfile base image from centos8.3.2011 to centos8.4.2105 | ||
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.3.0-next" | ||
#define ORION_VERSION "3.4.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