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 10, 2024
1 parent aa34657 commit 1fb2da9
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. [#132](https://github.com/InfluxCommunity/influxdb3-csharp/pull/132): Respect iox::column_type::field metadata when
mapping query results into values.
- iox::column_type::field::integer: => Long
- iox::column_type::field::uinteger: => Long
- iox::column_type::field::float: => Double
- iox::column_type::field::string: => String
- iox::column_type::field::boolean: => Boolean

## 0.9.0 [unreleased]

## 0.8.0 [2024-09-13]
Expand Down

0 comments on commit 1fb2da9

Please sign in to comment.