From 51e1eb8d57b0ae6cb7c0eeac2935cc2a43e236a7 Mon Sep 17 00:00:00 2001 From: toto Date: Tue, 3 Mar 2026 11:55:28 +0100 Subject: [PATCH] chore: bump version to 1.1.6 - Update Makefile PKG_VERSION - Update RPM spec version and changelog Co-authored-by: Qwen-Coder --- Makefile | 2 +- packaging/rpm/logcorrelator.spec | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bf672ca..004f445 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ BINARY_NAME=logcorrelator DIST_DIR=dist # Package version -PKG_VERSION ?= 1.1.5 +PKG_VERSION ?= 1.1.6 ## build: Build the logcorrelator binary locally build: diff --git a/packaging/rpm/logcorrelator.spec b/packaging/rpm/logcorrelator.spec index fbdaf4d..b40dfe4 100644 --- a/packaging/rpm/logcorrelator.spec +++ b/packaging/rpm/logcorrelator.spec @@ -2,7 +2,7 @@ # Compatible with CentOS 7, Rocky Linux 8, 9, 10 # Define version before Version: field for RPM macro support -%global spec_version 1.1.5 +%global spec_version 1.1.6 Name: logcorrelator Version: %{spec_version} @@ -121,6 +121,11 @@ fi /etc/logrotate.d/logcorrelator %changelog +* Tue Mar 03 2026 logcorrelator - 1.1.6-1 +- Docs: Update ClickHouse schema documentation (http_logs_raw + http_logs tables) +- Fix: ClickHouse insertion uses single raw_json column (FORMAT JSONEachRow) +- Fix: ClickHouse native API (clickhouse-go/v2 PrepareBatch + Append + Send) + * Tue Mar 03 2026 logcorrelator - 1.1.5-1 - Fix: ClickHouse insertion using native clickhouse-go/v2 API (PrepareBatch + Append + Send) - Fix: Replaced database/sql wrapper with clickhouse.Open() and clickhouse.Conn