Skip to content

v6.6.57

Choose a tag to compare

@github-actions github-actions released this 29 Jan 15:16
5ce0d59

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 AmfHelperMixin to properly resolve custom domain properties across different JSON-LD formats. This improvement ensures that the Agent Topic icon is correctly displayed on operations in the api-summary component, 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)
Screenshot 2026-01-28 at 6 01 25 PM
  • 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 from AmfHelperMixin, 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
Screenshot 2026-01-29 at 9 57 51 AM

Full Changelog: v6.6.55...v6.6.57