Skip to content

Tags: ekini/influxdb-python

Tags

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

v2.7.3

Toggle v2.7.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* Moved tests to influxdb package * Added support for INFLUXDB_PYTHON_SKIP_SERVER_TESTS

v2.7.2

Toggle v2.7.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* influxdb08: Requests - catch Timeouts * Enable doctests

v2.7.1

Toggle v2.7.1's commit message
* Ensure tests pass without influxdb bin * Fixed bad 'SHOW RETENTION POLICIES' syntax

v2.7.0

Toggle v2.7.0's commit message
* Make use of the new line protocol API * Convert NaN values to None in numpy arrays

v2.6.0

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