From c6265915fea21aa941f3031a5538903c2d23af2c Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Fri, 1 Nov 2024 13:23:25 +0400 Subject: [PATCH] [TH2-5211] Bumped version --- README.md | 5 +++-- app/gradle.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7daa3bec..616fdb09 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Lightweight data provider (2.11.1) +# Lightweight data provider (2.12.0) # 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. @@ -224,10 +224,11 @@ spec: # Release notes: -## 2.11.1 +## 2.12.0 + Conversion to JSON in HTTP handlers is executed in the separate executor. The executor has `convThreadPoolSize` number of threads ++ Added `EVENTS` resource option for `/download` task endpoint ## 2.11.0 diff --git a/app/gradle.properties b/app/gradle.properties index b4253d88..126392ea 100644 --- a/app/gradle.properties +++ b/app/gradle.properties @@ -1,4 +1,4 @@ kotlin.code.style=official -release_version=2.11.1 +release_version=2.12.0 description='th2 Lightweight data provider component' kapt.include.compile.classpath=false \ No newline at end of file