Skip to content

Commit 7e2db47

Browse files
th2 5003 Fixed the problem: batches for the same session group and different books are separate storing
1 parent e645d10 commit 7e2db47

File tree

4 files changed

+266
-135
lines changed

4 files changed

+266
-135
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.0.1)
1+
# Overview (5.0.2)
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

@@ -91,6 +91,10 @@ spec:
9191
This is a list of supported features provided by libraries.
9292
Please see more details about this feature via [link](https://github.com/th2-net/th2-common-j#configuration-formats).
9393
94+
## 5.0.2
95+
96+
+ Fixed the problem: batches for the same session group and different books are separate storing
97+
9498
## 5.0.1
9599
96100
+ Stores message properties to cradle

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release_version=5.0.1
1+
release_version=5.0.2

0 commit comments

Comments
 (0)