---
title: "Dev Portal Changelog - 2025-09-09"
description: ""
canonicalUrl: "https://zuplo.com/changelog/2025/09/01/zudoku-changelog"
pageType: "changelog"
date: "2025-09-01"
tags: "dev-portal"
---
This changelog covers all releases from Monday, 2025-09-01 to Sunday,
2025-09-07, introducing performance optimizations for prerendering and important
bug fixes for directive parsing. Key highlights include configurable prerender
workers for better build performance and resolution of remark-directive parsing
issues that were affecting content processing.

## Features

- **Configurable prerender workers** - Added ability to configure the number of
  prerender workers during build process for improved performance and resource
  utilization [#1521](https://github.com/zuplo/zudoku/pull/1521)

## Fixes

- **Remark-directive parsing** - Fixed critical parsing issues with
  remark-directive that were preventing proper content processing
  [#1530](https://github.com/zuplo/zudoku/pull/1530)

## Documentation

- **API Keys documentation** - Corrected typo in API keys documentation for
  improved clarity [#1528](https://github.com/zuplo/zudoku/pull/1528)