From 05fec910bd65d85435ac0f643abb6ee963198c3e Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:26:06 +0100 Subject: [PATCH] Added list of breaking changes to CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 023343dd3c..37c6d4e920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,8 @@ Version numbers 0.2.x to 0.7.x were intentionally not used to avoid conflicts wi ## Please note: - **This release will contain significant changes compared to v0.9.0, and it is not backward compatible** - - Especially ... + - Within notifications the schema `EventNotification`has been replace by `CloudEvent` in accordance with the updated CAMARA Design Guidelines + - If within `device` an IPv6 address is used it must be a single IPv6 address (out of the prefix used by the device) - **This is only the pre-release, it should be considered as a draft of the upcoming release v0.10.0** - The pre-release is meant for implementors, but it is not recommended to use the API with customers in productive environments.