v6.6.57
What's Changed
W-21045342-PR: [APIC-Agent topic] Add Agent Topic icon on operations
W-21045326-PR: [APIC-gRPC] Hide Try it panel for gRPC specs
- Agent Topic icon rendering fix: Enhanced the
AmfHelperMixinto properly resolve custom domain properties across different JSON-LD formats. This improvement ensures that the Agent Topic icon is correctly displayed on operations in theapi-summarycomponent, fixing an issue where the icon was missing when using the shorter AMF format. The fix includes better handling of custom domain properties resolution, supporting both expanded and compacted JSON-LD structures. (W-21045342)
- gRPC Try It panel visibility: Added automatic detection and hiding of the Try It panel for gRPC API specifications. When a gRPC API is detected using the
_isGrpcApi()method fromAmfHelperMixin, the console now:- Hides the inline try-panel that appears in wide layout mode
- Hides the Try It button in the method documentation view
- Provides a cleaner interface for gRPC APIs where the Try It functionality is not applicable
Full Changelog: v6.6.55...v6.6.57