Skip to content

Commit

Permalink
[TS-2381] Fixed the decoding negative value of Price type to BigDecimal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed May 24, 2024
1 parent 0256b76 commit 5fd5dab
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ _Do not specify default parameters if you don't want to override them_ (just bec

# Changes

### 5.1.1

+ Updated:
+ sailfish: `3.3.217+`

### 5.1.0

+ Migrated to th2 gradle plugin: `0.0.6`
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ subprojects {
ext {
resourceDir = "src/main/resources"

baseSailfishVersion = '3.3'
sailfishVersion = "3.3.202"
sailfishVersion = "3.3-SNAPSHOT"

dockerCodecImplementationDir = 'codec_implementation'
}
Expand Down
7 changes: 6 additions & 1 deletion codec-itch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,9 @@ The supported values are 1 and 2.
#### wrapMessages
If set to value of `true` all of the decoded messages will be wrapped to the special message.
Otherwise, the decoded messages will be returned without wrapping them.
Otherwise, the decoded messages will be returned without wrapping them.

## Release notes

+ 5.1.1
+ Fixed the decoding negative value of Price type to BigDecimal
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release_version=5.1.0
release_version=5.1.1
sf_service_name = unknown-service
docker_image_name = th2-codec-generic

0 comments on commit 5fd5dab

Please sign in to comment.