Releases: gsroberts/atlassian-cloud-backup-tool
Releases · gsroberts/atlassian-cloud-backup-tool
v1.1.0 - The one that upgrades to .NET 6
ACBT v1.0 Beta 4: BugFix, Services need authorization headers too
This release adds Authorization header to V1 Services (Confluence) so that backups will succeed
Fix Broken API Endpoints
This release fixes the issue caused after Atlassian moved the /rest/obm/1.0
endpoints. The appsettings.json
file has been updated to reflect this change.
Also included in this release is the move to Authorization: Basic ...
for all endpoints instead of the old cookie-based approach since that is now deprecated and will not be supported in the future.
ACBT v1.0 beta 2
Updates to fix broken JIRA backups after the API endpoints changed... again.
ACBT v1.0 beta 1
Remove zip archival of backups and replace with directory based archival * Zip-based archival of the backups was running up against physical file size limits (> 4GB) on some storage devices and file systems. A folder structure is now used instead. * Added a new flag to only run the clean up routines for the specified tools * Removed dependence on the System.IO.Compression namespace