From a6cc91f2660f416bba5d4c869a42be46e6e51549 Mon Sep 17 00:00:00 2001 From: "sergey.sitnikov" Date: Fri, 1 Apr 2022 14:57:37 +0000 Subject: [PATCH 1/2] [TH-2701] Update Sailfish version to 3.2.1811 --- README.md | 5 +++++ build.gradle | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db419a..232f3bb 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ You can find the description for the available service types and their configura ## Release notes +### 3.7.2 + ++ Update Sailfish version to 3.2.1811 + + fix problem with decoding mold-udp messages with declared message length + ### 3.7.1 + Update sailfish version to 3.2.1748 diff --git a/build.gradle b/build.gradle index 66ac381..2cc42eb 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ subprojects { ext { sharedDir = file("${project.rootDir}/shared") baseSailfishVersion = '3.2' - sailfishVersion = "${baseSailfishVersion}.1748" + sailfishVersion = "${baseSailfishVersion}.1811" pluginMainDir = file('src/main/plugin') pluginGenDir = file('src/gen/plugin') From b6f14c8944577bc22431e293278c0d6d283c4677 Mon Sep 17 00:00:00 2001 From: "sergey.sitnikov" Date: Mon, 4 Apr 2022 12:41:43 +0000 Subject: [PATCH 2/2] [TH-2701] Add additional information to Readme file --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 232f3bb..a649960 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,10 @@ You can find the description for the available service types and their configura ### 3.7.2 + Update Sailfish version to 3.2.1811 - + fix problem with decoding mold-udp messages with declared message length + + fix problem with decoding mold-udp messages with declared message length. + Now the mold-udp codec inside the conn-soup can respect the information about the message's length before + each message in the payload and read only necessary bytes from buffer, otherwise the system receive + the rejected message with `reject reason`. ### 3.7.1