Skip to content

Commit

Permalink
Update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Mar 21, 2024
1 parent 3d886ee commit e427590
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 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,10 @@ 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
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 = 3.8.1
release_version = 3.8.2

0 comments on commit e427590

Please sign in to comment.