From 54e8fd77faf92d67c3b1c31457b2d2bf14875fc0 Mon Sep 17 00:00:00 2001 From: "giorgi.mania" Date: Thu, 10 Nov 2022 11:12:03 +0400 Subject: [PATCH] updated README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a12e7c23..856cda33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cradle API (3.1.3) +# Cradle API (3.1.4) ## Overview @@ -37,7 +37,7 @@ repositories { To use Cradle API, add the following dependency to your project: ``` dependencies { - implementation 'com.exactpro.th2:cradle-cassandra:3.1.3' + implementation 'com.exactpro.th2:cradle-cassandra:3.1.4' ... } ``` @@ -142,6 +142,10 @@ Test events have mandatory parameters that are verified when storing an event. T ## Release notes +### 3.1.4 + ++ Fixed poor performance bug while maintaining event batch durations + ### 3.1.3 (This version requires migration from previous versions) + Fixed Unicode string serialization bugs