Skip to content

Commit 092525f

Browse files
v2.1.0 (#147)
* README.md redesigned * incremental api changes (#146) * incremental api changes * changelog updated * readme updated * readme updated * import fixes * #145: add `start` and `limit` properties for `contentChildrenAndDescendants.getContentChildren` (#148)
1 parent 2cc1982 commit 092525f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2695
-1331
lines changed

CHANGELOG.md

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Changelog
22

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+
353
## [2.0.0] - 2025-05-09
454
### **Breaking Changes** ⚠️
555
- **Deprecated APIs removed**: APIs marked as deprecated in v1.x have been removed.
@@ -19,12 +69,12 @@
1969
- **Telemetry**: All telemetry/tracking code has been removed.
2070
- No data is collected by the package.
2171

22-
### [1.7.3] - 2024-03-04
72+
## [1.7.3] - 2024-03-04
2373

2474
- Dependencies updated
2575
- Expand properties added for few endpoints
2676

27-
### [1.7.2] - 2023-12-01
77+
## [1.7.2] - 2023-12-01
2878

2979
Changes in this version:
3080

0 commit comments

Comments
 (0)