We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0d2b0 commit 5865f64Copy full SHA for 5865f64
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Change log
2
3
+### 9.3.2 ( - )
4
+
5
+* log: for rust version of log-processor/log-collector/log-exporter, refer to https://github.com/neowu/core_rs_workspace
6
7
### 9.3.1 (10/8/2025 - 11/7/2025)
8
9
* tracking: add readBytes/writeBytes to perf_test, to separate read row/doc/keys and read bytes
build.gradle.kts
@@ -18,7 +18,7 @@ subprojects {
18
}
19
20
val elasticVersion = "8.18.1"
21
-val jacksonVersion = "2.20.0"
+val jacksonVersion = "2.20.1"
22
val junitVersion = "6.0.0"
23
val mockitoVersion = "5.20.0"
24
val assertjVersion = "3.27.6"
0 commit comments