This is a bugfix release, no new features since 3.6.3 were added.
Changelog
Compared to the latest release 3.6.3, the following changes and bugfixes were added.
Bugfixes
This is a complete list of the merged pull requests.
Fixed aggregation metrics config unnecessary force of tags
PR #2073 fixes that in the introduced aggregation based metrics required to use tags in order to do grouping. This can be unwanted to group by without adding a tag.
Fixed WoT model validation calculating the wrong path in exception
In PR #2075 it was fixed that when modifying feature properties of a Thing, the path included in the validation error message contained a wrong path.
Fix missing headers from message after js mapper
Reported bug issue #2077, which resulted in headers being lost in a custom JavaScript payload mapper, was fixed in PR #2078.
Fixed creating a thing with PATCH / merge containing null values used the null values for the new Thing
Issue #2074 reported a bug where the defined semantics of a
PATCH / merge referring to the JSON merge patch RFC
was not correctly implemented, as null
values in the Thing were not deleted (as defined in the RFC), but were used
for the created thing JSON. This was fixed in PR #2082.