Skip to content

Releases: gsroberts/atlassian-cloud-backup-tool

v1.1.0 - The one that upgrades to .NET 6

19 Apr 12:23
Compare
Choose a tag to compare

Changes in this release are limited to an update of the target framework from version dotnet core 2 to the latest LTS for .NET, which is 6

ACBT v1.0 Beta 4: BugFix, Services need authorization headers too

26 Nov 18:34
Compare
Choose a tag to compare

This release adds Authorization header to V1 Services (Confluence) so that backups will succeed

Fix Broken API Endpoints

22 Nov 15:23
Compare
Choose a tag to compare
Pre-release

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

23 Dec 04:34
Compare
Choose a tag to compare
ACBT v1.0 beta 2 Pre-release
Pre-release

Updates to fix broken JIRA backups after the API endpoints changed... again.

ACBT v1.0 beta 1

09 Nov 12:55
Compare
Choose a tag to compare
ACBT v1.0 beta 1 Pre-release
Pre-release
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