From fa626db41ac0d5680f3f03b693bc5d12e39411b8 Mon Sep 17 00:00:00 2001 From: Piotr Pauksztelo Date: Thu, 5 Dec 2024 08:55:46 +0100 Subject: [PATCH] Add TimeParser and log arrival time changes to changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f9ab6b5..0e2765024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,12 +21,14 @@ * refactored some processors to make use of the new helper methods * add `pre-commit` hooks to the repository, install new dev dependency and run `pre-commit install` in the root dir * the default `securityContext`for the pod is now configurable +* allow `TimeParser` to get the current time with a specified timezone instead of always using local time and setting the timezone to UTC ### Bugfix * fix `confluent_kafka.store_offsets` if `last_valid_record` is `None`, can happen if a rebalancing happens before the first message was pulled. -- fix pseudonymizer cache metrics not updated +* fix pseudonymizer cache metrics not updated +* fix incorrect timezones for log arrival time and delta time in input preprocessing ## 14.0.0 ### Breaking