Skip to content

Commit

Permalink
Fix exception when sending message with EventID attached (#72)
Browse files Browse the repository at this point in the history
* Update base image version

* Update base image: correct pins for transport

* Use dev release. Update version and readme
  • Loading branch information
OptimumCode authored Oct 11, 2023
1 parent c5f44ef commit a76e601
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sf_service_name = unknown-service
release_version = 4.0.1
release_version = 4.0.2

0 comments on commit a76e601

Please sign in to comment.