Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for Guzzle 7 #49

Merged
merged 4 commits into from
Nov 4, 2020
Merged

feat: add support for Guzzle 7 #49

merged 4 commits into from
Nov 4, 2020

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Nov 3, 2020

Closes #47

Proposed Changes

  • Add support for Guzzle 7
  • Add CI build for Guzzle 7

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • make test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@codecov-io
Copy link

codecov-io commented Nov 3, 2020

Codecov Report

Merging #49 into master will increase coverage by 0.02%.
The diff coverage is 85.71%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #49      +/-   ##
============================================
+ Coverage     82.70%   82.73%   +0.02%     
- Complexity      349      350       +1     
============================================
  Files            18       18              
  Lines           798      805       +7     
============================================
+ Hits            660      666       +6     
- Misses          138      139       +1     
Impacted Files Coverage Δ Complexity Δ
src/InfluxDB2/DefaultApi.php 83.33% <85.71%> (+0.31%) 17.00 <0.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bcbf08f...040ab8e. Read the comment docs.

@bednar bednar marked this pull request as ready for review November 3, 2020 12:47
@bednar bednar requested a review from rhajek November 3, 2020 12:47
@bednar bednar merged commit 9006645 into master Nov 4, 2020
@bednar bednar deleted the feat/support-guzzle-7 branch November 4, 2020 07:12
@bednar bednar added this to the 1.9.0 milestone Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Guzzle client version 7.x.
3 participants