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 changes from Monday, 2025-09-29 to Sunday, 2025-10-05, focusing on new policy features, runtime improvements, and portal enhancements.
Features#
- GraphQL Introspection Filter Policy: Added new MCP GraphQL tools with introspection filtering capabilities to help manage GraphQL schema exposure and improve security
- Logs in AI Gateway: Enhanced AI Gateway with comprehensive logging functionality, providing better visibility into gateway operations and events
Fixes#
- MCP Server Handler: Fixed issue with routes containing escaped colons that were not being handled correctly
- URL Forward Handler: Enhanced support for buffering request body during redirect transmission, improving reliability of URL forwarding
- Log Parsing: Fixed issue where log chunks were not being correctly parsed, improving log reliability and accuracy
Portal Updates#
- Copy Path Enhancement: Improved path copying functionality with visual feedback through flash animations
- Invite UI Improvements: Updated color scheme for invitation-related interface elements to improve visual clarity
- Secret Management UI: Enhanced the secret management interface for better user experience and security
- MCP Server Bug Fix: Resolved server-side issues affecting MCP functionality
- Button UI Cleanup: Removed count display from buttons to reduce user confusion
Audit Logs are now available for Zuplo Enterprise customers. This feature provides a record of activities within your Zuplo account, including project modifications, configuration changes, team management, API key operations, and deployment activities. Each log entry includes information about the actor, affected resources, timestamp, and geographic context.
Availability#
Available now as an add-on for Enterprise customers. Current enterprise customers can trial the feature for development and testing. Contact your account manager or sales@zuplo.com to enable it.
Audit Log Features#
- 90-day retention by default (extended retention available on request)
- Immutable audit trails suitable for compliance requirements
- Real-time activity logging
- Detailed context including IP address, user agent, and location data
How to access Audit Logs#
Once enabled, Audit Logs can be found in the Zuplo Portal (Account Settings → Audit Logs). You will see the most recent activities as well as options to filter the events by date range, action type, actor or success/failure status.
Programmatic Access to Audit Logs#
Audit Log data is also available via the API using the
/accounts/{accountName}/audit-logs endpoint. Query parameters are available
for filtering and pagination (maximum 100 results per request, 30-day query
range limit).
Note: During beta, not all events may be captured.
See the Audit Logs documentation for more information.
This changelog covers improvements to the runtime and portal from Monday, 2025-09-01 to Sunday, 2025-09-07.
Fixes#
- Runtime: Fixed MCP (Model Context Protocol) server handlers to return proper 405 Method Not Allowed responses instead of 404 Not Found when unsupported HTTP methods are used
Portal Updates#
- Added enhanced stack trace mapping and formatting in the log viewer for better debugging experience with loading states and improved readability