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
+8
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,21 @@
2
2
3
3
## 1.31.0 [2022-07-29]
4
4
5
+
: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
6
+
5
7
### Features
6
8
1.[#467](https://github.com/influxdata/influxdb-client-python/pull/467): Add possibility to initialize client by json file
7
9
1.[#450](https://github.com/influxdata/influxdb-client-python/pull/450): Improve Query UX - simplify serialization to JSON and add possibility to serialize query results as a flattened list of values
8
10
9
11
### Bug Fixes
10
12
1.[#462](https://github.com/influxdata/influxdb-client-python/pull/462): Redact the `Authorization` HTTP header from log
11
13
14
+
### Dependencies
15
+
1.[#472](https://github.com/influxdata/influxdb-client-python/pull/472): Update `RxPY` to `4.0.4`
16
+
17
+
### Others
18
+
1.[#472](https://github.com/influxdata/influxdb-client-python/pull/472): Drop supports for Python 3.6
0 commit comments