Aspose.OMR Cloud 24.4 Release Notes
This article contains a summary of recent changes, enhancements and bug fixes in Aspose.OMR Cloud 24.4.0 (April 2024) release.
What was changed
Key | Summary | Category |
---|---|---|
OMRCLOUD‑196 | Aspose.OMR Cloud API version 3 has been deprecated and is no longer available. | Deprecation |
OMRCLOUD‑196 | Added support for JSON markup. | New feature |
Public API changes and backwards compatibility
This section lists all public API changes introduced in Aspose.OMR Cloud 24.4.0 that may affect the code of existing applications.
Added public APIs:
No changes
Updated public APIs:
The following public APIs have been improved in this release:
https://api.aspose.cloud/v5.0/omr/GenerateTemplate/PostGenerateTemplate
Compatibility: fully backward compatible.
This method now accepts the OMR form sources in JSON markup.
Removed public APIs:
BACKWARD INCOMPATIBILITY!
All classes, methods and properties mentioned below have been deprecated in favor of the new API.
Aspose.OMR Cloud API version 3 has been deprecated and is no longer available. Use version 5 instead.
Examples
The examples below illustrate the changes introduced in this release:
Creating an answer sheet in JSON markup
{
"element_type": "AnswerSheet",
"elements_count": 100
}