February 2026
New versions of Heretto products are here! Read on to learn what's new. 🚀
Heretto product versions released this month:
Heretto CCMS 26.02.24
Heretto Deploy API
26.02.19
26.02.23
Heretto Portal 26.02.19
February 24, 2026
A new CCMS content view and an update on what we've been focused on behind the scenes.
Heretto CCMS 26.02.24
Added. You can now view the raw source content for any file type from the CCMS interface by pressing Alt and clicking the REST URL. This is especially helpful when troubleshooting, for example, publishing issues. See View DITA Content and Metadata for a Resource.
-
Behind the scenes, we've been working on the next-generation Localization Reporting, Content Metrics Reporting, and Content Quality Reporting. We'll share more soon.
February 23, 2026
A new Deploy API version with a recently introduced fix to the Heretto Portal authentication flow.
Heretto Deploy API 26.02.23
-
Fixed. We resolved an issue where the Heretto Portal returned a 404 error instead of a 401 for unauthorized pages, which prevented the authentication flow from triggering. The root cause was a Deploy API update that caused the
appnameattribute inresourceIdto interfere with page resolution. After this fix, theappnameattribute is ignored and no longer affects portal behavior. To learn how to useresourceIdto create peer links, see URL (Peer Links).
February 19, 2026
Heretto Deploy API and Heretto Portal versions with extended support for the resourceid element.
In some releases, changes span both Heretto Deploy API and Heretto Portal. In such cases, we add release notes for both products with a note that a specific version of Deploy API or Heretto Portal is required for that fix.
Heretto Deploy API 26.02.19
-
Added. Deploy API now supports the DITA 1.3
appidandappnameattributes on theresourceidelement, in addition to the existingidattribute. Eitheridorappidis required;appnameis optional. Theresourceidelement is now also supported intopicmeta, not justprolog. If multiple topics share the same ID value in theresourceidelement (not recommended), navigating to a topic by its resource ID returns the first topic in the sitemap.For more information on the
resourceidelement, see resourceid (DITA 1.3 Specification). To learn how to useresourceIdto create peer links, see URL (Peer Links). Added. The Deploy API now extracts
resourceidmetadata from bothprologandtopicmetaelements and serves it to consuming endpoints, including Heretto Portal and third-party integrations. Theresourceidmetadata is included in the Get content and metadata for a page endpoint in theresourceIdsproperty. A single topic can carry multiple resource IDs, and searching any one of them will return that topic. While sharing a resource ID across multiple topics is not recommended, if this occurs, all matching topics are returned in search results but users are always taken to the first topic in the sitemap.Deployments using active sync will reflect this change automatically. Manual deployments require a republish to reprocess the metadata.
For more information on the
resourceidelement, see resourceid (DITA 1.3 Specification). To learn how to useresourceIdto create peer links, see URL (Peer Links).
Heretto Portal 26.02.19
-
Added. Heretto Portal now supports the DITA 1.3
appidandappnameattributes on theresourceidelement, in addition to the existingidattribute. Eitheridorappidis required;appnameis optional. Theresourceidelement is now also supported intopicmeta, not justprolog. When multiple topics share the same ID value in theresourceidelement (not recommended), portal redirects to the first topic in the sitemap. Requires Heretto Deploy API 26.02.19.For more information on the
resourceidelement, see resourceid (DITA 1.3 Specification). To learn how to useresourceIdto create peer links, see URL (Peer Links).