Skip to content

Commit

Permalink
chore: CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NguyenHoangSon96 committed Dec 17, 2024
1 parent 82283f3 commit bf40934
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.0.0 [unreleased]

### Features

1. [#491](https://github.com/InfluxCommunity/influxdb3-js/pull/491): Respect iox::column_type::field metadata when
mapping query results into values.
- iox::column_type::field::integer: => number
- iox::column_type::field::uinteger: => number
- iox::column_type::field::float: => number
- iox::column_type::field::string: => string
- iox::column_type::field::boolean: => boolean

## 0.13.0 [unreleased]

## 0.12.0 [2024-10-22]
Expand Down

0 comments on commit bf40934

Please sign in to comment.