influxdata/influxdb-client-php
PingServiceFluxRecord.row which stores response data in a array:warning: This release drops strong couple to Guzzle HTTP client.
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
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, ...
ConfigService to retrieve InfluxDB's runtime configurationDebugService to retrieve debug and performance data from runtimeMetricsService to deal with exposed prometheus metricsRemoteConnectionsService to deal with registered remote InfluxDB connectionsResourcesService to manage InfluxDB resourcesReplicationService to manage InfluxDB replicationsReplicationService to manage InfluxDB replicationsTemplatesService to deal with Stack and Template APIRestoreService to deal with new restore functions of InfluxDBGuzzleHttp\Message\FutureResponseDocumentService in favour of InfluxDB Community Templates. For more info see - influxdb#19300, openapi#192DefaultSerive:
PostSignin operation is moved to SigninServicePostSignout operation is moved to SignoutServiceInvocableScripts to InvokableScriptsThis release introduces a support for new 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, BucketsApi, OrganizationsApi...
UsersService uses PostUser to create UserAuthorizationsService uses AuthorizationPostRequest to create AuthorizationBucketsService uses PatchBucketRequest to update BucketOrganizationsService uses PostOrganizationRequest to create OrganizationOrganizationsService uses PatchOrganizationRequest to update OrganizationDashboardsService uses PatchDashboardRequest to update DashboardDeleteService is used to delete time series data instead of DefaultServiceRun contains list of LogEvent in Log propertyDBRPs contains list of DBRP in Content propertyDBRPsService uses DBRPCreate to create DBRPCheck <- CheckDiscriminator <- CheckBaseNotificationEndpoint <- NotificationEndpointDiscriminator <- NotificationEndpointBaseNotificationRule <- NotificationRuleDiscriminator <- NNotificationRuleBaseExpression objectFluxRecord uses descriptive message for column that doesn't existsinfluxdb:latest and nightly to quay.io/influxdb/influxdb:nightlyHow can I help you explore Laravel packages today?