Skip to content

Latest commit

 

History

History
363 lines (181 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

363 lines (181 loc) · 18.5 KB

Change Log

1.2.0 (2020-11-13)

Full Changelog

Closed issues:

  • Fix weird "equal equal not" operator #154

Merged pull requests:

1.1.3 (2017-10-06)

Full Changelog

Closed issues:

  • Parameter type configuration causes issue when filters change input type #147

Merged pull requests:

1.1.2 (2017-05-19)

Full Changelog

Closed issues:

  • Default values ignored in 1.1 #146

  • Operations extends is broken in 1.1.1 #145

1.1.1 (2017-05-15)

Full Changelog

Closed issues:

  • Filters are applied twice #134

  • Is it possible to NOT urlencode a specific uri parameter value? #97

Merged pull requests:

1.1.0 (2017-01-31)

Full Changelog

Closed issues:

  • Grab a list of objects when they are not located at top level of a json response (HATEOAS) #90

  • Regression of Issue #51 - XmlLocation response not handling multiple tags of the same name correctly #82

  • PUT requests with parameters with location of "postField" result in Exception #78

  • Allow to provide Post Body as an Array #77

Merged pull requests:

  • Bring more flexibility to query params serialization #132 (bakura10)

  • Allow to fix validation for parameters with a format #130 (bakura10)

1.0.1 (2017-01-13)

Full Changelog

Implemented enhancements:

  • Set a name when pushing ValidatedDescriptionHandler to stack #127

Fixed bugs:

  • combine method in Uri #101

  • Undefined Variable #88

  • Regression in array parameter serialization #128

  • Unable to POST multiple multipart parameters #123

Closed issues:

  • Tag pre 1.0.0 release #121

  • Adjust inline documentation of Parameter #120

  • postField location not recognized after upgrading to 1.0 #119

  • Create a new release for the guzzle6 branch #118

  • Compatibility problem with PHP7.0 ? #116

  • What is the correct type of Parameter static option #113

  • Improve the construction of baseUri in Description #112

  • Please create version tag for current master branch #110

  • Problems with postField params #98

Merged pull requests:

1.0.0 (2016-11-24)

Full Changelog

Closed issues:

  • AbstractClient' not found #117

Merged pull requests:

  • Make Guzzle Services compatible with Guzzle6 #109 (Konafets)

0.6.0 (2016-10-21)

Full Changelog

Closed issues:

  • Broken composer install #111

  • The visit() method is expected to return a RequestInterface but it doesn't in JsonLocation #106

  • Allow parameters in baseUrl #102

  • Have default params at client construction, gone away? #100

  • Runtime Exception Error is always empty #99

  • PHP Fatal error: Unsupported operand types in guzzlehttp/guzzle-services/src/GuzzleClient.php on line 72 #95

  • Date of next version #94

  • Map null reponse values to defined reponse model properties #91

  • Map a json-array into a Model #80

  • If property specified in json model but empty, notice raised #75

  • Allow primitive response types for operations #73

  • Allow shortened definition of properties in models #71

  • Where's the ServiceDescriptionLoader/AbstractConfigLoader? #68

  • errorResposnes from operation is never used #66

  • Updating the description #65

  • Parameter type validation is too strict #7

Merged pull requests:

  • fix code example #115 (snoek09)

  • Bug Fix for GuzzleClient constructor #96 (peterfox)

  • add plugin section to readme #93 (gimler)

  • Allow mapping null response values to defined response model properties #92 (shaun785)

  • Updated exception message for better debugging #85 (stovak)

  • Gracefully handle null return from $this->getConfig('defaults') #84 (fuhry)

  • Fixing issue #82 to address regression for handling elements with the sa... #83 (sprak3000)

  • Fix for specified property but no value in json (notice for undefined in... #76 (rfink)

  • Add ErrorHandler subscriber #67 (bakura10)

  • Fix combine base url and command uri #108 (vlastv)

  • Fixing JsonLocation::visit() not returning a request #106 #107 (Pinolo)

  • Fix call to undefined method "GuzzleHttp\Psr7\Uri::combine" #105 (horrorin)

  • fix description for get request example #87 (snoek09)

  • Allow raw values (non array/object) for root model definitions #74 (rfink)

  • Allow shortened definition of properties by assigning them directly to a type #72 (rfink)

0.5.0 (2014-12-23)

Full Changelog

Closed issues:

  • Does it supports custom class instantiate to define an operation using a service description #62

  • Tag version 0.4.0 #61

  • XmlLocation not adding attributes to non-leaf child nodes #52

  • XmlLocation response not handling multiple tags of the same name correctly #51

  • Validation Bug #47

  • CommandException doesn't contain response data #44

  • [Fix included] XmlLocation requires text value to have attributes #37

  • Question: Mocking a Response does not throw exception #35

  • allow default 'location' on Model #26

  • create mock subscriber requests from descriptions #25

Merged pull requests:

  • Documentation: Add 'boolean-string' as a supported "format" value #63 (jwcobb)

0.4.0 (2014-11-03)

Full Changelog

Closed issues:

  • Exceptions Thrown From Subscribers Are Ignored? #58

  • Totally Broken With Guzzle 5 #57

  • GuzzleHTTP/Command Dependency fail #50

  • Request parameter PathLocation #46

  • Requesting a new version tag #45

  • CommandException expects second parameter to be CommandTransaction instance #43

  • Cannot add Autorization header to my requests #39

  • Resouce Itterators #36

  • Question #33

  • query location array can be comma separated #31

  • Automatically returns array from command? #30

  • Arrays nested under objects in JSON response broken? #27

  • Question? #23

Merged pull requests:

0.3.0 (2014-06-01)

Full Changelog

Closed issues:

  • Testing Guzzle Services doesn't work #19

  • Description factory #18

  • support to load service description from file #15

  • Update dependency on guzzlehttp/command #11

Merged pull requests:

0.2.0 (2014-03-30)

Full Changelog

Closed issues:

  • please remove wiki #13

  • Parameter validation fails for union types #12

  • question on integration with Guzzle4 #8

  • typehints for operations property #6

  • improve exception message #5

Merged pull requests:

0.1.0 (2014-03-15)

* This Change Log was automatically generated by github_changelog_generator