Skip to content

Releases: supportpal/api-client-php

v1.2.2

29 Dec 16:25
42b0cf5

Choose a tag to compare

1.2.2 (2020-12-29)

Bug Fixes

v1.2.1

29 Dec 12:52
06b22b3

Choose a tag to compare

1.2.1 (2020-12-29)

Bug Fixes

  • update type hint to solve serializer crash (#102) 06b22b3

Miscellaneous Chores

  • remove phpunit unnecessary values (#103) 986dd40, closes /github.com//pull/102#discussion_r549652673

v1.2.0

28 Dec 22:54
5012161

Choose a tag to compare

1.2.0 (2020-12-28)

Features

  • update department email id and support backward compatibility (#100) 5012161

v1.1.3

24 Dec 19:13
dfdb802

Choose a tag to compare

1.1.3 (2020-12-24)

Bug Fixes

  • composer distribution file exclusions (#98) dfdb802

v1.1.2

24 Dec 10:53
4bfde1a

Choose a tag to compare

1.1.2 (2020-12-24)

Bug Fixes

  • deps: add phpdocumentor/reflection-docblock dependency (#97) 4bfde1a

Reverts

  • "ci: test against php 8.0" 1a1fe3a

Continuous Integration

  • disable persist-credentials in actions/checkout 112bdc5
  • test against php 8.0 d88dd1b
  • test against php 8.0 (#92) 0fed5d9

Miscellaneous Chores

  • deps: bump actions/setup-node from v2.1.2 to v2.1.3 (#94) b0d3175
  • deps: bump actions/setup-node from v2.1.3 to v2.1.4 (#96) 3890d57
  • deps: bump ini from 1.3.5 to 1.3.8 (#95) 2197e66
  • update composer package description (#93) 7f3a90e
  • deps-dev: bump semantic-release from 17.2.4 to 17.3.0 (#91) 18ec618

v1.1.1

23 Nov 09:42
0642f09

Choose a tag to compare

1.1.1 (2020-11-23)

Bug Fixes

  • deps: bump StephaneBour/actions-php-cpd from 1.0 to 7.4 (#90) 7e454fd

Continuous Integration

  • update semantic-release env vars (#89) b523821
  • use chore for dependabot github action updates 0642f09

v1.1.0

20 Nov 13:18
8b91c83

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

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

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