|
2 | 2 |
|
3 | 3 | ### Documentation |
4 | 4 | 1. [#75](https://github.com/influxdata/influxdb-client-python/issues/75): Updated docs to clarify how to use an org parameter |
| 5 | +1. [#84](https://github.com/influxdata/influxdb-client-python/pull/84): Clarify how to use a client with InfluxDB 1.8 |
5 | 6 |
|
6 | | -### Bugs |
| 7 | +### Bug Fixes |
7 | 8 | 1. [#72](https://github.com/influxdata/influxdb-client-python/issues/72): Optimize serializing data into Pandas DataFrame |
8 | 9 |
|
9 | 10 | ## 1.5.0 [2020-03-13] |
10 | 11 |
|
11 | 12 | ### Features |
12 | 13 | 1. [#59](https://github.com/influxdata/influxdb-client-python/issues/59): Set User-Agent to influxdb-client-python/VERSION for all requests |
13 | 14 |
|
14 | | -### Bugs |
| 15 | +### Bug Fixes |
15 | 16 | 1. [#61](https://github.com/influxdata/influxdb-client-python/issues/61): Correctly parse CSV where multiple results include multiple tables |
16 | 17 | 1. [#66](https://github.com/influxdata/influxdb-client-python/issues/66): Correctly close connection pool manager at exit |
17 | 18 | 1. [#69](https://github.com/influxdata/influxdb-client-python/issues/69): `InfluxDBClient` and `WriteApi` could serialized by [pickle](https://docs.python.org/3/library/pickle.html#object.__getstate__) (python3.7 or higher) |
|
24 | 25 | ### CI |
25 | 26 | 1. [#54](https://github.com/influxdata/influxdb-client-python/pull/54): Add Python 3.7 and 3.8 to CI builds |
26 | 27 |
|
27 | | -### Bugs |
| 28 | +### Bug Fixes |
28 | 29 | 1. [#56](https://github.com/influxdata/influxdb-client-python/pull/56): Fix default tags for write batching, added new test |
29 | 30 | 1. [#58](https://github.com/influxdata/influxdb-client-python/pull/58): Source distribution also contains: requirements.txt, extra-requirements.txt and test-requirements.txt |
30 | 31 |
|
|
39 | 40 | ### CI |
40 | 41 | 1. [#49](https://github.com/influxdata/influxdb-client-python/pull/49): Added beta release to continuous integration |
41 | 42 |
|
42 | | -### Bugs |
| 43 | +### Bug Fixes |
43 | 44 | 1. [#48](https://github.com/influxdata/influxdb-client-python/pull/48): InfluxDBClient default org is used by WriteAPI |
44 | 45 |
|
45 | 46 | ## 1.2.0 [2019-12-06] |
|
50 | 51 | ### API |
51 | 52 | 1. [#42](https://github.com/influxdata/influxdb-client-python/pull/42): Updated swagger to latest version |
52 | 53 |
|
53 | | -### Bugs |
| 54 | +### Bug Fixes |
54 | 55 | 1. [#45](https://github.com/influxdata/influxdb-client-python/pull/45): Pandas is a optional dependency and has to installed separably |
55 | 56 |
|
56 | 57 | ## 1.1.0 [2019-11-19] |
|
70 | 71 | ### API |
71 | 72 | 1. [#28](https://github.com/bonitoo-io/influxdb-client-python/pull/28): Updated swagger to latest version |
72 | 73 |
|
73 | | -### Bugs |
| 74 | +### Bug Fixes |
74 | 75 | 1. [#19](https://github.com/bonitoo-io/influxdb-client-python/pull/19): Removed strict checking of enum values |
75 | 76 |
|
76 | 77 | ### Documentation |
|
85 | 86 | ### API |
86 | 87 | 1. [#10](https://github.com/bonitoo-io/influxdb-client-python/pull/10): Updated swagger to latest version |
87 | 88 |
|
88 | | -### Bugs |
| 89 | +### Bug Fixes |
89 | 90 | 1. [#3](https://github.com/bonitoo-io/influxdb-client-python/issues/3): The management API correctly supports inheritance defined in Influx API |
90 | 91 | 1. [#7](https://github.com/bonitoo-io/influxdb-client-python/issues/7): Drop NaN and infinity values from fields when writing to InfluxDB |
91 | 92 |
|
|
0 commit comments