Skip to content

Commit cdfeb30

Browse files
[TH2-5007] Reverted cradle: 5.1.1-dev because 5.1.3-dev can't work with pages where removed field is null. (#106)
1 parent cd6c379 commit cdfeb30

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Overview (5.2.2)
1+
# Overview (5.2.3)
22

33
Message store (mstore) is an important th2 component responsible for storing raw messages into Cradle. Please refer to [Cradle repository] (https://github.com/th2-net/cradleapi/blob/master/README.md) for more details. This component has a pin for listening messages via MQ.
44

@@ -115,6 +115,10 @@ spec:
115115
This is a list of supported features provided by libraries.
116116
Please see more details about this feature via [link](https://github.com/th2-net/th2-common-j#configuration-formats).
117117
118+
## 5.2.3
119+
120+
* Reverted cradle: `5.1.1-dev` because `5.1.3-dev` can't work with pages where `removed` field is null.
121+
118122
## 5.2.2
119123

120124
* Fixed the lost messages problem when mstore is restarted under a load

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
ext {
18-
cradleVersion = '5.1.3-dev'
18+
cradleVersion = '5.1.1-dev'
1919
commonVersion = '5.4.1-dev'
2020
}
2121

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
release_version=5.2.2
1+
release_version=5.2.3
22
description='th2 mstore component'
33
vcs_url=https://github.com/th2-net/th2-mstore

0 commit comments

Comments
 (0)