|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [2.1.0] - 2025-07-17 |
| 4 | +### **Deprecations** ⚠️ |
| 5 | +- **Package dependencies**: |
| 6 | + - Replaced deprecated `atlassian-jwt` with `@atlassian/atlassian-jwt`. |
| 7 | +- **Content APIs**: |
| 8 | + - Deprecated all content-related methods due to [Confluence API changes](https://developer.atlassian.com/cloud/confluence/changelog/#CHANGE-2520): |
| 9 | + - `content.getContent`, `content.createContent`, `content.getContentById`, `content.updateContent`, `content.deleteContent` |
| 10 | + - `content.getHistoryForContent`, `contentAttachments.getAttachments`, `contentBody.convertContentBody` |
| 11 | + - `contentChildrenAndDescendants.getContentChildren`, `contentChildrenAndDescendants.getContentChildrenByType` |
| 12 | + - `ContentComments`, `contentLabels.getLabelsForContent`, `ContentProperties` |
| 13 | + - `contentVersions.getContentVersions`, `contentVersions.getContentVersion` |
| 14 | +- **Group APIs**: |
| 15 | + - Deprecated group-related methods: |
| 16 | + - `group.removeGroup`, `group.getGroupByQueryParam`, `group.getGroupByName` |
| 17 | + - `group.getMembersByQueryParam`, `group.getGroupMembers` |
| 18 | +- **Other APIs**: |
| 19 | + - Deprecated `InlineTasks`, `SpaceProperties`, `users.getBulkUserMigration` |
| 20 | + - Deprecated content restriction methods: |
| 21 | + - `contentRestrictions.getContentRestrictionStatusForGroup` |
| 22 | + - `contentRestrictions.addGroupToContentRestriction` |
| 23 | + - `contentRestrictions.removeGroupByName` |
| 24 | + - Deprecated `settings.setLookAndFeelSettings` |
| 25 | + - Deprecated space-related methods: |
| 26 | + - `space.getSpaces`, `space.getSpace`, `space.getContentForSpace`, `space.getContentByTypeForSpace` |
| 27 | + |
| 28 | +### **New Features** ✨ |
| 29 | +- **New endpoints**: |
| 30 | + - Added `contentBody.bulkAsyncConvertContentBodyResponse` and `contentBody.bulkAsyncConvertContentBodyRequest` |
| 31 | + - Added `contentStates.getContentsWithState` method |
| 32 | + - Introduced new `UserProperties` API |
| 33 | +- **API improvements**: |
| 34 | + - Added `status` property to `contentAttachments.downloadAttachment` |
| 35 | + - Added `key` property to `longRunningTask.getTasks` |
| 36 | + - Added `sitePermissionTypeFilter` property to `search.searchUser` |
| 37 | + - Added `alias` property to both `space.createSpace` and `space.createPrivateSpace` |
| 38 | + - #145 Added `start` and `limit` properties to `contentChildrenAndDescendants.getContentChildren`. Thanks to @javierbrea for requesting this feature. |
| 39 | + |
| 40 | +### **API Changes** 🔄 |
| 41 | +- **Experimental methods moved**: |
| 42 | + - Moved experimental user property methods to `userProperties` namespace: |
| 43 | + - `getUserProperties`, `getUserProperty`, `createUserProperty`, `updateUserProperty`, `deleteUserProperty` |
| 44 | +- **Parameter fixes**: |
| 45 | + - Simplified `group.removeGroupById` parameters (no longer requires `operationKey` and `groupId`) |
| 46 | + |
| 47 | +### **Other Changes** |
| 48 | +- **Package structure**: |
| 49 | + - Reordered `exports` in `package.json` for better module resolution |
| 50 | + |
| 51 | +--- |
| 52 | + |
3 | 53 | ## [2.0.0] - 2025-05-09
|
4 | 54 | ### **Breaking Changes** ⚠️
|
5 | 55 | - **Deprecated APIs removed**: APIs marked as deprecated in v1.x have been removed.
|
|
19 | 69 | - **Telemetry**: All telemetry/tracking code has been removed.
|
20 | 70 | - No data is collected by the package.
|
21 | 71 |
|
22 |
| -### [1.7.3] - 2024-03-04 |
| 72 | +## [1.7.3] - 2024-03-04 |
23 | 73 |
|
24 | 74 | - Dependencies updated
|
25 | 75 | - Expand properties added for few endpoints
|
26 | 76 |
|
27 |
| -### [1.7.2] - 2023-12-01 |
| 77 | +## [1.7.2] - 2023-12-01 |
28 | 78 |
|
29 | 79 | Changes in this version:
|
30 | 80 |
|
|
0 commit comments