Page tree

You are viewing documentation for Structure Server and Data Center version 5.5 and patch releases. For other versions, see Version Index or [Structure Cloud].

Skip to end of metadata
Go to start of metadata

1. Minor Java API Release

There are a few API additions coming with this release. The changes are backwards-compatible, so any code using API 16.x should work fine.

Jira Version

New API Version

7.6+

16.15.0

See Structure API Versions for full version information and downloads.

2. Compatible Changes in the Java API

2.1. Restoring History

Restoring Structure history from a backup file can take a long time. Now you can call BackupOperation.setRestoreHistory() to disable restoring history even if it's present in the backup file. The new method must be called before calling restore().

2.2. Pinger

Pinger is an @Internal Structure component extracted into the API for consumption by Structure add-ons. It is not intended to be used by third-party developers.