Zuplo Changelog
We release improvements, new features, and fixes daily. Follow along here to see the most important updates.
Custom Logging Additional Log Fields
Logging plugins now include several new fields to help filter logs for different environment types:
The names of these fields may differ depending on your logger as we follow the
conventions of each log service. So environmentType
may be environmentType
,
environment_type
, or environment-type
.
environment
: This is the name of your Zuplo environment. This will be the same as your Zuplo subdomain. i.e. if your Zuplo URL ishttps://silver-lemming-main-b0cef33.zuplo.app
, the environment issilver-lemming-main-b0cef33
environmentType
: This indicates where your environment is running. Possible values are:edge
: Environments deployed to our 300+ edge locationsworking-copy
: Environments deployed to your single-instance dev serverlocal
: When running with Zuplo local development
environmentStage
: This indicates the deployment stage of your environment. Possible values are:production
: Environments deployed from your default git branchpreview
: Environments deployed from any other git branchworking-copy
: Environments deployed to your single-instance dev serverlocal
: When running with Zuplo local development
New API Playground
The Zuplo Developer portal is the easiest way to create beautiful documentation for your API - today, it gets even better with a new API Playground. The API Playground allows your users to immediately call your API without leaving the browser. Try it out now on Zuplo's API docs or create your own in the Portal.

Supabase Auth in Developer Portal
We announced last week during Supabase Week that the Zuplo Developer portal now supports Supabase Authentication in addition to OpenID based auth. Supabase developers can now use their custom hosted Supabase login experience to authenticate users to their API docs hosted by Zuplo. For full instructions see the documentation.
Dev Portal Performance#
Over the past several weeks we have worked on improving the overall performance of the Developer Portal and we are happy to report that the results have been meaningful. For most real use loads of the API page, the content loads in about a second. Larger APIs (i.e. with larger OpenAPI documents) may experience a bit longer load time, but we plan to address that soon.
Custom pages should load almost instantly now as we have optimized serving them from our edge CDN.
Overall you should see much snappier UI in the developer portal. We have more work to do - in particular for customers with larger OpenAPI documents, but we hope you will be happy with the recent improvements.
Dev Portal Performance
Over the past several weeks we have worked on improving the overall performance of the Developer Portal and we are happy to report that the results have been meaningful. For most real use loads of the API page, the content loads in about a second. Larger APIs (i.e. with larger OpenAPI documents) may experience a bit longer load time, but we plan to address that soon.
Custom pages should load almost instantly now as we have optimized serving them from our edge CDN.
Overall you should see much snappier UI in the developer portal. We have more work to do - in particular for customers with larger OpenAPI documents, but we hope you will be happy with the recent improvements.
SumoLogic Log Plugin
A new Log Plugin is available for SumoLogic that enables sending your API Gateway logs to SumoLogic.
See the documentation for information on how to setup the plugins. The following are all the log plugins currently available:
- DataDog
- Dynatrace
- Google Cloud Logging
- Loki
- SumoLogic
Improved Github Integration
The Zuplo Github integration has been reworked to improve reliability and performance. You can now connect to Github with scoped authentication that allows you to only grant Zuplo access to a single repository. Multiple Github Orgs and Repos can be connected.
See the documentation for details