Releases: justeat/ZendeskApiClient
v7.0.7
v7.0.6
What's Changed
- [RED-2026] Set a default user agent so Zendesk can identify the requests by @fbvilela in #323
- develop -> master (#323) by @mikerogers123 in #324
Full Changelog: v7.0.5...v7.0.6
v7.0.5
What's Changed
- [RED-1965] - Add support to a new resource - /api/v2/tags by @fbvilela in #316
- Add ability to select ticket_form_id when updating a ticket by @Roti12 in #319
- Fix TagsResourceTest Test by @fbvilela in #321
- develop -> master (#319 #316) by @mikerogers123 in #320
New Contributors
Full Changelog: v7.0.2...v7.0.5
Ensure related services are side-loaded in Incident API response
What's Changed
- Ensure related services are side-loaded in Incident API response by @mikerogers123 in #318
Full Changelog: v7.0.1...v7.0.2
Cursor Pagination: Allow Before and After cursors to be specified
This release allows you to specify a BeforeCursor
and AfterCursor
to the cursor-based pagination endpoints, allowing you to loop through all the potential pages.
Status endpoint deprecation
https://support.zendesk.com/hc/en-us/articles/5414949730842
What's changing?
Two things are changing. The legacy Status API is being deprecated and a new Status API is replacing it.
Specifically, the following legacy Status API endpoints are being deprecated:
- List components: https://status.zendesk.com/api/components?domain={subdomain}.zendesk.com
- Show component status: https://status.zendesk.com/api/components/{component_id_or_tag}?domain={subdomain}.zendesk.com
- List subcomponents: https://status.zendesk.com/api/components/{component_id_or_tag}/subcomponents?domain={subdomain}.zendesk.com
- Show subcomponent status: https://status.zendesk.com/api/components/{component_id_or_tag}/subcomponents{subcomponent_id_or_tag}?domain={subdomain}.zendesk.com
Those deprecated endpoints are being replaced with the following new Status API endpoints:
.NET 6 Upgrade
ZendeskApiClient now targets both .NET Standard 2.0 and .NET 6, enabling users to leverage the latest runtime features and performance optimizations for their projects. Please note that with this update, support for .NET Core 3.1 is no longer targeted.
v5.0.1
Initial release - Github actions
This will trigger the nuget-publish step.