Skip to content

Tags: readmodifywrite/influxdb-python

Tags

v2.9.0

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

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

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

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

* Ensure tests pass without influxdb bin

* Fixed bad 'SHOW RETENTION POLICIES' syntax

v2.7.0

* Make use of the new line protocol API

* Convert NaN values to None in numpy arrays

v2.6.0

* New query option: raise_errors

v2.5.1

* Added warning on ResultSet's __getitem__ and documented its replace…

…ment

v2.5.0

* Fixed issue where raising exception would fail

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

v2.4.0

* Fixed issue with delete_series

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