Skip to content

Bump influxdata/influxdb-client-php from 1.12.0 to 2.6.0 - #895

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 21, 2022

Copy link
Copy Markdown
Contributor

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

Release notes

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

2.6.0

Features

  1. #114: Minimal supported version of PHP is 7.2
  2. #117: Using DateTimeInterface to be more compatible with all DateTime objects (like DateTimeImmutable) in Point

Bug Fixes

  1. #115: Add missing PermissionResources from Cloud API definition

2.5.0

Features

  1. #105: Add support for latest guzzlehttp/psr7"
  2. #107: Add support for Parameterized Queries

Bug Fixes

  1. #109: PHP 8.1 deprecation warnings

2.4.0

Features

  1. #102: Use async HTTP calls to achieve better performance in a multithreading environment.

Bug Fixes

  1. #101: Fix parsing Query response with contains new lines in field values

2.3.0

Features

  1. #97: Add ping() to check status of OSS and Cloud instance

Bug Fixes

  1. #95: Fix file descriptor leaks in WriteApi
  2. #96: Fix nanosecond datetime string convertor

2.2.0

Features

  1. #86: Add configuration option for proxy and redirects
  2. #92: Add configuration option for ipVersion [UDP Writer]

CI

  1. #90: Switch to next-gen CircleCI's convenience images

2.1.0

Bug Fixes

  1. #84: Parsing infinite numbers

2.0.0

Breaking Changes

This 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 User
  • AuthorizationsService uses AuthorizationPostRequest to create Authorization

... (truncated)

Changelog

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

2.6.0 [2022-02-18]

Features

  1. #114: Minimal supported version of PHP is 7.2
  2. #117: Using DateTimeInterface to be more compatible with all DateTime objects (like DateTimeImmutable) in Point

Bug Fixes

  1. #115: Add missing PermissionResources from Cloud API definition

2.5.0 [2022-01-20]

Features

  1. #105: Add support for latest guzzlehttp/psr7"
  2. #107: Add support for Parameterized Queries
  3. #111: Using ArrayAccess in FluxRecord

Bug Fixes

  1. #109: PHP 8.1 deprecation warnings

Documentation

  1. #111: Added new examples

2.4.0 [2021-11-26]

Features

  1. #102: Use async HTTP calls to achieve better performance in a multithreading environment.

Bug Fixes

  1. #101: Fix parsing Query response with contains new lines in field values

2.3.0 [2021-10-22]

Features

  1. #97: Add ping() to check status of OSS and Cloud instance

Bug Fixes

  1. #95: Fix file descriptor leaks in WriteApi
  2. #96: Fix nanosecond datetime string convertor

CI

  1. #93: Switch the PHP 7.1 image to next-gen CircleCI's convenience images

2.2.0 [2021-09-17]

Features

  1. #86: Add configuration option for proxy and redirects
  2. #92: Add configuration option for ipVersion [UDP Writer]

CI

  1. #90: Switch to next-gen CircleCI's convenience images

... (truncated)

Commits
  • a352b2b chore(release): release influxdb-client-php-2.6.0
  • 59a5e15 feat: change to DateTimeInterface typehint to be more compatible with other D...
  • 880d0ba fix: add missing PermissionResource types from Cloud definition (#115)
  • 2f4829c chore: drop support for PHP 7.1 (#114)
  • 213b966 feat: Using ArrayAcces in FluxRecord, added examples (#111)
  • 36699bc chore(release): prepare for next development iteration
  • fe92254 chore(release): prepare for next development iteration
  • 6f7ab9d chore(release): release influxdb-client-php-2.5.0
  • 82f551a feat: add parameterized queries (#107)
  • 177f780 fix: PHP 8.1 deprecation warning (#109)
  • 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 2.6.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...2.6.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 Feb 21, 2022
@dependabot @github

dependabot Bot commented on behalf of github Apr 20, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #949.

@dependabot dependabot Bot closed this Apr 20, 2022
@dependabot
dependabot Bot deleted the dependabot/composer/dev/influxdata/influxdb-client-php-2.6.0 branch April 20, 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