Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Releases: influxdata/influxdb-php

1.15.2

26 Dec 17:47
d6e59f4
Compare
Choose a tag to compare
  • added PHP8 support (thanks @zorac )

1.15.1

18 Sep 13:25
447acb6
Compare
Choose a tag to compare
  • Added support for Guzzle 7 #149

1.15.0

30 May 00:15
bf3415f
Compare
Choose a tag to compare

1.14.8: Merge pull request #122 from scones/patch-2

30 May 00:06
e2c94cc
Compare
Choose a tag to compare

1.14.7

06 Jul 10:14
Compare
Choose a tag to compare

1.14.6

29 Jun 14:41
4e571ea
Compare
Choose a tag to compare

1.14.5

03 Jan 13:10
Compare
Choose a tag to compare
  • Update key concepts link to point to the proper place.
  • Replace costly array_merge calls with foreach + array operator
  • Add getter method for verifySSL
  • Support for Symfony 4

1.14.4

17 May 13:45
Compare
Choose a tag to compare
  • Delay driver instantiation until it's actually needed.

1.14.3

04 Jan 20:37
Compare
Choose a tag to compare
- Deprecate IF NOT EXISTS clause in database creation

Release 1.14.2

08 Oct 15:01
Compare
Choose a tag to compare
  • Fix Notice when calling InfluxDB\Client::fromDSN without username or
    password
  • fixed Guzzle client timeout is float
  • Fix annotation
  • Remove unused property
  • Fixed misspelling
  • Fixed tag with Boolean/Null value trigger parse error