Skip to content

Releases: kusanagi/katana-sdk-php7

Release 1.1.5

02 Jul 10:05
Compare
Choose a tag to compare

Fixed

  • Fixed url methods return type when a part is not found

Release 1.1.4

28 Jun 13:39
Compare
Choose a tag to compare

Added

  • Pass component to setResource() callback

Fixed

  • Version pattern with wildcard at the end

Release 1.1.3

16 Jun 08:35
Compare
Choose a tag to compare

Fixed

  • Fixed merge of errors in the transport

Release 1.1.2

14 Jun 12:38
Compare
Choose a tag to compare

Changed

  • Replaced msgpack dependency to avoid misbehaviour with references

Release 1.1.1

07 Jun 11:22
Compare
Choose a tag to compare

Fixed

  • Fixed optional parameters in Request::newResponse() method

Release 1.1.0

01 Jun 10:33
Compare
Choose a tag to compare

Changed

  • Updated CONTRIBUTING.md and README.md

Release 1.0.6

29 May 11:30
Compare
Choose a tag to compare

Fixed

  • Cast object parameters recursively
  • Fix Transport::newEmpty() call from Request::newResponse()

Release 1.0.5

23 May 13:55
Compare
Choose a tag to compare

Added

  • Add support for binary type

Fixed

  • Fix type hinting for newParam

Release 1.0.4

10 May 15:20
Compare
Choose a tag to compare

Added

  • Add support for retrieving the return value in response Middlewares
  • Add support for call start time, end time and duration

Fixed

  • Fix handling errors in the runtime call payload

Release 1.0.3

29 Apr 19:55
Compare
Choose a tag to compare
  • Rename method to Transport::getOriginService
  • Catch Throwable to recover from more errors