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 2018/11/15 10:23:06 UTC

[incubator-plc4x] branch rel/0.2 updated: - Updated RELEASE_NOTES in preparation for release 0.2.0

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

cdutz pushed a commit to branch rel/0.2
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/rel/0.2 by this push:
     new 19d251f  - Updated RELEASE_NOTES in preparation for release 0.2.0
19d251f is described below

commit 19d251fa92062a49c4c47ef5a4d8849aef26687a
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Nov 15 11:22:48 2018 +0100

    - Updated RELEASE_NOTES in preparation for release 0.2.0
---
 RELEASE_NOTES | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 62 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 7083a57..b6bc800 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,5 +1,66 @@
+==============================================================
+Apache PLC4X (incubating) 0.2.0
+==============================================================
+
+This is the second official release of Apache PLC4X.
+
+Especially have we addressed all issues reported during
+our first release, that were of non-technical nature.
+These were tracked in:
+
+PLC4X-60	Fix findings by the last release
+
+New Features
+------------
+A new connection-pool was added, which allows automatic
+pooling and reuse of PLC connections.
+
+A new OPM module was added, which allows JPA like read-
+communication using POJOs, very similar to PJA.
+
+A stub of a new driver for the Emerson DeltaV protocol
+has been added, but is not yet a fully functional PLC4X
+driver. This is also a first test of our new `passive-
+mode-driver` concept.
+
+PLC4X-64	The Modbus connection string should be
+            extended with ENDIANESS Information
+
+Incompatible changes
+--------------------
+
+We have refactored the API in order to eliminate the
+need of passing `x-requests` to `x-methods` and added
+an `execute` method to each request type. This greatly
+simplifies the client code. However this requires
+refactoring of applications using the direct PLC4X API.
+
+Miscellaneous changes
+---------------------
+
+We have increased the test coverage greatly and fixed
+a lot of little errors we found on the way.
+
+Known Issues
+------------
+
+Bug Fixes
+---------
+
+PLC4X-56	[S7] S7Field does not recognize addresses
+            with numElements present
+PLC4X-57	[S7] Response for address with numElements
+            contains only first item
+PLC4X-61	Installation fails plc4j-protocoll-ethernetip
+            needs license
+PLC4X-62	Modbus results deliver null-Value due to missing
+            implementation of getShort, getLong ...
+
+
+
+==============================================================
 Apache PLC4X (incubating) 0.1.0
-===============================
+==============================================================
 
 This is the first official release of Apache PLC4X.
 It contains drivers for the following protocols: