Skip to content

Commit

Permalink
[TH2-5211] Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Nov 1, 2024
1 parent e735349 commit c626591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c626591

Please sign in to comment.