Releases: influxdata/influxdb-client-python
Releases · influxdata/influxdb-client-python
1.49.0
22 May 11:52
Compare
Sorry, something went wrong.
No results found
Bug Fixes
#682 : Check core types when creating Authentication instances.
Examples
#682 : New example for working with Authentication API.
1.48.0
27 Nov 08:31
Compare
Sorry, something went wrong.
No results found
v1.47.0
22 Oct 06:03
Compare
Sorry, something went wrong.
No results found
1.46.0
13 Sep 07:01
Compare
Sorry, something went wrong.
No results found
Bug Fixes
#667 : Missing py.typed
in distribution package
Examples:
#664 : Multiprocessing example uses new source of data
#665 : Shows how to leverage header fields in errors returned on write.
1.45.0
12 Aug 08:20
Compare
Sorry, something went wrong.
No results found
1.45.0 [2024-08-12]
Bug Fixes
#652 : Refactor to timezone
specific datetime
helpers to avoid use deprecated functions
#663 : Accept HTTP 201 response to write request
1.44.0
24 Jun 09:52
Compare
Sorry, something went wrong.
No results found
Features
#657 : Prefer datetime.fromisoformat over dateutil.parse in Python 3.11+
#658 : Add find_buckets_iter
function that allow iterate through all pages of buckets.
1.43.0
17 May 09:34
Compare
Sorry, something went wrong.
No results found
Bug Fixes
#655 : Replace deprecated urllib
calls HTTPResponse.getheaders()
and HTTPResponse.getheader()
.
Others
#654 : Enable packaging type information - py.typed
1.42.0
17 Apr 06:10
Compare
Sorry, something went wrong.
No results found
Bug Fixes
#648 : Fix DataFrame
serialization with NaN
values
1.41.0
01 Mar 08:30
Compare
Sorry, something went wrong.
No results found
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
1.40.0
30 Jan 07:52
Compare
Sorry, something went wrong.
No results found
Features
#625 : Make class Point
equatable
Bug Fixes
#562 : Use ThreadPoolScheduler
for WriteApi
's batch subject instead of TimeoutScheduler
to prevent creating unnecessary threads repeatedly
#631 : Logging HTTP requests without query parameters
Documentation
#635 : Fix render README.rst
at GitHub