diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f96dc8..af729c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## 0.14.0 [unreleased] +### Breaking Changes + +:warning: **This is a breaking change release.** + +> Previously, the Query API did not respect the metadata type for columns provided by InfluxDB v3. This release fixes this issue. As a result, the type of some columns may differ from previous versions. For example, the timestamp column will now be `time.Time` instead of `arrow.Timestamp`. + +### Features + +1. [#114](https://github.com/InfluxCommunity/influxdb3-go/pull/114): QueryApi respect metadata type for column which is provided by InfluxDB v3. + ## 0.13.0 [2024-10-22] ### Features