From 40f23e3fe51791dc0ba02d696bb627bc490de15e Mon Sep 17 00:00:00 2001 From: Vladislav Tupikin Date: Sun, 15 Oct 2023 19:17:27 +0300 Subject: [PATCH] CHANGELOG.md updated --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76635fc73..cb783aac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Jira.js changelog +### 3.0.0 + +#### **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. + ### 2.20.1 - [#277](https://github.com/MrRefactoring/jira.js/issues/277) newErrorHandling provides additional error codes.