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 67e185e14d chore: House-keeping after the release of 0.13.1 67e185e14d is described below commit 67e185e14d9eefff97118536d257eadb68ccff0d Author: Christofer Dutz <christofer.d...@c-ware.de> AuthorDate: Fri Aug 29 11:32:00 2025 +0200 chore: House-keeping after the release of 0.13.1 --- RELEASE_NOTES | 24 ++++++++++++++++++++ website/asciidoc/modules/users/pages/download.adoc | 26 +++++++++++++++++++--- website/resources/plc4x-doap.rdf | 9 +++++++- 3 files changed, 55 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 73c9a2aa5f..f5bbfd9a64 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -11,6 +11,30 @@ Incompatible changes Bug Fixes --------- +============================================================== +Apache PLC4X 0.13.1 +============================================================== + +New Features +------------ + +- Extended the PlcRawByteArray to provide access to a List of + USINT objects. + +Incompatible changes +-------------------- + +Bug Fixes +--------- + +- When reading an array of bits, the old s7 driver seems to hang. +- The s7 driver causes issues when writing arrays of bits. +- The block optimizer used in s7-light causes errors, if a tag + references the same byte multiple times. +- When using the new block-optimizer in the s7-light driver, + when reading multiple BOOL values located in the same byte + produces errors + ============================================================== Apache PLC4X 0.13.0 ============================================================== diff --git a/website/asciidoc/modules/users/pages/download.adoc b/website/asciidoc/modules/users/pages/download.adoc index 14cfb58cc1..978c1cec3f 100644 --- a/website/asciidoc/modules/users/pages/download.adoc +++ b/website/asciidoc/modules/users/pages/download.adoc @@ -21,8 +21,30 @@ Be sure to verify your downloads by these https://www.apache.org/info/verificati == Current Releases +[#release-0_13_1] +=== 0.13.1 Official https://www.apache.org/dyn/closer.lua/plc4x/0.13.1/apache-plc4x-0.13.1-source-release.zip[source release] [ https://downloads.apache.org/plc4x/0.13.1/apache-plc4x-0.13.1-source-release.zip.sha512[SHA512] ] [ https://downloads.apache.org/plc4x/0.13.1/apache-plc4x-0.13.1-source-release.zip.asc[ASC] ] + +==== New Features + +- Extended the PlcRawByteArray to provide access to a List of +USINT objects. + +==== Incompatible changes + +==== Bug Fixes + +- When reading an array of bits, the old s7 driver seems to hang. +- The s7 driver causes issues when writing arrays of bits. +- The block optimizer used in s7-light causes errors, if a tag +references the same byte multiple times. +- When using the new block-optimizer in the s7-light driver, +when reading multiple BOOL values located in the same byte +produces errors + +== Previous Releases + [#release-0_13_0] -=== 0.13.0 Official https://www.apache.org/dyn/closer.lua/plc4x/0.13.0/apache-plc4x-0.13.0-source-release.zip[source release] [ https://downloads.apache.org/plc4x/0.13.0/apache-plc4x-0.13.0-source-release.zip.sha512[SHA512] ] [ https://downloads.apache.org/plc4x/0.13.0/apache-plc4x-0.13.0-source-release.zip.asc[ASC] ] +=== 0.13.0 Official https://archive.apache.org/dist/plc4x/0.13.0/apache-plc4x-0.13.0-source-release.zip[source release] [ https://downloads.apache.org/plc4x/0.13.0/apache-plc4x-0.13.0-source-release.zip.sha512[SHA512] ] [ https://downloads.apache.org/plc4x/0.13.0/apache-plc4x-0.13.0-source-release.zip.asc[ASC] ] ==== New Features @@ -82,8 +104,6 @@ individual consumers for each tag. ==== Bug Fixes -== Previous Releases - [#release-0_12_0] === 0.12.0 Official https://archive.apache.org/dist/plc4x/0.12.0/apache-plc4x-0.12.0-source-release.zip[source release] [ https://downloads.apache.org/plc4x/0.12.0/apache-plc4x-0.12.0-source-release.zip.sha512[SHA512] ] [ https://downloads.apache.org/plc4x/0.12.0/apache-plc4x-0.12.0-source-release.zip.asc[ASC] ] diff --git a/website/resources/plc4x-doap.rdf b/website/resources/plc4x-doap.rdf index 6cafe2e375..2cb1e6faa7 100644 --- a/website/resources/plc4x-doap.rdf +++ b/website/resources/plc4x-doap.rdf @@ -88,7 +88,14 @@ <release> <Version> - <name>Latest 0.13.0 release</name> + <name>Latest 0.13.1 release</name> + <created>2025-08-29</created> + <revision>0.13.1</revision> + </Version> + </release> + <release> + <Version> + <name>Legacy 0.13.0 release</name> <created>2025-08-05</created> <revision>0.13.0</revision> </Version>