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 2019/05/20 13:43:14 UTC

[plc4x] 04/04: Started updating the RELEASE_NOTES for the next release

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

commit 1d6985a4a5482f8db44063272e9f22941bd41e02
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon May 20 15:43:02 2019 +0200

    Started updating the RELEASE_NOTES for the next release
---
 RELEASE_NOTES | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 692868b..0db3644 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,13 +1,22 @@
 ==============================================================
-(Unreleased) Apache PLC4X (incubating) 0.4.0-SNAPSHOT
+(Unreleased) Apache PLC4X 0.4.0-SNAPSHOT
 ==============================================================
 
 New Features
 ------------
 
+- The PlcConnection now supports a `ping` method to allow checking if an existing connection is still alive.
+- Support of the OPC-UA protocol with the `opc-ua-driver`.
+- Other Languages Support:
+-- Added first versions of a C# .Net PLC4X API (plc4net)
+-- Added first versions of a Python PLC4X API (plc4py)
+- Added an Interop server which allows to relay requests from other languages to a Java Server
+
 Incompatible changes
 --------------------
 
+- ElasticSearch example was updated to use ElasticSearch 7.0.1, this might cause problems with older Kibana versions.
+
 Bug Fixes
 ---------