Releases: aprimadi/influxdb2
Releases · aprimadi/influxdb2
v0.5.2
What's Changed
- fix: application/json content headers not being set by @Charles-Schleich in #61
- expand workflows to include typo + fmt + clippy checks by @Charles-Schleich in #63
- Fix typos for CI by @Charles-Schleich in #64
- Added integration Test Step to CI, clippy code cleanup by @Charles-Schleich in #65
New Contributors
- @Charles-Schleich made their first contribution in #61
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
Breaking Changes
- Add
start
andstop
optional parameters to schema query API. This changes the method signature of the followingClient
methods:list_measurements
list_measurement_field_keys
list_measurement_tag_values
Changelog
- Consolidate/update schema queries by @poster515 in #51
- Add optional
start
andstop
parameters to schema query API by @aprimadi in #52
New Contributors
- @poster515 made their first contribution in #51
Full Changelog: v0.4.5...v0.5.0