Skip to content

v6.6.55

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jan 13:47
ac28ed1

What's New in this Release

πŸ”₯ gRPC Support

This release brings partial gRPC support to the API Console and documentation suite β€” enabling seamless work with gRPC APIs, improved rendering, navigation, and messages. (In this version, GRPC is not supported in the try panel.)

  • W-20872911 β€” Prepare and publish release with full gRPC support (main orchestrator ticket)
  • W-20359326 β€” Support gRPC endpoints in API summary
  • W-20359321 β€” Hide URL panel in endpoint documentation for gRPC APIs
  • W-20359320 β€” Hide code snippets in method documentation for gRPC APIs
  • W-20359317 β€” Properly display body data in gRPC documentation
  • W-20141096 β€” Properly display response messages in gRPC documentation
  • W-20115140 β€” Adapt navigation and types for full gRPC compatibility
  • W-19991461 β€” Update AMFHelperMixin to correctly detect and identify gRPC APIs

πŸ› οΈ Bug Fixes & Improvements

  • W-11650729 β€” Fix API Documentation Preview: nullable: true no longer removes descriptions or incorrectly adds union types
  • W-20872645 β€” Fix and fully enable support for Agent topics
  • W-20872589 β€” Standardize and fix GitHub Actions workflows for component publishing
  • W-20242139 β€” Fix rendering issue: tags property now displays correctly in the API Console
  • W-20075703 β€” Fix array type indicator rendering when used inside union types