We are running Behat tests in a D8 project, and discovered that uploading files with Behat is broken. Upgrading Guzzle to 4.1.7 solves the problem.

CommentFileSizeAuthor
#3 2317845.3.patch90.25 KBalexpott
#1 guzzle.4.1.7.patch83.32 KBsun
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Status: Active » Needs review
FileSize
83.32 KB
damiankloip’s picture

Status: Needs review » Reviewed & tested by the community

Wow. Four point releases in a couple of weeks!

Looks good.

alexpott’s picture

FileSize
90.25 KB

Seems like guzzle streams is moving quickly too... the patch only upgrades to 1.4 latest available in 1.5.1

Composer command I ran...

composer update guzzlehttp/guzzle --with-dependencies
Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Removing guzzlehttp/streams (1.3.0)
  - Installing guzzlehttp/streams (1.5.1)
    Loading from cache

  - Removing guzzlehttp/guzzle (4.1.3)
  - Installing guzzlehttp/guzzle (4.1.7)
    Loading from cache

Writing lock file
Generating autoload files

Will commit if new patch is green.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed cdf77e4 and pushed to 8.0.x. Thanks!

  • alexpott committed cdf77e4 on 8.0.x
    Issue #2317845 by sun | Arla: Upgrade Guzzle to version 4.1.7.
    
damiankloip’s picture

Wow, more releases.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.