Releases: zendesk/zendesk_api_client_php
Releases · zendesk/zendesk_api_client_php
v3.1.0
What's Changed
- Bump v3.0.1 updates user agent by @ecoologic in #525
- Un-archive repo in README by @ecoologic in #529
- Debug headers as JSON - Fix #465 by @ecoologic in #535
- Demonstrate how to get help center articles using the php client by @token-cjg in #536
- Zendesk Sell API and Contacts resource support by @token-cjg in #537
- Zendesk Sell API and Contacts resource support by @Alex-Sh in #463
- Improve contacts test by url encoding value by @token-cjg in #538
- Bump version to 3.1.0 by @token-cjg in #539
New Contributors
- @token-cjg made their first contribution in #536
- @Alex-Sh made their first contribution in #463
Full Changelog: v3.0.1...v3.1.0
v3.0.1
PaginationIterator to use with OBP to CBP upgrade
See CBP_UPGRADE_GUIDE.md
What's Changed
- Deprecate support by @7ail in #507
- CI by @ecoologic in #508
- fix: Incorrect DocBlock param type for $query (closes #462). by @pointybeard in #486
- CreateMany resource Trait reused in the Tickets resource by @yksi in #449
- add tags resource for Resource\Core\Users to work with user tags by @rieznyk in #421
- DynamicContentItemVariants: Fix objectName variables by @Zarthus in #441
- Updating organizations() method definition by @MlleDelphine in #500
- will update the PHPDoc block to add the @method tickets() to the User class by @HVSoftware in #436
- Fix #437 by @ecoologic in #510
- Red 1950 unskip tests by @ecoologic in #509
- CBP tickets by @ecoologic in #511
- Red 1953 pagination by @ecoologic in #513
- CBP iterator for Users by @ecoologic in #512
- Pagination Iterator with params by @ecoologic in #516
- Add CbpStrategy accepting OBP params by @ecoologic in #517
- RED-2002 Iterator Associations by @ecoologic in #518
- Iterator handling errors by @ecoologic in #519
- Iterator final touches by @ecoologic in #521
- Iterator final docs by @ecoologic in #523
- PaginationIterator storing only one page at a time by @ecoologic in #524
New Contributors
- @ecoologic made their first contribution in #508
- @pointybeard made their first contribution in #486
- @yksi made their first contribution in #449
- @rieznyk made their first contribution in #421
- @Zarthus made their first contribution in #441
- @MlleDelphine made their first contribution in #500
- @HVSoftware made their first contribution in #436
Full Changelog: v2.2.17...v3.0.0
v2.2.17
v2.2.15
v2.2.14
v2.2.13
v2.2.12
What's Changed
- Declare dependency on guzzlehttp/psr7 by @wouterj in #476
- Fix PHP 8 introduced breaking change to call_user_func_array() by @Afnisse in #478
- change stream_for() to Utils::streamFor() to retain Guzzle 7.2 compatibility by @spencerrlongg in #469
New Contributors
- @wouterj made their first contribution in #476
- @Afnisse made their first contribution in #478
- @spencerrlongg made their first contribution in #469
Full Changelog: v2.2.11...v2.2.12
Add Input Validation for Zendesk Subdomain
Lack of input validation of the Zendesk subdomain could expose users of the library to Server Side Request Forgery (SSRF).
Validate the provided Zendesk subdomain to be a valid subdomain in:
- getAuthUrl
- getAccessToken
References
- PR: #466
- Security Advisory: GHSA-q348-f93x-9gx4