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:18:27 UTC

[plc4x] branch rel/0.9 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 rel/0.9
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/rel/0.9 by this push:
     new a5324f0  Added missing work to the RELEASE_NOTES
a5324f0 is described below

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

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

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 532515c..f74d3fa 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,5 +1,5 @@
 ==============================================================
-(Unreleased) Apache PLC4X 0.9.0-SNAPSHOT
+Apache PLC4X 0.9.0
 ==============================================================
 
 New Features
@@ -8,6 +8,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 +32,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