From d277afb91d661174816ddda8b1882b294c362178 Mon Sep 17 00:00:00 2001 From: Mihir Vala <179564180+mihirvala-crestdata@users.noreply.github.com> Date: Tue, 3 Feb 2026 12:12:31 +0530 Subject: [PATCH] chore: bump version to 0.34.2 and update changelog --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 035be5d..e756380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.34.2] - 2026-02-03 +### Fixed +- `ingest_log()` method to correctly skip log type validation when `force_log_type=True`, preventing unnecessary API calls +- `timestampVal` type handling in stats queries for timebucket results + + ## [0.34.1] - 2026-01-29 ### Updated - Following methods for streamlined URL formation/construction diff --git a/pyproject.toml b/pyproject.toml index d9dbcfc..f8ac4b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "secops" -version = "0.34.1" +version = "0.34.2" description = "Python SDK for wrapping the Google SecOps API for common use cases" readme = "README.md" requires-python = ">=3.10"