v3.0.0
Breaking Changes:
-
Avatar Endpoints Updates:
- Methods
avatar.getAvatarImageByID
,getAvatarImageByType
, andgetAvatarImageByOwner
have an updated return type. Avatars will now be returned as binary data. storeAvatar
endpoint has been fixed. It now both accepts and sends theavatar
property.
- Methods
-
Authentication Changes:
- Removed OAuth and JWT authentication. This might be reintroduced with proper testing support in the future.
-
API Clean-Up:
- Deprecated and unused components from Agile, ServiceDesk, Version2, and Version3 APIs have been removed.
Enhancements:
- Improved browser capability.
- Enhanced parameter typings.