- Dependencies updated
- Expand properties added for few endpoints
Changes in this version:
- Implemented automatic GitHub release and tag creation in the CI pipeline. This enhancement, addressed in issue #133, automates the process of creating GitHub releases and tags corresponding to new versions, streamlining the release process.
- Thanks to Joe Ennever, the
searchContentByCQL
method has been enhanced with anexpand
property. This addition, merged in pull request #134, allows for more flexible and detailed content queries in the Confluence API.
apiPrefix
was added to the code for allowing to use of custom API prefix for all clients. Thanks to Petr Plenkov for the pull request.
atlas_doc_format
added to some models. Thanks to Andrew McClenaghan for pull request.
- Badge fixed
- Dependencies updated
AuthenticationService
added to export facade. Thanks to Andrew McClenaghan for this improvement.
Cloud API:
asyncConvertContentBodyRequest
method added toContentBody
API.asyncConvertContentBodyResponse
method added toContentBody
API.ContentContentState
API are deprecated. UseContentStates
instead.getAndConvertMacroBodyByMacroId
method added toContentMacroBody
API.getAndAsyncConvertMacroBodyByMacroId
method added toContentMacroBody
API.registerModules
method fixed via adding body to the request.DynamicModules
API.- Other fixes and improvements. (like
expand
property adding).
expand
property added to convertContentBody
method to ContentBody
API. Thanks to Federico Gonzalez for report.
multipart/form-data
added to some required endpoints. Thank you, Gonzalo Garcia for reporting issue and creating PR :)
Dependencies updated
ContentAttachments
fixes for all attachments. (#23 Thanks to Anton for catching)
- Dependencies updated.
- Analytics API added.
- ContentContentState API added.
deletePageTree
method added toExperimental
.getUserProperties
method added toExperimental
.getUserProperty
method added toExperimental
.createUserProperty
method added toExperimental
.updateUserProperty
method added toExperimental
.deleteUserProperty
method added toExperimental
.getContentStateSettings
method added toSettings
.- Another small changes.
- Personal Access token authentication added.
- Telemetry removed (deprecated)
- Fixed bug with spaceKeys in
client.space.getSpaces
(#14 Thanks to David Sanchez for catching) - Fixed bug with attachment download (#15 Thanks to Martin Reinhardt for catching)
- JSDOC improvements
- New experimental endpoints
- Small improvements
- Vulnerabilities fixes.
- Dependencies updated.
- Docs updated
expand
property added togetContentById
method.
- Cloud API
archivePages
method added toContent
.publishLegacyDraft
request fixed inContent
class.publishSharedDraft
request fixed inContent
class.downloadAttachment
method added toContentAttachments
.descendantsOfType
renamed togetDescendantsOfType
inContentChildrenAndDescendants
.permissionCheck
renamed tocheckContentPermission
inContentPermissions
.key
property added togetContentProperties
request inContentProperties
.- Added
Experemental
API. accessType
property added togetGroups
request inGroup
.removeGroupById
method added toGroup
.getGroup
renamed togetGroupByName
inGroup
.getGroupsSearch
renamed tosearchGroups
inGroup
.accountId
property added toaddUserToGroupByGroupId
inGroup
.accountId
property added toaddUserToGroup
inGroup
.getTaskById
method added toInlineTasks
.updateTaskById
method added toInlineTasks
.GetRelationship
renamed togetRelationship
inRelation
.delete
renamed todeleteRelationship
inRelation
.search
renamed tosearchByCQL
inSearch
.userSearch
renamed tosearchUser
inSearch
.horizontalHeader
,spaceReference
,links
properties added toupdateLookAndFeelSettings
inSettings
.permissions
property added tocreatePrivateSpace
inSpace
.type
andstatus
properties added toupdateSpace
inSpace
.addPermission
renamed toaddPermissionToSpace
inSpacePermissions
.addCustomContentPermissions
method added toSpacePermissions
.space
property added tocreateSpaceProperty
inSpaceProperties
.
- Vulnerabilities fixed
- Small params fixes in content creating
expand
property added toContent.getContent
request.expand
property added toContent.createContent
request.Content.updateContent
request body fixed. (#6 Thanks eddiegroves for catching)
expand
property added toContentAttachments.getAttachments
. (#4 Thanks eddiegroves for catching)
- Server API added
- Minor internal improvements
- New endpoint added
- Initial upload