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.4.1

26 May 14:15
Compare
Choose a tag to compare

Bugfix release, fixed issue with escaping field values.

1.4.0

21 Apr 07:32
Compare
Choose a tag to compare

Updating Influx Database with support for writing direct payloads

Release 1.3.1

12 Apr 13:43
Compare
Choose a tag to compare

Bugfix release.

Changed:

  • Added ability to write data to a specific retention policy, thanks @virgofx !

Changelog 1.3.0

26 Feb 09:03
Compare
Choose a tag to compare
* Added quoting of dbname in queries
* Added orderBy to query builder
* Fixed wrong orderby tests
* Travis container-infra and php 7

Added flexible handling of Point fields

05 Jan 21:27
Compare
Choose a tag to compare

1.2.2

  • Fixed issue with listUsers() method
  • Added more unit tests
  • Added getColumns method to \InfluxDB\ResultSet

1.2.0

  • Added support for 32 bit systems
  • Added setters/getters for Point fields

Latest stable release

22 Sep 14:42
Compare
Choose a tag to compare

1.1.3

  • Added support for symfony3

1.1.2

  • Added support for 0.9.4
  • Added if not exists support to database->create()
  • Added getLastQuery method
  • Fixed issue with authentication when writing data
  • Changed the way we handle the datatypes of values
  • Changed list retention policies to reflect the changes in 0.9.3
  • Added support for authentication in the guzzle driver
  • Added admin functionality

1.0.0 stable release

23 Jul 08:06
Compare
Choose a tag to compare

First stable release of the influxdb-php library

1.0.0

  • -BREAKING CHANGE- Dropped support for PHP 5.3 and PHP 5.4
  • Allowing for custom drivers
  • UDP support