Tags: ren1987yi/influxdb-python
Tags
v5.2.0 * Finally add a CHANGELOG.md to communicate breaking changes (influxdata#598) * Test multiple versions of InfluxDB in travis * Add SHARD DURATION parameter to retention policy create/alter * Update POST/GET requests to follow verb guidelines from InfluxDB documentation * Update test suite to support InfluxDB v1.3.9, v1.4.2, and v1.5.4 * Fix performance degradation when removing NaN values via line protocol (influxdata#592) * Dropped support for Python3.4
v5.1.0 * Fix dataframe issues with dates * doc: clarify that send_packet takes a list * escape tag values that ends with backslash * DataFrameClient: escape measurement names * Remove UDP Precision Restrictions * Allow connecting to influxdb running on a path on the server
v5.0.0 * Fixed failing tags match in get_points() on a ResultSet: - This is a breaking change. Older influxdb servers that do not return tags as fields are not compatible with this change. This would result in the get_points() filters no longer working. * Added pool size parameter to client constructor * Added ping method to the client. * Added support for not including all fields when using the series helper. * Fixed typo in Content-Type header. * Data arg in write() can now be a single string. * Added method close to InfluxDBClient class. * Added chunked query support for DataFrameClient.
v4.1.0 * Fix DataFrameClient empty tag processing * Fixes for mutable default parameters in dataframe * Fix for using from_DSN constructor with dataframe * Better handle databases with spaces in the name * Added chunk size parameter * Performance improvements in make_lines * Allow user-configurable number of retries when submitting request to the database
PreviousNext