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-4553] The sailfish-core library update from 3.3.11 to 3.3.49 #167

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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# How it works (3.14.1)
# How it works (3.14.1+)

The th2 Codec component is responsible for encoding and decoding the messages.
It operates two instances of encoder/decoder pairs, in which one is used for operational purposes and the other is used for general conversion.
Expand Down Expand Up @@ -226,6 +226,9 @@ The filtering can also be applied for pins with `subscribe` attribute.

## Release notes

+ 3.14.1+
+ The sailfish-core library update from 3.3.11 to 3.3.49

+ 3.14.1
+ message batch will be processed asynchronously if more than one CPU core is available

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ plugins {
ext {
genDir = file('src/gen')
sharedDir = file("${project.rootDir}/shared")
sailfishVersion = '3.3.11'
sailfishVersion = '3.3.49'
}

group 'com.exactpro.th2'
Expand Down