From cbd126a84fb91a552f7855893e5501ffd2736d72 Mon Sep 17 00:00:00 2001 From: FabianLars Date: Wed, 15 Jan 2025 15:09:41 +0100 Subject: [PATCH] changefile --- .changes/updater-unknown-fields.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/updater-unknown-fields.md diff --git a/.changes/updater-unknown-fields.md b/.changes/updater-unknown-fields.md new file mode 100644 index 00000000..f7ba4d6a --- /dev/null +++ b/.changes/updater-unknown-fields.md @@ -0,0 +1,6 @@ +--- +updater: minor +updater-js: minor +--- + +The `Update` struct/object will now contain a `other_response_fields`/`otherResponseFields` property that contains all other fields found in the server's json response that are not handled by the plugin.