You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2022/09/22 11:35:09 UTC

[plc4x-build-tools] 01/02: chore(release): Updated the RELEASE_NOTES prior to creating the release branch

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git

commit 80a573dc7cf94730bff80e42ac7a06efb1d6b1b2
Author: Christofer Dutz <ch...@rivian.com>
AuthorDate: Thu Sep 22 13:29:23 2022 +0200

    chore(release):  Updated the RELEASE_NOTES prior to creating the release branch
---
 code-generation/RELEASE_NOTES | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/code-generation/RELEASE_NOTES b/code-generation/RELEASE_NOTES
index d8e42d8..d8b22ac 100644
--- a/code-generation/RELEASE_NOTES
+++ b/code-generation/RELEASE_NOTES
@@ -7,6 +7,15 @@ New Features
 
 - Added the ability to provide protocol versions in the code
   generation.
+- Fields now know the concept of attributes
+- New field types:
+  - Assert Field: Like Reserved or Const, but fires a special
+    type of exception which can be used by optional fields.
+  - Validation Field: Executes a validation and fires
+    special types of exceptions.
+  - Peek Field: Filed that doesn't consume bytes from the
+    read buffer.
+- Code generation now knows the concept of protocol versions.
 
 Incompatible changes
 --------------------