diff --git a/build.gradle b/build.gradle index 2f3f8f2..71d7431 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ subprojects { ext { sharedDir = file("${project.rootDir}/shared") baseSailfishVersion = '3.3' - sailfishVersion = "${baseSailfishVersion}.93" + sailfishVersion = "${baseSailfishVersion}.202" pluginMainDir = file('src/main/plugin') pluginGenDir = file('src/gen/plugin') diff --git a/conn-soup/README.md b/conn-soup/README.md index dccf7ce..2c094a7 100644 --- a/conn-soup/README.md +++ b/conn-soup/README.md @@ -60,6 +60,9 @@ heartbeatTimeout: 5 # Maintains all the logical message parts together. If it is set to `true` they won't be split into different batches evolutionSupportEnabled: true + +# left whitespaces will be trimmed for all string values in the message +trimLeftPadding: true ``` ### OUCH client @@ -111,6 +114,9 @@ heartbeatTimeout: 5 # Maintains all the logical message parts together. If it is set to `true` they won't be split into different batches evolutionSupportEnabled: true + +# left whitespaces will be trimmed for all string values in the message +trimLeftPadding: true ``` ### MoldUDP64 client @@ -137,6 +143,9 @@ evolutionSupportEnabled: true ## Release notes +### 3.8.2 ++ Add new parameter `trimLeftPadding` to configure trimming of left whitespaces + ### 3.8.1 + Updated `saifish-core` version from `3.3.54` to `3.3.93` diff --git a/gradle.properties b/gradle.properties index 405acdc..94c7ead 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,3 @@ sf_service_name = unknown-service -release_version = 3.8.1 +release_version = 3.8.2 +