0.12.0
·
645 commits
to master
since this release
Improvements and new features
- Help Center: Management Permission Groups ( https://developer.zendesk.com/rest_api/docs/help_center/permission_groups ): A management permission group defines which agents can create, update, archive, and publish articles. It consists of a set of privileges, each of which is mapped to a user segment. Agents receive whichever privileges are associated with the user segments they belong to. ( PR #315 - Thanks @maxixcom)
- Help Center: User Segments ( https://developer.zendesk.com/rest_api/docs/help_center/user_segments ): A user segment defines who can view the content of a section or topic. ( PR #316 - Fixes #292 - Thanks @maxixcom)
- Supplying a
notify_subscribers
property along POST:/articles.json ( https://developer.zendesk.com/rest_api/docs/help_center/articles#create-article ): Supplying anotify_subscribers
property with a value of false will prevent subscribers to the article from receiving an article creation email notification. This can be helpful when creating many articles at a time. Specify the property in the root of the JSON object, not in the "article" object. ( PR #314 - Thanks @maxixcom) - Dependencies updates
- Bump
slf4j-api
andslf4j-simple
from 1.7.29 to 1.7.30 ( PR #317 #318 - Thanks @dependabot) - Bump
jackson-bom
from 2.10.1 to 2.10.2 ( PR #320 - Thanks @dependabot) - Bump
junit
from 4.12 to 4.13 ( PR #321 - Thanks @dependabot)
- Bump