chore: add changelog

This commit is contained in:
Ivan Dyachkov 2023-03-08 11:57:56 +01:00
parent 97e71c54d4
commit 19a7c3aeb9
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Use default template `${timestamp}` if the `timestamp` config is empty (undefined) when inserting data in InfluxDB.
Prior to this change, InfluxDB bridge inserted a wrong timestamp when template is not provided.

View File

@ -0,0 +1,2 @@
在 InfluxDB 中插入数据时,如果时间戳为空(未定义),则使用默认的占位符 `${timestamp}`
在此修复前如果时间戳字段没有设置InfluxDB 桥接使用了一个错误的时间戳。