This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
Releases: influxdata/influxdb-php
Releases · influxdata/influxdb-php
1.15.2
1.15.1
1.15.0
- Added cURL driver support #122 (thanks @aldas)
- Improved query error message #129 (thanks @andreasanta)
1.14.8: Merge pull request #122 from scones/patch-2
1.14.7
- Added offset in QueryBuilder (thanks @lifekent and @bentcoder)
1.14.6
- dependencies update (#97), by @aldas
- Adding timeout information. (#103), by @NickBusey
- Add ability to specify connect_timeout for guzzle (#105), by @brycefranzen
1.14.5
1.14.4
- Delay driver instantiation until it's actually needed.
1.14.3
Release 1.14.2
- 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