Skip to content

Releases: aprimadi/influxdb2

v0.5.2

22 Jul 01:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

02 Jun 15:12
Compare
Choose a tag to compare

What's Changed

  • fixed README.md to include all used deps by @tomellm in #58
  • Implement authorizations listing and creation by @gpollo in #60

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

30 Jan 13:51
Compare
Choose a tag to compare

Breaking Changes

  • Add start and stop optional parameters to schema query API. This changes the method signature of the following Client methods:
    • list_measurements
    • list_measurement_field_keys
    • list_measurement_tag_values

Changelog

  • Consolidate/update schema queries by @poster515 in #51
  • Add optional start and stop parameters to schema query API by @aprimadi in #52

New Contributors

Full Changelog: v0.4.5...v0.5.0