Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 1.87 KB

[1.2.2] - 2024-09-12

Added:

  • Added retry mechanism to retry InfluxDB v3 API request at least 3 times before erroring.

[1.2.1] - 2024-08-21

Fixed:

  • Fixed docs.

[1.2.0] - 2024-08-21

Added:

[1.0.1] - 2024-08-13

Updated:

  • Fixed unsafe pointer bug in token resource during create and update
  • Set require replacement attribute in database name as the api does not support updating a database

[1.0.0] - 2024-08-05

Added:

  • Replaced internal management API client library with a client library that was generated from OpenAPI spec.

Removed:

  • Removed the partition_template support and will be implemented in the future version. This is because the current version did not support all types of the partition_template and in the future versions this will be fully implemented.

[0.1.0] - 2024-05-01

Added:

  • New Data Source: influxdb3_database

  • New Data Source: influxdb3_databases

  • New Data Source: influxdb3_token

  • New Data Source: influxdb3_tokens

  • New Resource: influxdb3_database

  • New Resource: influxdb3_token