Skip to content

Releases: supportpal/api-client-php

v1.1.0

20 Nov 13:18
8b91c83
Compare
Choose a tag to compare

1.1.0 (2020-11-20)

Features

Miscellaneous Chores

  • deps-dev: bump semantic-release from 17.2.3 to 17.2.4 (#87) 8b91c83
  • integrate and apply phpmd standards (#88) 45c8453

v1.0.1

18 Nov 12:25
fee18b7
Compare
Choose a tag to compare

1.0.1 (2020-11-18)

Bug Fixes

  • update models to match helpdesk 3.3.0 (#85) fee18b7

Continuous Integration

Miscellaneous Chores

  • deps-dev: bump @semantic-release/github from 7.1.1 to 7.1.2 (#82) 0551b6c
  • deps-dev: bump @semantic-release/github from 7.1.2 to 7.2.0 (#84) 7dbb84d
  • deps-dev: bump semantic-release from 17.2.2 to 17.2.3 (#83) 0dd4e9b

v1.0.0

16 Nov 18:22
c7db1b8
Compare
Choose a tag to compare

1.0.0 (2020-11-16)

Features

Bug Fixes

  • #33 - added exception message a1d7261
  • #38, 37 Update api prefix handling (#42) 73134c4
  • add authorization header as part of cache file key (#71) e598304
  • id attribute missing from SlaPlan model (#61) 37596de
  • invalid hyperlink url in README.md (#54) ec53cad
  • nullable order attribute on custom field options (#60) 1f4b469
  • remove POSTable models from cachable apis (#70) 15dc8a9
  • skip conversion for non-identified types (#66) 732876e
  • use response reason phrase for non-json responses (#76) 61ce3cd

Tests

  • use ApiContext::createFromUrl in E2E tests (#69) f7e3e02

Miscellaneous Chores

  • deps: updated supportpal/coding-standard to v0.3.0 (#75) 6b09174
  • phpstan: increased processTimeout (#68) 992e5e6
  • added .phpunit.result.cache to gitignore (#65) 8b590c0

Continuous Integration