Skip to content

Commit 372f02a

Browse files
committed
chore(release): release version 1.32.0 [skip CI]
1 parent 4150bf7 commit 372f02a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.32.0 [unreleased]
1+
## 1.32.0 [2022-08-25]
22

33
: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
44

@@ -78,7 +78,7 @@
7878

7979
### Dependencies
8080
1. [#419](https://github.com/influxdata/influxdb-client-python/pull/419): Update dependencies:
81-
- `urllib3` to 1.26.0
81+
- `urllib3` to 1.26.0
8282

8383
### CI
8484
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
109109
- `post_signout` operation is moved to `SignoutService`
110110
- `OrganizationsService`:
111111
- `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`
113113
- `post_orgs_id_secrets` operation is moved to `SecretsService`
114114
- 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)
115115
- `TelegrafsService` uses `TelegrafPluginRequest` to create `Telegraf` configuration
@@ -128,7 +128,7 @@ This release introduces a support for new version of InfluxDB OSS API definition
128128
1. [#393](https://github.com/influxdata/influxdb-client-python/pull/393): Add callback function for getting profilers output with example and test
129129

130130
### 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
132132
1. [#378](https://github.com/influxdata/influxdb-client-python/pull/378): Correct serialization DataFrame with nan values [DataFrame]
133133
1. [#384](https://github.com/influxdata/influxdb-client-python/pull/384): Timeout can be specified as a `float`
134134
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
167167

168168
### Features
169169
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]
171171
1. [#341](https://github.com/influxdata/influxdb-client-python/pull/341): Add support for handling batch events
172172

173173
### Bug Fixes
@@ -189,7 +189,7 @@ This release introduces a support for new version of InfluxDB OSS API definition
189189

190190
### CI
191191
1. [#327](https://github.com/influxdata/influxdb-client-python/pull/327): Switch to next-gen CircleCI's convenience images
192-
192+
193193
## 1.20.0 [2021-08-20]
194194

195195
### Features
@@ -203,7 +203,7 @@ This release introduces a support for new version of InfluxDB OSS API definition
203203

204204
### Bug Fixes
205205
1. [#283](https://github.com/influxdata/influxdb-client-python/pull/283): Set proxy server in config file
206-
1. [#290](https://github.com/influxdata/influxdb-client-python/pull/290): `Threshold` domain models mapping
206+
1. [#290](https://github.com/influxdata/influxdb-client-python/pull/290): `Threshold` domain models mapping
207207
1. [#290](https://github.com/influxdata/influxdb-client-python/pull/290): `DashboardService` responses types
208208
1. [#303](https://github.com/influxdata/influxdb-client-python/pull/303): Backslash escaping in serialization to Line protocol
209209
1. [#312](https://github.com/influxdata/influxdb-client-python/pull/312): Zip structure for AWS Lambda
@@ -258,8 +258,8 @@ This release introduces a support for new InfluxDB OSS API definitions - [oss.ym
258258
## 1.17.0 [2021-04-30]
259259

260260
### Features
261-
1. [#203](https://github.com/influxdata/influxdb-client-python/issues/219): Bind query parameters
262-
1. [#225](https://github.com/influxdata/influxdb-client-python/pull/225): Exponential random backoff retry strategy
261+
1. [#203](https://github.com/influxdata/influxdb-client-python/issues/219): Bind query parameters
262+
1. [#225](https://github.com/influxdata/influxdb-client-python/pull/225): Exponential random backoff retry strategy
263263

264264
### Bug Fixes
265265
1. [#222](https://github.com/influxdata/influxdb-client-python/pull/222): Pass configured timeout to HTTP client

influxdb_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of the Client that is used in User-Agent header."""
22

3-
VERSION = '1.32.0dev0'
3+
VERSION = '1.32.0'

0 commit comments

Comments
 (0)