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: php-http/socket-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.1
Choose a base ref
...
head repository: php-http/socket-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.x
Choose a head ref
  • 9 commits
  • 20 files changed
  • 5 contributors

Commits on Feb 14, 2024

  1. Symfony 7 support

    dudek-pup committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e72d5b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Merge pull request #71 from productsupcom/symfony-7-support

    Symfony 7 support
    dbu authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    fbc45cd View commit details
    Browse the repository at this point in the history
  2. prepare release

    dbu committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    84b0da5 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. chore: fix ci deprecations

    Chris8934 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d7f7387 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from Chris53897/featrue/improve-ci

    chore: fix ci deprecations
    dbu authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f6d07b9 View commit details
    Browse the repository at this point in the history
  3. fix cs

    dbu committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ef22c60 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge pull request #74 from php-http/cs

    fix cs
    dbu authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4a69954 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Make package compatible with stream interface Compatibility stream in…

    …terface v2 (#75)
    
    * make compatible with stream interface
    
    * 🚨 Explicitly specify what features of HTTP client is not supported by current implementation to avoid having failed tests
    
    * 📦 Explicitly declare compatibility versions for `psr/http-message`
    
    There is implementation for interface from this package
    
    * 📦 `fread` requires to pass only `int<1, max>` - early return empty string in case of `0` length
    
    ---------
    
    Co-authored-by: David Buchmann <[email protected]>
    andrew-demb and dbu authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1f8fecc View commit details
    Browse the repository at this point in the history
  2. prepare release

    dbu committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    94290f4 View commit details
    Browse the repository at this point in the history
Loading