diff --git a/README.md b/README.md index da9232e..6a4b8e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Generic connects (3.8.0) +# Generic connects (3.8.1) This project contains extensions for the base component "[Connect](https://github.com/th2-net/th2-conn)", which is responsible for supporting communication with the target system by using common protocols. @@ -24,6 +24,9 @@ You can find the description for the available service types and their configura ## Release notes +### 3.8.1 ++ Updated `saifish-core` version from `3.3.54` to `3.3.93` + ### 3.8.0 + Updated `sailfish-core` version from `3.2.1741` to `3.3.54` diff --git a/build.gradle b/build.gradle index fb718ee..2f3f8f2 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,7 @@ plugins { id 'com.palantir.docker' version '0.25.0' apply false id 'java' + id "org.owasp.dependencycheck" version "8.1.2" } subprojects { @@ -11,7 +12,7 @@ subprojects { ext { sharedDir = file("${project.rootDir}/shared") baseSailfishVersion = '3.3' - sailfishVersion = "${baseSailfishVersion}.54" + sailfishVersion = "${baseSailfishVersion}.93" pluginMainDir = file('src/main/plugin') pluginGenDir = file('src/gen/plugin') @@ -91,3 +92,14 @@ subprojects { delete(pluginGenDir) } } + +dependencyCheck { + formats=['SARIF', 'JSON', 'HTML'] + failBuildOnCVSS=5 + + analyzers { + assemblyEnabled = false + nugetconfEnabled = false + nodeEnabled = false + } +} \ No newline at end of file diff --git a/conn-fix/README.md b/conn-fix/README.md index 6a8580f..588c99f 100644 --- a/conn-fix/README.md +++ b/conn-fix/README.md @@ -1,4 +1,4 @@ -# FIX Connect (3.8.0) +# FIX Connect (3.8.1) This "Connect" component extension supports connections to the target system via [FIX protocol](https://www.fixtrading.org/what-is-fix/). @@ -211,6 +211,9 @@ autorelogin: true # If it is specified , then we will check for OrigSendingTime in resend request requiresOrigSendingTime: true + +# Value for encryptMethod(98) field. Value is taken from dictionary by alias specified in this setting. +encryptMethod: PKCS ``` ### FIX Server @@ -355,6 +358,10 @@ defaultHeartbeatInterval: 5 ## Release notes +### 3.8.1 ++ Updated `saifish-core` version from `3.3.54` to `3.3.93` ++ New client property `encryptMethod`: password encryption support + ### 3.8.0 + Updated `sailfish-core` version from `3.2.1741` to `3.3.54` diff --git a/conn-ntg/README.md b/conn-ntg/README.md index a1289c1..bea0de9 100644 --- a/conn-ntg/README.md +++ b/conn-ntg/README.md @@ -1,4 +1,4 @@ -# Connect Native Trading Gateway (NTG) (3.8.0) +# Connect Native Trading Gateway (NTG) (3.8.1) ## Available service types @@ -60,6 +60,9 @@ reconnectTimeout: 5000 ## Release notes +### 3.8.1 ++ Updated `saifish-core` version from `3.3.54` to `3.3.93` + ### 3.8.0 + Updated `sailfish-core` version from `3.2.1741` to `3.3.54` diff --git a/conn-soup/README.md b/conn-soup/README.md index 551f142..dccf7ce 100644 --- a/conn-soup/README.md +++ b/conn-soup/README.md @@ -1,4 +1,4 @@ -# SOUP family codecs (3.8.0) +# SOUP family codecs (3.8.1) ## Available service types @@ -137,6 +137,9 @@ evolutionSupportEnabled: true ## Release notes +### 3.8.1 ++ Updated `saifish-core` version from `3.3.54` to `3.3.93` + ### 3.8.0 + Updated `sailfish-core` version from `3.2.1741` to `3.3.54` diff --git a/gradle.properties b/gradle.properties index b14cc86..405acdc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ sf_service_name = unknown-service -release_version = 3.8.0 +release_version = 3.8.1