Thanks to visit codestin.com
Credit goes to github.com

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: symfony/http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b4d936b
Choose a base ref
...
head repository: symfony/http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6b88914
Choose a head ref
  • 7 commits
  • 13 files changed
  • 5 contributors

Commits on Jan 24, 2023

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

Commits on Feb 2, 2023

  1. minor #49088 Update license years (last time) (fabpot)

    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Update license years (last time)
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | no
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | n/a
    
    Commits
    -------
    
    89f86de567 Fix LICENSE CI check
    d2e034abf0 Update license years (last time)
    fabpot committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    3af52ad View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    8f377d7 View commit details
    Browse the repository at this point in the history
  2. bug #49301 [HttpClient] Fix data collector (fancyweb)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [HttpClient] Fix data collector
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | -
    | Tickets       | symfony/symfony#49219
    | License       | MIT
    | Doc PR        | -
    
    It fixes HTTP requests not showing anymore in the profiler panel because `lateCollect()` overrides `request_count` to 0.
    
    It also fixes the wrong error count.
    
    Commits
    -------
    
    8ec869e51e [HttpClient] Fix data collector
    nicolas-grekas committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ecda6e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

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

Commits on Feb 17, 2023

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