Meta Hub Release Notes for September 2026
Meta Hub
Fixes
-
Resolved an issue where adjacent strikethrough spans in a glossary term's description could merge into an invalid four-tilde run, causing the strikethrough formatting to render as literal tildes instead of being applied. Strikethrough formatting now round-trips correctly when multiple struck-through spans appear next to each other. (HUB-9136)
-
Fixed a privilege check gap where users with only View Glossary access could reach the full glossary editor by blocking the route with the Access Required Screen. (HUB-9211)
-
Resolved an issue where the MetaHub API allowed a glossary in Draft status to be endorsed, bypassing the rule that only Published glossaries can be endorsed. The endorsement-status endpoint now rejects endorsement requests for Draft glossaries, matching the restriction already enforced in the UI. (HUB-9123)
-
Resolved an issue where MetaHub glossaries with content larger than approximately 256 KB saved successfully but failed to open, returning a 503 CONTENT_SERVICE_UNAVAILABLE error. The read path now supports content up to the full 10 MB limit, matching the existing write limit. (HUB-9035)
-
Resolved an issue where the Data Hub associations panel rewrote the opening tags of XML code blocks in a glossary's content into square brackets while leaving closing tags as angle brackets, producing mismatched, invalid markup. Code blocks in the Associated Meta Hub Glossary panel now render with the original angle brackets intact, consistent with all other Meta Hub surfaces. (HUB-9372)
-
Resolved an issue where the Data Hub associations preview panel displayed a Deprecated glossary's endorsement status as Pending, even though other preview panels showed the correct status. The associations panel now displays the glossary's actual endorsement status. (HUB-9153)