Skip to content

Tags: micw/influxdb-python

Tags

v5.0.0

Toggle v5.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
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.1

Toggle v4.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
v4.1.1

* Space padded select-queries should now return DataFrames
* Update to newer pandas API
* Fixed issue where UDP line protocol sending fails due to
  an uninitialized variable

v4.1.0

Toggle v4.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
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

v4.0.0

Toggle v4.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* Various DataFrame client fixes

* Improvements in timezone handling
* Properly quote all identifiers and literals
* Removed get_list_servers
* Fixes in tutorial_server_data.py
* Added more data type examples to tutorial.py

v3.0.0

Toggle v3.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
aviau Alexandre Viau
* New get_list_privileges() method.

* New grant_admin_privileges() method.
* *BREAKING CHANGE* Removed get_list_series()
* Line protocol: fixed encoding issues

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