You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## 1.32.0 [unreleased]
1
+
## 1.32.0 [2022-08-25]
2
2
3
3
:warning: This release drop supports for Python 3.6. As of 2021-12-23, 3.6 has reached the end-of-life phase of its release cycle. 3.6.15 was the final security release. For more info see: https://peps.python.org/pep-0494/#lifespan
1.[#411](https://github.com/influxdata/influxdb-client-python/pull/411): Use new Codecov uploader for reporting code coverage
@@ -109,7 +109,7 @@ This release introduces a support for new version of InfluxDB OSS API definition
109
109
-`post_signout` operation is moved to `SignoutService`
110
110
-`OrganizationsService`:
111
111
-`get_orgs_id_secrets` operation is moved to `SecretsService`
112
-
-`patch_orgs_id_secrets` operation is moved to `SecretsService`
112
+
-`patch_orgs_id_secrets` operation is moved to `SecretsService`
113
113
-`post_orgs_id_secrets` operation is moved to `SecretsService`
114
114
- Remove `DocumentApi` in favour of [InfluxDB Community Templates](https://github.com/influxdata/community-templates). For more info see - [influxdb#19300](https://github.com/influxdata/influxdb/pull/19300), [openapi#192](https://github.com/influxdata/openapi/pull/192)
115
115
-`TelegrafsService` uses `TelegrafPluginRequest` to create `Telegraf` configuration
@@ -128,7 +128,7 @@ This release introduces a support for new version of InfluxDB OSS API definition
128
128
1.[#393](https://github.com/influxdata/influxdb-client-python/pull/393): Add callback function for getting profilers output with example and test
129
129
130
130
### Bug Fixes
131
-
1.[#375](https://github.com/influxdata/influxdb-client-python/pull/375): Construct `InfluxDBError` without HTTP response
131
+
1.[#375](https://github.com/influxdata/influxdb-client-python/pull/375): Construct `InfluxDBError` without HTTP response
132
132
1.[#378](https://github.com/influxdata/influxdb-client-python/pull/378): Correct serialization DataFrame with nan values [DataFrame]
133
133
1.[#384](https://github.com/influxdata/influxdb-client-python/pull/384): Timeout can be specified as a `float`
134
134
1.[#380](https://github.com/influxdata/influxdb-client-python/pull/380): Correct data types for querying [DataFrame]
@@ -167,7 +167,7 @@ This release introduces a support for new version of InfluxDB OSS API definition
167
167
168
168
### Features
169
169
1.[#330](https://github.com/influxdata/influxdb-client-python/pull/330): Add support for write structured data - `NamedTuple`, `Data Classes`
170
-
1.[#335](https://github.com/influxdata/influxdb-client-python/pull/335): Add support for custom precision for index specified as number [DataFrame]
170
+
1.[#335](https://github.com/influxdata/influxdb-client-python/pull/335): Add support for custom precision for index specified as number [DataFrame]
171
171
1.[#341](https://github.com/influxdata/influxdb-client-python/pull/341): Add support for handling batch events
172
172
173
173
### Bug Fixes
@@ -189,7 +189,7 @@ This release introduces a support for new version of InfluxDB OSS API definition
189
189
190
190
### CI
191
191
1.[#327](https://github.com/influxdata/influxdb-client-python/pull/327): Switch to next-gen CircleCI's convenience images
192
-
192
+
193
193
## 1.20.0 [2021-08-20]
194
194
195
195
### Features
@@ -203,7 +203,7 @@ This release introduces a support for new version of InfluxDB OSS API definition
203
203
204
204
### Bug Fixes
205
205
1.[#283](https://github.com/influxdata/influxdb-client-python/pull/283): Set proxy server in config file
0 commit comments