Skip to content

Releases: zendesk/zendesk_api_client_php

v2.2.0

14 Jul 06:48
Compare
Choose a tag to compare
  • Support sections in Help Center
  • Zendesk\Api\Middleware\RetryHandler middleware for retrying requests
  • Zendesk\Api\HttpClient added default behaviour for retrying requests with ssl issue

v2.1.11

17 May 07:01
Compare
Choose a tag to compare

Changelogs:

  • Added search for HelpCenter Articles
  • Added support for PSR-7 filestreams
  • Added more examples for attachments, helpcenter, and categories

v2.1.10

12 Apr 16:05
Compare
Choose a tag to compare
  • Preserve original exception when throwing an ApiResponseException

v2.1.9

27 Mar 04:31
Compare
Choose a tag to compare
  • Allow merging of other users if authenticated user is an admin.
  • Fix DeleteMany doc hint return type

v2.1.8

01 Mar 05:46
Compare
Choose a tag to compare
  • Make use of the string cast of getBody() rather than getBody()->getContent() to avoid issues with Guzzle middlewares reading and emptying the body stream.

v2.1.7

23 Dec 07:34
Compare
Choose a tag to compare
  • Allow creation of tickets with the asynchronous flag

reference: https://developer.zendesk.com/rest_api/docs/core/tickets#create-ticket-asynchronously

v2.1.6

05 Dec 03:25
Compare
Choose a tag to compare
  • Enable anonymous access. This is for endpoints that does not necessarily need authentication
  • Added return on some methods that should return something

v2.1.5

23 Nov 06:47
Compare
Choose a tag to compare
  • Fix typos especially in docblocks
  • Set previous exception when instantiating ApiResponseException
  • Added samples
    • delete and update ticket
    • ticket comments
    • attachment in comments
    • create end-user
    • retrieve end-users
    • retrieve tickets by end-user's email address
    • create group
    • get groups

v2.1.4

21 Oct 02:38
Compare
Choose a tag to compare
  • Addition of embeddable config_sets resource
  • Add support for user specific ticket endpoints.

v2.1.3

08 Aug 07:52
Compare
Choose a tag to compare