Skip to content

Commit 83c08b8

Browse files
author
zhujunqi
committed
docs: update CHANGELOG.md and README
1 parent fc6ece9 commit 83c08b8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Now you are able to use `micrometer-registry-influx`, for more info [see our doc
1010

1111
### Features
1212
1. [#231](https://github.com/influxdata/influxdb-client-java/pull/231): Add support for Spring Boot 2.4 [spring]
13-
2. [#229](https://github.com/influxdata/influxdb-client-java/pull/229): Support translating column name from some_col to someCol
13+
2. [#229](https://github.com/influxdata/influxdb-client-java/pull/229): Support translating column name from some_col to someCol [query]
1414

1515
## 2.3.0 [2021-06-04]
1616

client/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The reference Java client that allows query, write and management (bucket, organ
2929

3030
For querying data we use [QueryApi](https://influxdata.github.io/influxdb-client-java/influxdb-client-java/apidocs/org/influxdata/client/QueryApi.html) that allow perform synchronous, asynchronous and also use raw query response.
3131

32+
For POJO mapping, snake_case column names are mapped to camelCase field names if exact matches not found.
33+
3234
### Synchronous query
3335

3436
The synchronous query is not intended for large query results because the Flux response can be potentially unbound.

0 commit comments

Comments
 (0)