Skip to content

Commit

Permalink
[TH2-5015] Migrated to the cradle version with fixed load pages where…
Browse files Browse the repository at this point in the history
… `removed` field is null problem.
  • Loading branch information
Nikita-Smirnov-Exactpro committed Sep 20, 2023
1 parent b824aa7 commit 336e109
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lightweight data provider (2.2.0)
# Lightweight data provider (2.2.1)

# Overview
This component serves as a data provider for [th2-data-services](https://github.com/th2-net/th2-data-services). It will connect to the cassandra database via [cradle api](https://github.com/th2-net/cradleapi) and expose the data stored in there as REST resources.
Expand Down Expand Up @@ -218,6 +218,11 @@ spec:
# Release notes:
## 2.2.1
+ Migrated to the cradle version with fixed load pages where `removed` field is null problem.
+ Updated cradle: `5.1.4-dev`

## 2.2.0

+ Add support for requesting message groups in reversed order
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

ext {
dockerImageVersion = release_version
cradleApiVersion = '5.1.1-dev'
cradleApiVersion = '5.1.4-dev'
commonVersion = '5.4.0-dev'
javalin = '5.4.2'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

kotlin.code.style=official

release_version=2.2.0
release_version=2.2.1
description='th2 Lightweight data provider component'
vcs_url=https://github.com/th2-net/th2-lw-data-provider
docker_image_name=
Expand Down

0 comments on commit 336e109

Please sign in to comment.