This article is for Data Center. Visit Cloud
API Changes in Structure 7.4
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 17.x should work fine.
Jira Version | New API Version |
---|---|
8.13+ | 17.12.0 |
See Structure API Versions for full version information and downloads.
2. Compatible Changes in the Java API
New change history item and change history group item types have been introduced in Structure 7.4. CHANGE_HISTORY_ITEM
 and CHANGE_HISTORY_GROUP
 constants have been added to CoreItemTypes
. Also there are new methods in CoreIdentities
 to create corresponding item identities.
BackupOperation.setBackupExtension(Set<String>)
 method has been added to specify Structure extensions to backup along with the Structure data.
GenerationContext.inputForest()
 method has been added for getting the forest fragment generated before calling the current generator.