Skip to content

Releases: influxdata/influxdb-client-php

1.10.0

29 Jan 06:39
Compare
Choose a tag to compare

Features

  1. #57: Added possibility to disable verification of SSL certificate
  2. #53: Ability to write via UDP protocol

Bug Fixes

  1. #60: Compatibility with PHP 7.1 and 7.2

CI

  1. #58: Updated default docker image to v2.0.3
  2. #60: Added PHP 8 to CI, Added code style checking to CI

Documentation

  1. #63: Updated docs and examples about deleting data

1.9.0

04 Dec 07:45
Compare
Choose a tag to compare

Features

  1. #49: Added support for Guzzle 7
  2. #51: CSV parser is able to parse export from UI

CI

  1. #54: Updated default docker image to v2.0.2

Documentation

  1. #46: Adding info about how to get the query in JSON format

1.8.0

30 Oct 07:17
Compare
Choose a tag to compare

Features

  1. #44: Added generated APIs from swagger for InfluxDB 2.0 management, buckets, organizations, authorizations...
  2. #45: Improved logging message for retries

1.7.0

02 Oct 05:43
Compare
Choose a tag to compare

Features

  1. #38: Added jitterInterval to WriteApi

API

  1. #39: Default port changed from 9999 -> 8086

1.6.0

14 Aug 06:08
Compare
Choose a tag to compare

Features

  1. #32: Added retryInterval, maxRetries and maxRetryDelay to WriteOptions in WriteApi
  2. #36: Added exponentialBase to WriteApi
  3. #34: Retry strategy now work also for connection errors
  4. #17: Implemented default tags
  5. #37: Api generator moved to influxdb-clients-apigen module

1.5.0

17 Jul 07:51
Compare
Choose a tag to compare

Features

  1. #29: Prevent invalid array access when no write options are passed to the WriteApi.

Bug Fixes

  1. #27: Fixed serialization of \n, \r and \t to Line Protocol, = is valid sign for measurement name

1.4.0

19 Jun 07:29
Compare
Choose a tag to compare

API

  1. #27: Updated swagger to latest version

1.3.0

15 May 06:21
Compare
Choose a tag to compare
  1. #25: Fixes a typo in timeout Guzzle option

Documentation

  1. #24: Improved documentation about batching

1.2.0

17 Apr 06:36
Compare
Choose a tag to compare

Features

  1. #14: Checks the health of a running InfluxDB instance by querying the /health

Documentation

  1. #22: Clarify how to use a client with InfluxDB 1.8

Bug Fixes

  1. #19: Fixed parsing QueryResponse on Windows

1.1.0

13 Mar 10:06
Compare
Choose a tag to compare

Bugs

  1. #13: Fixed throwing of InvalidArgumentException some option is empty
  2. #13: FluxCsvParser: fixed throwing FluxQueryException with no reference, default value is 0
  3. #13: Fixed error when querying empty data, now returns null