---
title: "Dev Portal Changelog - 2025-10-21"
description: ""
canonicalUrl: "https://zuplo.com/changelog/2025/10/13/zudoku-changelog"
pageType: "changelog"
date: "2025-10-13"
tags: "dev-portal"
---
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](https://github.com/zuplo/zudoku/pull/1574)
- **Auto-expand API Information**: Added new `expandApiInformation`
  configuration option that automatically expands API information sections in
  the documentation for improved discoverability
  [#1572](https://github.com/zuplo/zudoku/pull/1572)
- **MCP Remote Package**: Corrected the NPX package configuration for mcp-remote
  to ensure proper installation and usage
  [#1599](https://github.com/zuplo/zudoku/pull/1599)

## Fixes

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

## Dependency Updates

- Updated @pothos/core from 4.8.0 to 4.10.0 for improved GraphQL schema building
  capabilities [#1585](https://github.com/zuplo/zudoku/pull/1585)
- Updated @zuplo/mcp from 0.0.18 to 0.0.22 with latest Model Context Protocol
  improvements [#1543](https://github.com/zuplo/zudoku/pull/1543)
- Updated Shiki syntax highlighting dependencies across 6 packages for better
  code rendering support [#1565](https://github.com/zuplo/zudoku/pull/1565)