8000 Tags · influxdata/influxdb-python · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Tags: influxdata/influxdb-python

Tags

v5.3.2

Toggle v5.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
powersj Joshua Powers
chore(CHANGELOG): Release v5.3.2

v5.3.1

Toggle v5.3.1's commit message
chore(CHANGELOG): tagging release to 5.3.1

v5.3.0

Toggle v5.3.0's commit message
feat(v5.3.0): clean up a large set of issues and PRs

v5.2.3

Toggle v5.2.3's commit message
5.2.3 release

v5.2.2

Toggle v5.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
< 8000 a class="pr-1" aria-label="xginn8" href="/xginn8"> xginn8
release v5.2.2

v5.2.1

Toggle v5.2.1's commit message

Verified

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

* Pass method argument in DataFrameClient query()

v5.2.0

Toggle v5.2.0's commit message

Verified

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

* Finally add a CHANGELOG.md to communicate breaking changes (#598)
* Test multiple versions of InfluxDB in travis
* Add SHARD DURATION parameter to retention policy create/alter
* Update POST/GET requests to follow verb guidelines from InfluxDB
  documentation
* Update test suite to support InfluxDB v1.3.9, v1.4.2, and v1.5.4
* Fix performance degradation when removing NaN values via line
  protocol (#592)
* Dropped support for Python3.4

v5.1.0

Toggle v5.1.0's commit message

Verified

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

* Fix dataframe issues with dates
* doc: clarify that send_packet takes a list
* escape tag values that ends with backslash
* DataFrameClient: escape measurement names
* Remove UDP Precision Restrictions
* Allow connecting to influxdb running on a
  path on the server

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
0