Skip to content

Bump influxdata/influxdb-client-php from 1.12.0 to 3.1.0 - #1073

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/composer/dev/influxdata/influxdb-client-php-3.1.0
Closed

Bump influxdata/influxdb-client-php from 1.12.0 to 3.1.0#1073
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/composer/dev/influxdata/influxdb-client-php-3.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 28, 2022

Copy link
Copy Markdown
Contributor

Bumps influxdata/influxdb-client-php from 1.12.0 to 3.1.0.

Release notes

Sourced from influxdata/influxdb-client-php's releases.

3.1.0

Features

  1. #131: Add FluxRecord.row which stores response data in a array

3.0.0

⚠️ 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

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 with Stack and Template 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 to SigninService
    • PostSignout operation is moved to SignoutService

2.9.0

Features

  1. #125: Add logging for HTTP requests

2.8.0

Breaking Changes

  1. #121: Rename InvocableScripts to InvokableScripts

2.7.0

Features

  1. #119: Add InvocableScriptsApi to create, update, list, delete and invoke scripts by seamless way

CI

  1. #118: Use new Codecov uploader for reporting code coverage

... (truncated)

Changelog

Sourced from influxdata/influxdb-client-php's changelog.

3.1.0 [2022-10-27]

Features

  1. #131: Add FluxRecord.row which stores response data in a array

3.0.0 [2022-09-30]

⚠️ 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

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 with Stack and Template 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 to SigninService
    • PostSignout operation is moved to SignoutService

Features

  1. #129: Use generic PSR-18 as an HTTP client

2.9.0 [2022-07-29]

Features

  1. #125: Add logging for HTTP requests

2.8.0 [2022-05-20]

Breaking Changes

  1. #121: Rename InvocableScripts to InvokableScripts

... (truncated)

Commits
  • fa7ae00 chore(release): release influxdb-client-php-3.1.0
  • 1e51c95 docs: fix typo
  • 49f7693 fix: flaky test
  • 9ec94d1 chore(ci): migrate Scheduled workflow to Scheduled pipeline (#132)
  • 567fd94 feat: add FluxRecord.row with response data stored in Array (#131)
  • 8b21fdc chore(release): prepare for next development iteration
  • 43e7be9 chore(release): prepare for next development iteration
  • 2bd45c3 chore(release): release influxdb-client-php-3.0.0
  • 7906425 fix: flaky test
  • b66a559 refactor: use generic PSR-18 as an HTTP client (#129)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [influxdata/influxdb-client-php](https://github.com/influxdata/influxdb-client-php) from 1.12.0 to 3.1.0.
- [Release notes](https://github.com/influxdata/influxdb-client-php/releases)
- [Changelog](https://github.com/influxdata/influxdb-client-php/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-client-php@1.12.0...3.1.0)

---
updated-dependencies:
- dependency-name: influxdata/influxdb-client-php
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 28, 2022
@dependabot @github

dependabot Bot commented on behalf of github Dec 2, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #1088.

@dependabot dependabot Bot closed this Dec 2, 2022
@dependabot
dependabot Bot deleted the dependabot/composer/dev/influxdata/influxdb-client-php-3.1.0 branch December 2, 2022 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants