Skip to content

Releases: influxdata/influxdb-client-python

1.48.0

27 Nov 08:31
Compare
Choose a tag to compare

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

22 Oct 06:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.46.0...v1.47.0

1.46.0

13 Sep 07:01
Compare
Choose a tag to compare

Bug Fixes

  1. #667: Missing py.typed in distribution package

Examples:

  1. #664: Multiprocessing example uses new source of data
  2. #665: Shows how to leverage header fields in errors returned on write.

1.45.0

12 Aug 08:20
Compare
Choose a tag to compare

1.45.0 [2024-08-12]

Bug Fixes

  1. #652: Refactor to timezone specific datetime helpers to avoid use deprecated functions
  2. #663: Accept HTTP 201 response to write request

1.44.0

24 Jun 09:52
Compare
Choose a tag to compare

Features

  1. #657: Prefer datetime.fromisoformat over dateutil.parse in Python 3.11+
  2. #658: Add find_buckets_iter function that allow iterate through all pages of buckets.

1.43.0

17 May 09:34
Compare
Choose a tag to compare

Bug Fixes

  1. #655: Replace deprecated urllib calls HTTPResponse.getheaders() and HTTPResponse.getheader().

Others

  1. #654: Enable packaging type information - py.typed

1.42.0

17 Apr 06:10
Compare
Choose a tag to compare

Bug Fixes

  1. #648: Fix DataFrame serialization with NaN values

1.41.0

01 Mar 08:30
Compare
Choose a tag to compare

Features

  1. #643: Add a support for Python 3.12

Bug Fixes

  1. #636: Handle missing data in data frames
  2. #638, #642: Refactor DataFrame operations to avoid chained assignment and resolve FutureWarning in pandas, ensuring compatibility with pandas 3.0.
  3. #641: Correctly dispose ThreadPoolScheduler in WriteApi

Documentation

  1. #639: Use Markdown for README

1.40.0

30 Jan 07:52
Compare
Choose a tag to compare

Features

  1. #625: Make class Point equatable

Bug Fixes

  1. #562: Use ThreadPoolScheduler for WriteApi's batch subject instead of TimeoutScheduler to prevent creating unnecessary threads repeatedly
  2. #631: Logging HTTP requests without query parameters

Documentation

  1. #635: Fix render README.rst at GitHub

1.39.0

05 Dec 07:52
Compare
Choose a tag to compare

Features

  1. #616: Add find_tasks_iter function that allow iterate through all pages of tasks.