This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch banytandb in repository https://gitbox.apache.org/repos/asf/skywalking.git
commit 888591f672aefb5294dc148431920c39506299bb Author: Gao Hongtao <[email protected]> AuthorDate: Sun Jan 12 12:19:49 2025 +0800 Bump up banyandb Signed-off-by: Gao Hongtao <[email protected]> --- docs/en/changes/changes.md | 1 + oap-server-bom/pom.xml | 2 +- test/e2e-v2/script/env | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md index 45ba862892..488232ace0 100644 --- a/docs/en/changes/changes.md +++ b/docs/en/changes/changes.md @@ -58,6 +58,7 @@ * Added `maxLabelCount` parameter in the `labelCount` function of OAL to limit the number of labels can be counted. * Adapt the new Browser API(`/browser/perfData/webVitals`, `/browser/perfData/resources`) protocol. * Add Circuit Breaking mechanism. +* BanyanDB: Support the new `APIVersion` endpoint. #### UI diff --git a/oap-server-bom/pom.xml b/oap-server-bom/pom.xml index adf107ab8a..6daee56197 100644 --- a/oap-server-bom/pom.xml +++ b/oap-server-bom/pom.xml @@ -72,7 +72,7 @@ <httpcore.version>4.4.13</httpcore.version> <httpasyncclient.version>4.1.5</httpasyncclient.version> <commons-compress.version>1.21</commons-compress.version> - <banyandb-java-client.version>0.8.0-SNAPSHOT</banyandb-java-client.version> + <banyandb-java-client.version>0.8.0-rc2</banyandb-java-client.version> <kafka-clients.version>3.4.0</kafka-clients.version> <spring-kafka-test.version>2.4.6.RELEASE</spring-kafka-test.version> <consul.client.version>1.5.3</consul.client.version> diff --git a/test/e2e-v2/script/env b/test/e2e-v2/script/env index d038376708..9853834403 100644 --- a/test/e2e-v2/script/env +++ b/test/e2e-v2/script/env @@ -23,7 +23,7 @@ SW_AGENT_CLIENT_JS_COMMIT=af0565a67d382b683c1dbd94c379b7080db61449 SW_AGENT_CLIENT_JS_TEST_COMMIT=4f1eb1dcdbde3ec4a38534bf01dded4ab5d2f016 SW_KUBERNETES_COMMIT_SHA=6fe5e6f0d3b7686c6be0457733e825ee68cb9b35 SW_ROVER_COMMIT=0ae8f12d6eb6cc9fa125c603ee57d0b21fc8c6d0 -SW_BANYANDB_COMMIT=8dfe616f332848f041b0f184b023d9a256eac39e +SW_BANYANDB_COMMIT=362d68ed79c532e6d61dd6674cce38090caa0da7 SW_AGENT_PHP_COMMIT=3192c553002707d344bd6774cfab5bc61f67a1d3 SW_CTL_COMMIT=67cbc89dd7b214d5791321a7ca992f940cb586ba
