- no changes in this release.
- Bug #74: Fixed unable to reuse
Request
instance for sending several requests with different data (klimov-paul) - Bug #76: Fixed
HttpClientPanel
triggersE_WARNING
on attempt to view history debug entry, generated without panel being attached (klimov-paul) - Bug #79: Fixed inability to use URL with query parameters as
Client::$baseUrl
(klimov-paul) - Bug #81: Fixed invalid Content-Disposition header in multipart request (cebe, PowerGamer1)
- Bug #87: Fixed
Request::addOptions()
unable to override already set CURL options (klimov-paul) - Bug #88: Fixed
UrlEncodedFormatter
duplicates GET parameters during multiple request preparations (klimov-paul)
- Bug #61: Response headers extraction at
StreamTransport
changed to use$http_response_header
to be more reliable (klimov-paul) - Bug #70: Fixed
Request::toString()
triggersE_NOTICE
for not prepared request (klimov-paul) - Bug #73: Fixed
Response::detectFormatByContent()
unable to detect URL-encoded format, if source content contains|
symbol (klimov-paul)
- Bug #44: Fixed exception name collision at
Response
andTransport
(cebe) - Bug #45: Fixed
XmlFormatter
unable to handle array with numeric keys (klimov-paul) - Bug #53: Fixed
XmlParser
unable to parse value wrapped with 'CDATA' (DrDeath72) - Bug #55: Fixed invalid display of Debug Toolbar summary block (rahimov)
- Enh #43: Events
EVENT_BEFORE_SEND
andEVENT_AFTER_SEND
added toRequest
andClient
(klimov-paul) - Enh #46: Added
Request::getFullUrl()
allowing getting the full actual request URL (klimov-paul) - Enh #47: Added
Message::addData()
allowing addition of the content data to already existing one (klimov-paul) - Enh #50: Option 'protocolVersion' added to
Request::$options
allowing specification of the HTTP protocol version (klimov-paul) - Enh #58: Added
UrlEncodedFormatter::$charset
allowing specification of content charset (klimov-paul) - Enh: Added
XmlFormatter::useTraversableAsArray
allowing processing\Traversable
as array (klimov-paul)
- Enh: Fixed PHPdoc annotations (cebe)
- Initial release.