Zuplo Changelog
We release improvements, new features, and fixes daily. Follow along here to see the most important updates.
This release includes improvements to the Zuplo CLI, Developer Portal, and runtime improvements, along with various portal updates.
Features#
CLI Enhancements
- Added comprehensive examples to all CLI commands to improve developer experience
- Enhanced OpenAPI overlay command with validation improvements and bug fixes
- Removed Windows warning messages for better cross-platform support
Developer Portal Migration
- Added proxy mode support for legacy dev portal handler to ensure backward compatibility
- Added GitHub status warning alerting of use of the legacy developer portal
Portal Updates#
Role-Based Access Control (RBAC) Improvements
- Enhanced role selection interface with improved dropdown functionality
- Simplified team management by separating invites from active team members
- Added role badge visualization for better clarity
User Experience Enhancements
- Updated product page hero image for improved visual appeal
- Overhauled policy picker with enhanced visual design and selection controls
- Fixed project deletion modal for better accessibility
This release introduces improvements to the CLI with new OpenAPI utility commands, enhanced route editor, and better Windows support.
Features#
CLI Improvements#
- Enhanced OpenAPI utility commands with overlay support and validation improvements. See docs for convert, merge, and overlay
- Added comprehensive examples to all CLI commands for better developer experience
- Removed Windows compatibility warnings for improved cross-platform support
- Normalized CLI input paths for better cross-platform compatibility
Portal Updates#
- Streamlined invite flow with simplified dialog interface and better user filtering
- Unified source control provider experience across GitLab, Bitbucket, Azure, and GitHub
- Added incident status display in portal with status badges
- Introduced keyboard shortcut component for better navigation
- Simplified account member management with new deletion flow
This changelog covers enhancements to the Zuplo Portal user interface, development tools, and runtime improvements from Monday, 2025-10-13 to Sunday, 2025-10-19.
Features#
- New Route Editor: Enabled the enhanced route editor for all users, providing an improved interface for managing API routes
- Documentation File Management: Improved handling of documentation files by removing unnecessary filtering restrictions
Fixes#
- Template Improvements: Enhanced project templates for better developer experience
- User Session Tracking: Fixed missing userSub property on latestRequest objects
- File Path Handling: Corrected POSIX path handling for route metadata filepath on Windows systems
Portal Updates#
- Dark Mode Enhancements: Optimized dark mode display across the portal interface for better visual consistency
- Azure Integration: Fixed Azure authentication settings display in the portal settings page
- Local Editor Improvements: Enhanced local development experience with better conflict detection and resolution workflows
This changelog covers improvements to sourcemapping, configuration flexibility, MCP support, and Portal analytics from Monday, 2025-08-25 to Sunday, 2025-08-31.
Features#
- Sourcemapping Improvements: Enhanced sourcemap generation and file mapping capabilities for better debugging experience
- Configuration Flexibility: Updated
zuplo.jsoncconfiguration shape to support additional customization options - Certificate Validation Control: Added environment variable to disable certificate validation when needed for specific deployment scenarios
- MCP Prompts Support: Added support for Model Context Protocol (MCP) prompts functionality
- MCP Error Handling: Improved error display formatting for MCP operations
Fixes#
- CLI Template Fix: Corrected the
create appreadme to reference the correct template - Request Validator: Improved handling of invalid parameter validators in the request-validator policy to prevent runtime errors
This changelog covers changes from Monday, 2025-08-18 to Sunday, 2025-08-24.
Summary#
This release includes improvements to the CLI login experience with device flow authentication and source map support for better debugging capabilities.
Features#
- Enhanced CLI Authentication: The CLI now uses device flow for login, providing a more secure and user-friendly authentication experience
- Source Maps Support: Enabled source maps on public builds to improve debugging and error tracking capabilities
This release introduces significant improvements to the Zuplo CLI, rate limiting capabilities, and developer portal experience. Key highlights include a new CLI command for migrating to the redesigned developer portal, enhanced rate limiting with adaptive timeouts, and support for wildcard subdomains in CORS policies.
New Features 🎉#
-
New Developer Portal Migration Command - Added
zuplo source migrate dev-portalCLI command to help users migrate to the new Zuplo Developer Portal built on the Zudoku framework. This simplifies the transition to the enhanced portal experience. -
Enhanced Rate Limiting with Adaptive Timeouts - The rate limiter policy now supports adaptive and configurable timeouts, providing more flexible control over API rate limiting behavior and improved performance under varying load conditions.
-
CLI Project Creation - New CLI command for creating Zuplo projects directly from the command line, streamlining the project setup workflow. See the CLI documentation for usage details.
Bug Fixes 🐛#
-
OpenAPI Transpiler Type Handling - Fixed an issue where the OpenAPI transpiler now correctly defaults to "type: object" when properties are defined, ensuring proper schema generation and type safety.
-
CLI Tunnel Command Validation - Added missing account argument validation for the create tunnel command in the Zuplo CLI, preventing errors when setting up local development tunnels.
Improvements 🔄#
-
Wildcard Subdomain Support for CORS - The CORS policy now supports wildcard subdomains, enabling more flexible cross-origin configurations for APIs serving multiple subdomains or multi-tenant applications.
-
Enhanced SSO and MFA Security - Improved security for enterprise accounts by enforcing SSO and MFA requirements, ensuring better access control and compliance with enterprise security policies.