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 2021/09/17 10:17:50 UTC

[plc4x] branch develop updated: Added missing work to 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 b7aab07  Added missing work to the RELEASE_NOTES
b7aab07 is described below

commit b7aab07d9aae0b5ed01a347bf025b707b9cf1e5f
Author: cdutz <ch...@c-ware.de>
AuthorDate: Fri Sep 17 12:17:14 2021 +0200

    Added missing work to the RELEASE_NOTES
---
 RELEASE_NOTES | 38 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 36 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 532515c..f11cdd9 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,5 +1,18 @@
 ==============================================================
-(Unreleased) Apache PLC4X 0.9.0-SNAPSHOT
+(Unreleased) Apache PLC4X 0.10.0-SNAPSHOT
+==============================================================
+
+New Features
+------------
+
+Incompatible changes
+--------------------
+
+Bug Fixes
+---------
+
+==============================================================
+Apache PLC4X 0.9.0-SNAPSHOT
 ==============================================================
 
 New Features
@@ -8,6 +21,21 @@ New Features
 - The OPC UA driver has been replaced with a native driver. Previously
   Eclipse Milo was being used.
 
+- Permit customized package names for code generation
+
+- Added an initial draft of a Discover and Browse API to PLC4J
+
+- Replaced the OPC-UA driver using Eclipse Milo with a our own, fully
+  generated, version
+
+- PLC4Go now supports many more drivers
+
+- PLC4Go received a huge internal refactoring and cleanup
+
+- Major cleanup of PLC4C
+
+- S7 Driver now supports event and alarm handling on some S7 models
+
 Incompatible changes
 --------------------
 
@@ -17,10 +45,16 @@ Bug Fixes
 PLC4X-200   OPC-UA Driver not connecting if params string is not provided
 PLC4X-201   OPC-UA PlcList underlying type not compatible with Eclipse Milo
 PLC4X-202   OPC-UA Driver cannot write Unsigned Types
+PLC4X-276   [S7] The most of the supported types don't work correctly
+PLC4X-278   Double Reading Error
+PLC4X-279   nioEventLoopGroup thread proliferation
+PLC4X-280   ADS route request swapped positions of route name and address
 PLC4X-291   DefaultPlcSubscriptionField cannot be cast to class OpcuaField
 PLC4X-298   [S7] When writing REAL values the Write
             operation fails with an internal error
-PLC4X-303   OPCUA should support username / password authentication
+PLC4X-299   Modbus - Kafka Connect Configuration
+PLC4X-312   CAN NOT READ STRING FROM S7 PLC
+PLC4X-314   CAN NOT WRITING MANY DATA TO S7 ONE TIME
 
 ==============================================================
 Apache PLC4X 0.8.0