- #79: Added support for writing Pandas DataFrame
- #92: Optimize serializing Pandas DataFrame for writing
- #85: Fixed a possibility to generate empty write batch
- #86: BREAKING CHANGE: Fixed parameters in delete api - now delete api accepts also bucket name and org name instead of only ids
- #75: Updated docs to clarify how to use an org parameter
- #84: Clarify how to use a client with InfluxDB 1.8
- #72: Optimize serializing data into Pandas DataFrame
- #59: Set User-Agent to influxdb-client-python/VERSION for all requests
- #61: Correctly parse CSV where multiple results include multiple tables
- #66: Correctly close connection pool manager at exit
- #69:
InfluxDBClient
andWriteApi
could serialized by pickle (python3.7 or higher)
- #52: Initialize client library from config file and environmental properties
- #54: Add Python 3.7 and 3.8 to CI builds
- #56: Fix default tags for write batching, added new test
- #58: Source distribution also contains: requirements.txt, extra-requirements.txt and test-requirements.txt
- #50: Implemented default tags
- #47: Updated swagger to latest version
- #49: Added beta release to continuous integration
- #48: InfluxDBClient default org is used by WriteAPI
- #44: Optimized serialization into LineProtocol, Clarified how to use client for import large amount of data
- #42: Updated swagger to latest version
- #45: Pandas is a optional dependency and has to installed separably
- #29: Added support for serialise response into Pandas DataFrame
- #24: Added possibility to write dictionary-style object
- #27: Added possibility to write bytes type of data
- #30: Added support for streaming a query response
- #35: FluxRecord supports dictionary-style access
- #31: Added support for delete metrics
- #28: Updated swagger to latest version
- #19: Removed strict checking of enum values
- #22: Documented how to connect to InfluxCloud
- #2: The write client is able to write data in batches (configuration:
batch_size
,flush_interval
,jitter_interval
,retry_interval
) - #5: Added support for gzip compression of query response and write body
- #10: Updated swagger to latest version