Skip to content

Commit

Permalink
[Rm85789] Add new parameter trimLeftPadding to configure trimming o…
Browse files Browse the repository at this point in the history
…f left whitespaces for conn-soup (#74)

* Use snapshot version for SF services

* Update readme and version

* Retrigger build to get newer snapshot version

* Correct readme

* Retrigger build to get newer snapshot version

* Use release version for sailfish components

---------

Co-authored-by: Oleg <[email protected]>
  • Loading branch information
Nikita-Smirnov-Exactpro and OptimumCode authored Apr 9, 2024
1 parent 6dc2ceb commit 9a68263
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ subprojects {
ext {
sharedDir = file("${project.rootDir}/shared")
baseSailfishVersion = '3.3'
sailfishVersion = "${baseSailfishVersion}.93"
sailfishVersion = "${baseSailfishVersion}.202"

pluginMainDir = file('src/main/plugin')
pluginGenDir = file('src/gen/plugin')
Expand Down
9 changes: 9 additions & 0 deletions conn-soup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ heartbeatTimeout: 5

# Maintains all the logical message parts together. If it is set to `true` they won't be split into different batches
evolutionSupportEnabled: true

# left whitespaces will be trimmed for all string values in the message
trimLeftPadding: true
```
### OUCH client
Expand Down Expand Up @@ -111,6 +114,9 @@ heartbeatTimeout: 5

# Maintains all the logical message parts together. If it is set to `true` they won't be split into different batches
evolutionSupportEnabled: true

# left whitespaces will be trimmed for all string values in the message
trimLeftPadding: true
```
### MoldUDP64 client
Expand All @@ -137,6 +143,9 @@ evolutionSupportEnabled: true
## Release notes
### 3.8.2
+ Add new parameter `trimLeftPadding` to configure trimming of left whitespaces

### 3.8.1
+ Updated `saifish-core` version from `3.3.54` to `3.3.93`

Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sf_service_name = unknown-service
release_version = 3.8.1
release_version = 3.8.2

0 comments on commit 9a68263

Please sign in to comment.