Release notes
*Sourced from [influxdb/influxdb-php's releases](https://github.com/influxdata/influxdb-php/releases).*
> ## 1.15.0
> - Added cURL driver support [#122](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/122) (thanks [@aldas](https://github.com/aldas))
> - Improved query error message [#129](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/129) (thanks [@andreasanta](https://github.com/andreasanta))
>
> ## 1.14.8
> Merged [#122](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/122)
Commits
- [`bf3415f`](https://github.com/influxdata/influxdb-php/commit/bf3415f81962e1ab8c939bc1a08a85f500bead35) Update README.md
- [`cf80048`](https://github.com/influxdata/influxdb-php/commit/cf80048239f430f3e2650f81cce285dd08d961be) Merge pull request [#112](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/112) from aldas/unix_domain_socket_client
- [`7a1ab9e`](https://github.com/influxdata/influxdb-php/commit/7a1ab9ed4b85446e9f0e752d19e2ad2e9aff148c) Merge pull request [#129](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/129) from andreasanta/patch-1
- [`45e053a`](https://github.com/influxdata/influxdb-php/commit/45e053a8672717cfb227bb4aef998c28c2bd0574) Update README.md
- [`e2c94cc`](https://github.com/influxdata/influxdb-php/commit/e2c94cc7402d892185b3833f9627d67b6379e3d8) Merge pull request [#122](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/122) from scones/patch-2
- [`7e87633`](https://github.com/influxdata/influxdb-php/commit/7e876332be9df64a8d6b7f41c3d006e28088a2d8) Improvement: "Bubble" error message for query
- [`82ed15b`](https://github.com/influxdata/influxdb-php/commit/82ed15b0605152b70d090dfdb9f8cf4d4dd061e2) use the packagist variant of the name
- [`4a1efb4`](https://github.com/influxdata/influxdb-php/commit/4a1efb43656a4f2b390201865cfe7051c895dff7) Merge pull request [#111](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/111) from aldas/resultset_series
- [`d918501`](https://github.com/influxdata/influxdb-php/commit/d91850175eca0b72eeeeb2af2329b84520f032a3) Merge pull request [#114](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/114) from kibatic/master
- [`debaa14`](https://github.com/influxdata/influxdb-php/commit/debaa14bd6d029da2919a8c7677c0b77adf87440) Add tags data in point
- Additional commits viewable in [compare view](https://github.com/influxdata/influxdb-php/compare/1.14.7...1.15.0)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps influxdb/influxdb-php from 1.14.7 to 1.15.0.
Release notes
*Sourced from [influxdb/influxdb-php's releases](https://github.com/influxdata/influxdb-php/releases).* > ## 1.15.0 > - Added cURL driver support [#122](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/122) (thanks [@aldas](https://github.com/aldas)) > - Improved query error message [#129](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/129) (thanks [@andreasanta](https://github.com/andreasanta)) > > ## 1.14.8 > Merged [#122](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/122)Commits
- [`bf3415f`](https://github.com/influxdata/influxdb-php/commit/bf3415f81962e1ab8c939bc1a08a85f500bead35) Update README.md - [`cf80048`](https://github.com/influxdata/influxdb-php/commit/cf80048239f430f3e2650f81cce285dd08d961be) Merge pull request [#112](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/112) from aldas/unix_domain_socket_client - [`7a1ab9e`](https://github.com/influxdata/influxdb-php/commit/7a1ab9ed4b85446e9f0e752d19e2ad2e9aff148c) Merge pull request [#129](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/129) from andreasanta/patch-1 - [`45e053a`](https://github.com/influxdata/influxdb-php/commit/45e053a8672717cfb227bb4aef998c28c2bd0574) Update README.md - [`e2c94cc`](https://github.com/influxdata/influxdb-php/commit/e2c94cc7402d892185b3833f9627d67b6379e3d8) Merge pull request [#122](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/122) from scones/patch-2 - [`7e87633`](https://github.com/influxdata/influxdb-php/commit/7e876332be9df64a8d6b7f41c3d006e28088a2d8) Improvement: "Bubble" error message for query - [`82ed15b`](https://github.com/influxdata/influxdb-php/commit/82ed15b0605152b70d090dfdb9f8cf4d4dd061e2) use the packagist variant of the name - [`4a1efb4`](https://github.com/influxdata/influxdb-php/commit/4a1efb43656a4f2b390201865cfe7051c895dff7) Merge pull request [#111](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/111) from aldas/resultset_series - [`d918501`](https://github.com/influxdata/influxdb-php/commit/d91850175eca0b72eeeeb2af2329b84520f032a3) Merge pull request [#114](https://github-redirect.dependabot.com/influxdata/influxdb-php/issues/114) from kibatic/master - [`debaa14`](https://github.com/influxdata/influxdb-php/commit/debaa14bd6d029da2919a8c7677c0b77adf87440) Add tags data in point - Additional commits viewable in [compare view](https://github.com/influxdata/influxdb-php/compare/1.14.7...1.15.0)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.