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 2020/02/11 12:22:12 UTC

[plc4x] branch develop updated: - Updated the RELEASE_NOTES

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.git


The following commit(s) were added to refs/heads/develop by this push:
     new dd26cb3  - Updated the RELEASE_NOTES
dd26cb3 is described below

commit dd26cb36ff424af6d31aa2ea5ddc70667bcf5c85
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Feb 11 13:22:05 2020 +0100

    - Updated the RELEASE_NOTES
---
 RELEASE_NOTES | 41 +++++++++++++++++++++++++++++++++++++++--
 1 file changed, 39 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index e620b77..66131d5 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,23 +1,60 @@
 ==============================================================
-(Unreleased) Apache PLC4X 0.6.0-SNAPSHOT
+(Unreleased) Apache PLC4X 0.7.0-SNAPSHOT
 ==============================================================
 
+This version is the first after a major refactoring of the driver
+core. All previous driver versions are now considered deprecated
+and are currently being replaced by versions using the new driver
+structure and generated driver codebase.
+
 New Features
 ------------
 
+- Drivers now support structured types using PlcValues
+
 Incompatible changes
 --------------------
 
+- Due to the refactoring of the driver core there might be issues
+  running drivers built against older core versions.
+
+Bug Fixes
+---------
+
+==============================================================
+(Unreleased) Apache PLC4X 0.6.0-SNAPSHOT
+==============================================================
+
+This is the last release of PLC4X with the "handwritten" drivers.
+This Minor release will thus receive updates and fixes until
+most users have switched to 0.7 and above (with generated drivers).
+
+If you are using the S7 Driver you should update to this Version
+as the critical (memory leak) bug PLC4X-163 is fixed.
+
+New Features
+------------
+- PLC4X-168 A shorter S7 Field Syntax is Introduced.
+This release contains no further features and mostly stabilization.
+
+Incompatible changes
+--------------------
 - Moved the C++, C# and Python drivers into the `sandbox`
 
 Bug Fixes
 ---------
+- Fixed Promise Chain for InternalPlcWriteRequest
+- PLC4X-45 Add float support to Modbus Protocol
+- PLC4X-164 Fix wrong NOT FOUND exception in OPC UA Driver
+- PLC4X-166 Fixed Download Page
+- PLC4X-163 Fixed Netty ByteBuf Leaks for S7 Driver
+- PLC4X-158 Added Warning if no Pooled Driver is used for Scraper
 
 ==============================================================
 Apache PLC4X 0.5.0
 ==============================================================
 
-This is the first release containing our new generaed drivers (AB-ETH)
+This is the first release containing our new generated drivers (AB-ETH)
 
 New Features
 ------------