Changelog (v7.0.7...v7.1.0-BETA1)
- feature symfony/symfony#54806 [HttpClient] deprecate setLogger() methods of decorating clients (@xabbuh)
- feature symfony/symfony#54674 [FrameworkBundle] revert implementing LoggerAwareInterface in HTTP client decorators (@xabbuh)
- feature symfony/symfony#53550 [FrameworkBundle][HttpClient] Add
ThrottlingHttpClient
to limit requests within a timeframe (@HypeMC) - feature symfony/symfony#52970 [HttpClient] Add
JsonMockResponse::fromFile()
andMockResponse::fromFile()
shortcuts (@fancyweb) - feature symfony/symfony#52775 [HttpClient] Allow mocking
start_time
info inMockResponse
(@fancyweb) - feature symfony/symfony#52946 [HttpClient] Add HttpOptions->addHeader as a shortcut to add an header in an existing options object (@Dean151)