Skip to content

Commit

Permalink
CHANGELOG.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactoring committed Oct 15, 2023
1 parent 3afc02c commit 40f23e3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 40f23e3

Please sign in to comment.