Version Packages

This commit is contained in:
github-actions[bot]
2025-11-04 08:07:42 +00:00
parent 31ec8f2c7e
commit 1403c0e8ab
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
"@kubiks/otel-clickhouse": minor
---
Add instrumentation for insert(), exec(), and command() methods. Previously only query() was instrumented, which meant insert operations were not traced despite the README claiming they were. Also update @clickhouse/client peer dependency to require >=0.2.7 to ensure X-ClickHouse-Summary parsing support.

View File

@@ -1,5 +1,11 @@
# @kubiks/otel-clickhouse # @kubiks/otel-clickhouse
## 1.1.0
### Minor Changes
- [#30](https://github.com/kubiks-inc/otel/pull/30) [`4948896`](https://github.com/kubiks-inc/otel/commit/4948896fb6dccbf0dc716db0353262626aff3156) Thanks [@alex-holovach](https://github.com/alex-holovach)! - Add instrumentation for insert(), exec(), and command() methods. Previously only query() was instrumented, which meant insert operations were not traced despite the README claiming they were. Also update @clickhouse/client peer dependency to require >=0.2.7 to ensure X-ClickHouse-Summary parsing support.
## 1.0.0 ## 1.0.0
### Major Changes ### Major Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "@kubiks/otel-clickhouse", "name": "@kubiks/otel-clickhouse",
"version": "1.0.0", "version": "1.1.0",
"private": false, "private": false,
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"