Releases: influxdata/influxdb-client-python
Releases · influxdata/influxdb-client-python
1.48.0
What's Changed
- fix: catch CancelledError and TimeoutError and add note about timeout by @karel-rehor in #679
Full Changelog: v1.47.0...v1.48.0
v1.47.0
What's Changed
- fix: url attribute type validation by @VitalyChait in #672
- fix: linting at flux_table.py by @youarecode in #677
- fix: async write prec where DEFAULT_PRECISION should not be used by @karel-rehor in #675
New Contributors
- @VitalyChait made their first contribution in #672
- @youarecode made their first contribution in #677
Full Changelog: v1.46.0...v1.47.0
1.46.0
1.45.0
1.44.0
1.43.0
1.42.0
1.41.0
Features
- #643: Add a support for Python 3.12
Bug Fixes
- #636: Handle missing data in data frames
- #638, #642: Refactor DataFrame operations to avoid chained assignment and resolve FutureWarning in pandas, ensuring compatibility with pandas 3.0.
- #641: Correctly dispose ThreadPoolScheduler in WriteApi
Documentation
- #639: Use Markdown for
README