Releases: influxdata/influxdb-client-php
Releases · influxdata/influxdb-client-php
v3.6.0
v3.5.0
v3.4.0
v3.3.0
3.2.0
3.1.0
3.0.0
Now you are able to use any implementation of PSR-18
compliant HTTP client - https://packagist.org/providers/psr/http-client-implementation.
The client has to be installed together with HTTP client:
composer require influxdata/influxdb-client-php guzzlehttp/guzzle
Management API
This release also uses a new version of InfluxDB OSS API definitions - oss.yml. The following breaking changes are in underlying API services and doesn't affect common apis such as - WriteApi
, QueryApi
, HealthApi
, ...
- Add
ConfigService
to retrieve InfluxDB's runtime configuration - Add
DebugService
to retrieve debug and performance data from runtime - Add
MetricsService
to deal with exposed prometheus metrics - Add
RemoteConnectionsService
to deal with registered remote InfluxDB connections - Add
ResourcesService
to manage InfluxDB resources - Add
ReplicationService
to manage InfluxDB replications - Add
ReplicationService
to manage InfluxDB replications - Update
TemplatesService
to deal withStack
andTemplate
API - Update
RestoreService
to deal with new restore functions of InfluxDB
Breaking Changes
- Remove asynchronous operation based on
GuzzleHttp\Message\FutureResponse
- Remove
DocumentService
in favour of InfluxDB Community Templates. For more info see - influxdb#19300, openapi#192 - Remove
DefaultSerive
:PostSignin
operation is moved toSigninService
PostSignout
operation is moved toSignoutService