Releases: influxdata/influxdb-client-dart
Releases · influxdata/influxdb-client-dart
2.10.0
Explicitly set supported platforms to android
, ios
, linux
, macos
, windows
, and web
to avoid issues with unsupported platforms.
CI
- #136: Fix CI pipeline for Dart 3
2.9.0
Bug Fixes
- #124:
queryRaw
for InfluxDB Cloud
Others
- #124: Add compatibility with Dart 3
2.8.0
Others
- #95: Update generated
PingApi
2.7.0
Features
- #78: Add
FluxRecord.row
which stores response data in a list
2.6.0
Bug Fixes
- #51: Redact the
Authorization
HTTP header from log
CI
- #63: Update linter to
2.0.0
2.5.0
Bug Fixes
- #50: Don't set
Accept-Encoding
for requests without compression [Web]
CI
- #48: Add dart analysis to pipeline
2.4.0
Bug Fixes
- #46: Serialisation double-quotes in DataPoint
string
fields
Breaking Changes
- #42: Rename
InvocableScripts
to InvokableScripts
2.3.0
Features
- #41: Add
InvocableScriptsApi
to create, update, list, delete and invoke scripts by seamless way
CI
- #38: Report code coverage to Codecov
2.2.0
Features
- #33: Add support for Parameterized Queries
Bug Fixes
- #35: Add missing PermissionResources from Cloud API definition
Documentation
- #33: Add Parameterized Queries example
2.1.0
Bug Fixes
- #26: Authorization for InfluxDB 1.x
- #27: Compatibility with Web platforms