1.0.0
版本发布时间: 2016-11-25 00:00:45
guzzle/guzzle-services最新发布版本:1.4.0(2023-05-21 22:22:50)
General
- Update composer dependencies
- Update Travis-CI configuration
Refactoring
- Change
Description::getBaseUrl()
toDescription::getBaseUri()
- Change
Parameter::getRequired()
toParameter::isRequired()
- Change
Parameter::getStatic()
toParameter::isStatic()
Updated to use Guzzle 6 and PSR-7.
- Event system has been replaced with a middleware system
- Move code from
ProcessResponse
toDeserializer
- Migrate
ValidateInput
toValidateDescriptionHandler
- Change
Description
config option frombaseUrl
tobaseUri
- Add request location
FormParamLocation
as substitute ofPostFieldLocation
- Add request location
MultiPartLocation
as substitute ofPostFileLocation
- Move methode
HandleErrorResponses::handleError()
toDeserializer:: handleErrorResponses()