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

dev/core#1803 Update guzzlehttp, psr7, psrlog, cxn-pc #17551

Merged
merged 2 commits into from
Jun 13, 2020

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented Jun 8, 2020

Overview

Update guzzle, psr, psr-log & civicrm/civicrm-cxn-rpc

This brings guzzle up to the version of Drupal 8.

There is a minor compatibility issue between this version of psr7 & the previous version in the
error handling. This allows extensions that ship with vendor files to choose a sensible version.

Note extensions that ship with vendor packages can't exclude guzzle as it is a dependency for other packages

Before

Guzzle "version": "6.3.0",
civicrm/civicrm-cxn-rpc "version": "v0.19.01.08",
guzzlehttp/psr7 1.4.2
psr/log 1.1.2

After

Guzzle "version": "6.5.4",
civicrm/civicrm-cxn-rpc "version": "v0.19.01.00",
guzzlehttp/psr7 1.6.1
psr/log 1.1.3

Technical Details

Since extensions can peg to a civi release it makes more sense to update psr so they can than to block updating

Comments

https://lab.civicrm.org/dev/core/-/issues/1803

This brings guzzle up to the version of Drupal 8.

There is a minor compatibility issue between this version of psr7 & the previous version in the
error handling. This allows extensions that ship with vendor files to choose a sensible versionn.

Note extensions that ship with vendor packages can't exclude guzzle as it is a dependency for other packages
@civibot
Copy link

civibot bot commented Jun 8, 2020

(Standard links)

@civibot civibot bot added the master label Jun 8, 2020
@eileenmcnaughton eileenmcnaughton changed the title Guzzle dev/core#1803 Update guzzlehttp, psr7 Jun 8, 2020
@eileenmcnaughton eileenmcnaughton changed the title dev/core#1803 Update guzzlehttp, psr7 dev/core#1803 Update guzzlehttp, psr7, psrlog, cxn-pc Jun 8, 2020
@seamuslee001
Copy link
Contributor

This seems fine, tests pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants