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 Loading
base: v6.4.6
Choose a base ref
...
head repository: symfony/http-client Loading
compare: v6.4.7
Choose a head ref
  • 8 commits
  • 6 files changed
  • 5 contributors

Commits on Mar 12, 2024

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

Commits on Apr 5, 2024

  1. bug #54242 [HttpClient] [EventSourceHttpClient] Fix consuming SSEs wi…

    …th \r\n separator (fancyweb)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [HttpClient] [EventSourceHttpClient] Fix consuming SSEs with \r\n separator
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    `\r\n` separator never worked because it splits on every line because of `[\r\n]`.
    
    Commits
    -------
    
    2c095d8296 [HttpClient][EventSourceHttpClient] Fix consuming SSEs with \r\n separator
    fabpot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bc1710e View commit details
    Browse the repository at this point in the history
  2. fix syntax for PHP 7.2

    xabbuh committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ab3240a View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.4' into 6.4

    * 5.4:
      fix syntax for PHP 7.2
      [Security] Fix Danish translations
      [DomCrawler] Encode html entities only if nessecary
      [Serializer] Ignore when using #[Ignore] on a non-accessor
      [Filesystem] Strengthen the check of file permissions in `dumpFile`
      [Serializer] Fix XML scalar to object denormalization
      [HttpClient][EventSourceHttpClient] Fix consuming SSEs with \r\n separator
    xabbuh committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bdea420 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 12, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      explicitly mark nullable parameters as nullable
      fix low deps tests
      [HttpKernel] Fix datacollector caster for reference object property
      bug #51578 [Cache] always select database for persistent redis connections
      [Security] Validate that CSRF token in form login is string similar to username/password
      [validator] validated Dutch translation
      Improve dutch translations
      [Translation] Skip state=needs-translation entries only when source == target
      [HttpKernel] Ensure controllers are not lazy
      [Validator] Fill in trans-unit id 113: This URL does not contain a TLD.
      [Validator] added missing Polish translation for unit 113
      [Validator] add missing lv translation
      [HttpClient] Let curl handle transfer encoding
      [Messenger] Make Doctrine connection ignore unrelated tables on setup
      [HttpFoundation] Set content-type header in RedirectResponse
      add translations for the requireTld constraint option message
      [Serializer] Fix unexpected allowed attributes
      [FrameworkBundle] Fix registration of the bundle path to translation
    xabbuh committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c7f83b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    3cdc551 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.4

    * 5.4:
      Auto-close PRs on subtree-splits
      review German translation
    nicolas-grekas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3683d81 View commit details
    Browse the repository at this point in the history
Loading