Skip to content

v3.0.0

Compare
Choose a tag to compare
@MrRefactoring MrRefactoring released this 15 Oct 21:03
· 10 commits to master since this release
7d8bffb

Breaking Changes:

  • Avatar Endpoints Updates:

    • Methods avatar.getAvatarImageByID, getAvatarImageByType, and getAvatarImageByOwner have an updated return type. Avatars will now be returned as binary data.
    • storeAvatar endpoint has been fixed. It now both accepts and sends the avatar property.
  • 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.