Skip to content

Releases: influxdata/influxdb-client-dart

2.10.0

24 Jun 10:17
Compare
Choose a tag to compare

Explicitly set supported platforms to android, ios, linux, macos, windows, and web to avoid issues with unsupported platforms.

CI

  1. #136: Fix CI pipeline for Dart 3

2.9.0

29 May 11:08
Compare
Choose a tag to compare

Bug Fixes

  1. #124: queryRaw for InfluxDB Cloud

Others

  1. #124: Add compatibility with Dart 3

2.8.0

01 Dec 15:28
Compare
Choose a tag to compare

Others

  1. #95: Update generated PingApi

2.7.0

27 Oct 06:05
Compare
Choose a tag to compare

Features

  1. #78: Add FluxRecord.row which stores response data in a list

2.6.0

29 Jul 17:15
Compare
Choose a tag to compare

Bug Fixes

  1. #51: Redact the Authorization HTTP header from log

CI

  1. #63: Update linter to 2.0.0

2.5.0

24 Jun 07:12
Compare
Choose a tag to compare

Bug Fixes

  1. #50: Don't set Accept-Encoding for requests without compression [Web]

CI

  1. #48: Add dart analysis to pipeline

2.4.0

20 May 07:03
Compare
Choose a tag to compare

Bug Fixes

  1. #46: Serialisation double-quotes in DataPoint string fields

Breaking Changes

  1. #42: Rename InvocableScripts to InvokableScripts

2.3.0

19 Apr 07:43
Compare
Choose a tag to compare

Features

  1. #41: Add InvocableScriptsApi to create, update, list, delete and invoke scripts by seamless way

CI

  1. #38: Report code coverage to Codecov

2.2.0

18 Feb 08:15
Compare
Choose a tag to compare

Features

  1. #33: Add support for Parameterized Queries

Bug Fixes

  1. #35: Add missing PermissionResources from Cloud API definition

Documentation

  1. #33: Add Parameterized Queries example

2.1.0

20 Jan 09:11
Compare
Choose a tag to compare

Bug Fixes

  1. #26: Authorization for InfluxDB 1.x
  2. #27: Compatibility with Web platforms