Skip to content

Tags: 3dsig/influxdb-python

Tags

v2.12.0.2

Toggle v2.12.0.2's commit message
retry connection error delay

v2.12.0.1

Toggle v2.12.0.1's commit message
retry connection error delay

v2.12.0

Toggle v2.12.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* improved ResultSet.items() performance

* now support python 2.6

v2.11.0

Toggle v2.11.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* python 2.6 support fixes

* if_not_exists option for create_database
* new get_list_servers() method
* make use of urlparse to parse netloc
* fixed issue for creating/dropping numeric-named databases
* added healing feature on InfluxClusterClient
* made InfluxDBClusterClient thread-safe

v2.10.0

Toggle v2.10.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* support for requests http(s) proxy

* python 3.5 compatibility fixes
* avoid mutable value for defaults of functions
* fixed switch_database for cluster client

v2.9.3

Toggle v2.9.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* Added license to package

* Fix pandas FutureWarning

v2.9.2

Toggle v2.9.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* Depend on six>=1.9.0

v2.9.1

Toggle v2.9.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* Don't append 'i' to booleans

v2.9.0

Toggle v2.9.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* Adapted to new line protocol: append a `i` to new integers

v2.8.0

Toggle v2.8.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* Improved line protocol performance

* line protocol: handle None tags and fields
* line protocol: time precision support - timestamps that
  are send as integers are left intact but other timestamps
  are converted depending on the time precision
* line protocol: Handle field string values with several newlines