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.

Compatible Changes in the Java API

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().

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.