Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix support for InfluxDB 1.8.x in InfluxQLQueryAPI #459

Merged
merged 3 commits into from
Oct 26, 2022

Commits on Oct 25, 2022

  1. fix: Fix support for InfluxDB 1.x in InfluxQLQueryAPI (influxdata#458)

    InfluxQL queries will be sent as a urlencoded form-body as 1.8.x does not support use of the `application/vnd.influxql` mime-type
    btasker committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    9bfbe4b View commit details
    Browse the repository at this point in the history
  2. chore: Update changelog

    btasker committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    10dd562 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. chore: add test

    Adds test for InfluxQL queries against a 1.8 instance. Credit to @bednar
    btasker committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    f748c64 View commit details
    Browse the repository at this point in the history