From a76e601cfd88daad82c40b90674dcfc90860dc05 Mon Sep 17 00:00:00 2001 From: Oleg Smirnov Date: Wed, 11 Oct 2023 12:55:34 +0400 Subject: [PATCH] Fix exception when sending message with EventID attached (#72) * Update base image version * Update base image: correct pins for transport * Use dev release. Update version and readme --- Dockerfile | 2 +- README.md | 8 +++++++- gradle.properties | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f20dca1..c6e8530 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM gradle:7.6-jdk11 AS build COPY ./ . RUN gradle --no-daemon clean dockerPrepare -FROM ghcr.io/th2-net/th2-conn-sailfish:4.0.0-dev +FROM ghcr.io/th2-net/th2-conn-sailfish:4.0.1-dev ARG project_name WORKDIR /home COPY --from=build /home/gradle/${project_name}/build/docker . diff --git a/README.md b/README.md index cc2f624..ab46b9e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Generic connects (4.0.0) +# Generic connects (4.0.2) 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,12 @@ You can find the description for the available service types and their configura ## Release notes +### 4.0.2 + +#### Fixed: + ++ Error when sending a message with EventID attached via transport protocol + ### 4.0.1 + Updated `sailfish-core` version from `3.3.54` to `3.3.93` diff --git a/gradle.properties b/gradle.properties index 5e01384..24e5090 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ sf_service_name = unknown-service -release_version = 4.0.1 +release_version = 4.0.2