Zuplo Changelog

We release improvements, new features, and fixes daily. Follow along here to see the most important updates.

Portal Improvements

Self-Serve Plan Management#

Customers on our self-serve plans can now manage and pay for their Zuplo play in the Zuplo portal. Payment and plan management powered by Stripe

New Environment Page#

The environment page in the Zuplo Portal has been updated to show the environment status, more details about the environment, and search.

Environment Page

Self-Serve Account Members#

Account members can now be added, invited, and removed through the Zuplo Portal.

Dev Portal API Key Analytics

Users of the Zuplo Developer Portal can now see analytics for their own API key usage.

Enterprise customers can now access rich analytics through the Analytics tab in the dashboard. Analytics make it easy to view:

  • Requests by response status
  • Top Users
  • Users who hit rate limits
  • Request latency

Request Validation Policy

The new Request Body Validation policy allows validating incoming request bodies based on the schema in your OpenAPI file. This policy can be configured to reject requests with invalid body schemas or write logs to your preferred logging provider.

The Request Validation policy no supports validation of headers, query strings, and URL parameters.

Portal Improvements

Over the past few weeks we have shipped a number of improvements to the portal including:

  • A new test running right in the Route designer
  • A project info page in the settings tab
  • Performance improvements when editing large OpenAPI files
  • Subfolder support in the modules directory

Mock API Response Policy

The Mock API Response policy enables rapid mocking of an API using the examples inside of your OpenAPI document. Return a single example or random examples to build a proof-of-concept for your API or enable clients to begin development while the backend is being built out.