Support Note |
---|
Release 23.06.01 Learn More: June 2022 Release Notes Summary |
New API Changes
- Improved graphQL documentation in playground
-
CreateWorkspaceInput
input paramclassification
was removed -
UpdateWorkspeInput
input paramclassification
was removed -
UpdateMemberRoleInput
has newnewWorkspaceOwnerId
- added new
activities
query to get workspace activity -
workspaces
was added touser
query (operation admin role only) -
totalItems
field now returns correctly for fragments
v3 Known Issues
REST APIs
- PATCH for Browser: after modifying height/width, the preview image does not scale or changes (WEBC-10223)
- Getting status code 200 OK while updating elements with type only and no actual changes (ELE-677).
- cropping is not working when creating a new image element (ELE-1026)
GraphQL APIs
- Stroke scale does not account for stroke brushWidth (ELE-622)
- totalItems field returns null when passed as part of a fragment (AD-11423)
- GraphQL gateway returns error code 500 for other backend errors, such as 401, 403, 404, it is necessary to examine error message in detail to get correct error (AD-11474)
- Not able to crop the image with
createImage
mutation (ELE-1026)