Skip to content

Tags: krishnazure/influxdb-python

Tags

v2.6.0

Toggle v2.6.0's commit message
* New query option: raise_errors

v2.5.1

Toggle v2.5.1's commit message
* Added warning on ResultSet's __getitem__ and documented its replace…

…ment

v2.5.0

Toggle v2.5.0's commit message
* Fixed issue where raising exception would fail

* Replaced ResultSet's ``__getitem__`` by ``get_points``

v2.4.0

Toggle v2.4.0's commit message
* Fixed issue with delete_series

* Fixed issue where DNS would not work when passwords use caps
* "name" -> "measurement"

v2.3.0

Toggle v2.3.0's commit message
* Adapted DataFrameClient to InfluxDB 0.9.0

* Adapted expected response codes to InfluxDB 0.9.0-rc30

v2.2.0

Toggle v2.2.0's commit message
* Fixed chunk decoding issues in influx08 client

* Python 2.6 compat fixes (not supported)
* Fixed batch writing for influxdb08 client
* Documentation improvements
* Allow mixed case in DSN
* New alter_retention_policy method
* New grant_admin_privileges method
* New revoke_admin_privileges method
* New grand_privilege method
* New revoke_privilege method

v2.1.0

Toggle v2.1.0's commit message
* New InfluxDBClusterClient

* New ceate_user method
* New set_user_password method
* New drop_user method
* Python <2.7 compatibility fixes

v2.0.2

Toggle v2.0.2's commit message
* Fixed issue where get_list_users would return a list of lists inste…

…ad of just a list

v2.0.1

Toggle v2.0.1's commit message
* Fixed recursion issue with Raw property

v2.0.0

Toggle v2.0.0's commit message
* Breaking Change: `query()` now returns a ResultSet Object

* New InfluxDBClient.from_DSN method allows to create an InfluxDBClient from
a DSN string

* New tags parameter in `write_points` allows to write top-level tags

* Various fixes and documentation improvements