Skip to content

Commit

Permalink
docs: add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar committed Nov 5, 2024
1 parent d38d3de commit 93b17f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 93b17f4

Please sign in to comment.