Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: guzzle/psr7
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.0
Choose a base ref
...
head repository: guzzle/psr7
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.9.0
Choose a head ref
  • 18 commits
  • 23 files changed
  • 7 contributors

Commits on Mar 21, 2021

  1. Run PHP-cs-fixer (#396)

    * Run PHP-cs-fixer
    
    * CS fixes
    
    * Fix
    
    * Remove CI changes
    Nyholm authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    bfc9b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72dde17 View commit details
    Browse the repository at this point in the history
  3. Fix Utils::modifyRequest dropping ServerRequest attributes (#400)

    Fixes #344
    
    Co-Authored-By: Imad Bazzal <12641890+ImadBazzal@users.noreply.github.com>
    
    Co-authored-by: Imad Bazzal <12641890+ImadBazzal@users.noreply.github.com>
    GrahamCampbell and ImadBazzal authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    aa50bd7 View commit details
    Browse the repository at this point in the history
  4. Fix parsing Ipv6 (#403)

    * Fixing IPv6
    
    * Add test for IPv6 Uris
    
    * Bugfixing
    
    Co-authored-by: Alexander Berl <a.berl@outlook.com>
    Nyholm and albe authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    38dde7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ec4a77 View commit details
    Browse the repository at this point in the history
  6. Prepare 1.8.1 (#404)

    Nyholm authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    35ea11d View commit details
    Browse the repository at this point in the history
  7. Removed broken links

    Nyholm committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    b4bb468 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #408 from Nyholm/links

    Removed broken links
    Nyholm authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    32a92b3 View commit details
    Browse the repository at this point in the history
  9. Run php-cs-fixer on 1.x (#407)

    * Run php-cs-fixer on 1.x
    
    * Lock version
    
    * php-cs-fixer fix
    Nyholm authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    359b1f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Avoid no-url index in stream_get_meta_data (#413)

    * Avoid no-url index in stream_get_meta_data
    
    * isset instead of check key is exists
    
    Co-authored-by: b.stepanenko <b.stepanenko@densure.ru>
    bscheshirwork and b.stepanenko authored Apr 24, 2021
    Configuration menu
    Copy the full SHA
    b66d38d View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Release 1.8.2 (#416)

    * Release 1.8.2
    
    * Update CHANGELOG.md
    
    * Update CHANGELOG.md
    GrahamCampbell authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    dc960a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Updated docs (#434)

    GrahamCampbell authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    93c36e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d00674 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Return null in caching stream size if remote is null (#438)

    * Return null in caching stream size if remote is null
    
    * Added test coverage
    
    * Fixed typo
    
    * Fixes
    GrahamCampbell authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    a0c4a5f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    1afdd86 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Release 1.8.4 (#486)

    Co-authored-by: Tim Düsterhus <tim@bastelstu.be>
    GrahamCampbell and TimWolla authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    902db15 View commit details
    Browse the repository at this point in the history
  2. Release 1.8.5 (#491)

    GrahamCampbell authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    337e3ad View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Release 1.9.0 (#520)

    GrahamCampbell authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    e98e3e6 View commit details
    Browse the repository at this point in the history
Loading