Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TH2-4170] Update base codec version. Correct filter behavior #73

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:6.6-jdk11 AS build
COPY ./ .
RUN gradle --no-daemon clean dockerPrepare

FROM ghcr.io/th2-net/th2-codec-sailfish:3.14.0-dev-2628804887
FROM ghcr.io/th2-net/th2-codec-sailfish:3.14.0-dev-2978231782
ARG project_name
WORKDIR /home
RUN echo "/home/gradle/${project_name}/build/docker"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ _Do not specify default parameters if you don't want to override them_ (just bec

+ Update base image version to 3.14.0
+ Codec handles messages with its protocol or empty during encode/decode
+ The sailfish-core library update from 3.2.1748 to 3.2.1776
+ The sailfish-core library update from 3.2.1748 to 3.2.1881
+ The filter behavior is corrected
+ Update sailfish version for codec to 3.2.1881

### 3.10.5
Expand Down