Skip to content

Releases: guzzle/guzzle-services

1.0.1

13 Jan 13:35
Compare
Choose a tag to compare
  • Fix #123: Unable to POST multiple multipart parameters
  • Fix #127: Set a name when pushing ValidatedDescriptionHandler to stack
  • Fix #128: Regression in array parameter serialization bug
  • Merge #129: Fix serialization of query params

0.6.0 - Last version compatible with Guzzle5

25 Nov 15:01
Compare
Choose a tag to compare
0.6.0

1.0.0 – Migrate to Guzzle6

24 Nov 16:00
85c3969
Compare
Choose a tag to compare

General

  • Update composer dependencies
  • Update Travis-CI configuration

Refactoring

  • Change Description::getBaseUrl() to Description::getBaseUri()
  • Change Parameter::getRequired() to Parameter::isRequired()
  • Change Parameter::getStatic() to Parameter::isStatic()

Updated to use Guzzle 6 and PSR-7.

  • Event system has been replaced with a middleware system
  • Move code from ProcessResponse to Deserializer
  • Migrate ValidateInput to ValidateDescriptionHandler
  • Change Description config option from baseUrl to baseUri
  • Add request location FormParamLocation as substitute of PostFieldLocation
  • Add request location MultiPartLocation as substitute of PostFileLocation
  • Move methode HandleErrorResponses::handleError() to Deserializer:: handleErrorResponses()