Skip to content

Releases: upmind/sdk-php

v1.0.0

06 Aug 13:56
Compare
Choose a tag to compare
  • Add BodyParams for use in POST, PUT and PATCH requests
  • Fix QueryParams::setOrderBy()
  • Add more unit tests
  • Improve README documentation

v0.2.0

02 Aug 14:58
8305fb1
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • Widen PHP version support to:
    • 7.4
    • 8.0
    • 8.1
    • 8.2
    • 8.3
  • Add library exceptions
    • Wrap connection errors in a custom exception
    • Throw restful exceptions for API error responses
    • Add config var to disable restul exceptions

v0.1.0

24 Jul 13:44
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • Initial beta release