Deprecations ⚠️
- Package dependencies:
- Replaced deprecated
atlassian-jwt
with@atlassian/atlassian-jwt
.
- Replaced deprecated
- Content APIs:
- Deprecated all content-related methods due to Confluence API changes:
content.getContent
,content.createContent
,content.getContentById
,content.updateContent
,content.deleteContent
content.getHistoryForContent
,contentAttachments.getAttachments
,contentBody.convertContentBody
contentChildrenAndDescendants.getContentChildren
,contentChildrenAndDescendants.getContentChildrenByType
ContentComments
,contentLabels.getLabelsForContent
,ContentProperties
contentVersions.getContentVersions
,contentVersions.getContentVersion
- Deprecated all content-related methods due to Confluence API changes:
- Group APIs:
- Deprecated group-related methods:
group.removeGroup
,group.getGroupByQueryParam
,group.getGroupByName
group.getMembersByQueryParam
,group.getGroupMembers
- Deprecated group-related methods:
- Other APIs:
- Deprecated
InlineTasks
,SpaceProperties
,users.getBulkUserMigration
- Deprecated content restriction methods:
contentRestrictions.getContentRestrictionStatusForGroup
contentRestrictions.addGroupToContentRestriction
contentRestrictions.removeGroupByName
- Deprecated
settings.setLookAndFeelSettings
- Deprecated space-related methods:
space.getSpaces
,space.getSpace
,space.getContentForSpace
,space.getContentByTypeForSpace
- Deprecated
New Features ✨
- New endpoints:
- Added
contentBody.bulkAsyncConvertContentBodyResponse
andcontentBody.bulkAsyncConvertContentBodyRequest
- Added
contentStates.getContentsWithState
method - Introduced new
UserProperties
API
- Added
- API improvements:
- Added
status
property tocontentAttachments.downloadAttachment
- Added
key
property tolongRunningTask.getTasks
- Added
sitePermissionTypeFilter
property tosearch.searchUser
- Added
alias
property to bothspace.createSpace
andspace.createPrivateSpace
- #145 Added
start
andlimit
properties tocontentChildrenAndDescendants.getContentChildren
. Thanks to @javierbrea for requesting this feature.
- Added
API Changes 🔄
- Experimental methods moved:
- Moved experimental user property methods to
userProperties
namespace:getUserProperties
,getUserProperty
,createUserProperty
,updateUserProperty
,deleteUserProperty
- Moved experimental user property methods to
- Parameter fixes:
- Simplified
group.removeGroupById
parameters (no longer requiresoperationKey
andgroupId
)
- Simplified
Other Changes
- Package structure:
- Reordered
exports
inpackage.json
for better module resolution
- Reordered