Zuplo logo
Back to Changelog
October 13, 2025
2 min read

Dev Portal Changelog - 2025-10-21

This week's release brings several enhancements focused on security, API documentation, and developer experience. Key highlights include automatic masking of Authorization headers for improved security, a new option to auto-expand API information sections, and fixes for build configuration and documentation links. Dependency updates ensure the platform stays current with the latest versions of core libraries.

Features#

  • Enhanced Security: Authorization headers are now automatically masked by default to prevent accidental exposure of sensitive credentials in logs and documentation #1574
  • Auto-expand API Information: Added new expandApiInformation configuration option that automatically expands API information sections in the documentation for improved discoverability #1572
  • MCP Remote Package: Corrected the NPX package configuration for mcp-remote to ensure proper installation and usage #1599

Fixes#

  • Documentation Links: Fixed broken quick-start URL references to ensure users can access getting started guides #1591
  • Conditional UI Elements: Reload button now only displays when a version is available, preventing confusion in environments where versioning isn't applicable #1573
  • Build Configuration: Resolved issue preventing remark/rehype plugins from being properly loaded from build configuration files #1593

Dependency Updates#

  • Updated @pothos/core from 4.8.0 to 4.10.0 for improved GraphQL schema building capabilities #1585
  • Updated @zuplo/mcp from 0.0.18 to 0.0.22 with latest Model Context Protocol improvements #1543
  • Updated Shiki syntax highlighting dependencies across 6 packages for better code rendering support #1565