Skip to content

Commit

Permalink
Merge pull request #4447 from telefonicaid/feature/3499_partial_updat…
Browse files Browse the repository at this point in the history
…es_reporting

PartialUpdates reporting + additional improvements in error responses
  • Loading branch information
mapedraza authored Jan 8, 2024
2 parents 565a595 + b46c269 commit 7b75f0b
Show file tree
Hide file tree
Showing 65 changed files with 7,296 additions and 178 deletions.
5 changes: 5 additions & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
- 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: 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
- 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)
Expand Down
Loading

0 comments on commit 7b75f0b

Please sign in to comment.