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

[TS-1928] Support keepOpen option for searchMessageGroups gRPC r… #86

Draft
wants to merge 8 commits into
base: dev-version-2
Choose a base branch
from
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ spec:
## 2.11.1

+ Support `keepOpen` option for `searchMessageGroups` gRPC request
+ th2 gradle plugin `0.1.3`

## 2.11.0

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.8.22"
th2-plugin = "0.1.1"
th2-plugin = "0.1.3"
strikt = "0.34.1"
javalin = "5.6.5"
openapi = "5.6.4"
Expand Down
5 changes: 4 additions & 1 deletion grpc/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# gRPC for lw-data-provider (2.3.3)
# gRPC for lw-data-provider (2.3.4)

## Release notes:

### 2.3.3

#### Updates:
+ th2 gradle plugin `0.1.3`

#### Updates:
Nikita-Smirnov-Exactpro marked this conversation as resolved.
Show resolved Hide resolved
+ th2 gradle plugin `0.0.8`

Expand Down
2 changes: 1 addition & 1 deletion grpc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
release_version=2.3.3
release_version=2.3.4
description='th2 Lightweight data provider gRPC'
2 changes: 1 addition & 1 deletion grpc/package_info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"package_name": "th2_grpc_lw_data_provider",
"package_version": "2.3.3"
"package_version": "2.3.4"
}
5 changes: 4 additions & 1 deletion utils/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# utils for lw-data-provider (0.0.3)
# utils for lw-data-provider (0.0.4)

# Release notes:

## 0.0.3

### Updates:
+ th2 gradle plugin `0.1.3`

### Updates:
Nikita-Smirnov-Exactpro marked this conversation as resolved.
Show resolved Hide resolved
+ th2 gradle plugin `0.0.8`
+ common: `5.12.0-dev`
Expand Down
2 changes: 1 addition & 1 deletion utils/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
release_version=0.0.3
release_version=0.0.4
description='th2 Lightweight data provider utils'
Loading