From da0bd6a4240db81e80813c2f7aa6d291790d9c7f Mon Sep 17 00:00:00 2001 From: Michael Jacoby Date: Wed, 9 Oct 2024 15:04:07 +0200 Subject: [PATCH] update changelog --- docs/source/other/release-notes.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/source/other/release-notes.md b/docs/source/other/release-notes.md index 009baa07c..344ee648a 100644 --- a/docs/source/other/release-notes.md +++ b/docs/source/other/release-notes.md @@ -19,7 +19,14 @@ - Fixed bug in JSON valueOnly deserialization that could occur with complex strcutures (e.g. SubmodelElementCollections within SubmodelElementLists) - Fixed bug caused by null values in JSON payload when inserting data via HTTP - null values are now treated as empty/default values - Fixed "serialization failed" bug when retrieving a property of type `GDay` - + - Added support for query parameters `assetId` and `idShort` for `/shells/$reference` + - `/serialization` no longer fails when model contains 'embedded' files but target file format does not. Instead, files are ignored. + - Fixed bug where `/aas/asset-information/thumbnail` incorrectly returns `500 Internal Server Error` when property `content-type` is not set +- Serialization + - JSON + - Fixed exception occuring when trying to serialize an element as valueOnly that contains elements that do not support valueOnly serialization + - Added support for valueOnly serialization of `BasicEventElement` + - Fixed serialization of `Message` object to only include `code` property if set ## 1.1.0 **New Features & Major Changes**