1. Changelog
Self-hosting Apidog
  • Overview
  • Introduction
    • Obtaining Apidog On-Premises License
    • System Requirements
    • Data Privacy & Compliance
  • Deployments
    • Docker Deployment
      • Standalone Docker Deployment
      • Hybrid Docker Deployment
      • Multi-Containers Docker Deployment
    • Kubernetes Deployment
      • Deploying Apidog on Kubernetes using Deployment Manifest
      • Deploying Apidog on Kubernetes using Helm
  • Post Deployment
    • Accessing Apidog Admin Panel
    • Accessing Apidog Web Interface
    • Installing Apidog On-Premises Client
  • Configurations
    • Environment Variables
    • Database Configuration
    • Storage Services Configuration
    • Git Connection Configuration
    • Authentication Providers
      • Using LDAP for Authentication
      • Using OKTA for Authentication
      • Using OAuth2.0 for Authentication
  • Maintenance & Upgrades
    • Updating Apidog
    • Backing up Apidog
    • License Renewal
    • System Design Flow
  • Troubleshooting
    • Troubleshooting
    • FAQ
  • Apidog API (coming soon)
  • Changelog
    • Apidog On-Premise Changelog Q2 2026 - v2.7.80
    • Apidog On-Premise Changelog Q1 2026 - v2.7.38
  1. Changelog

Apidog On-Premise Changelog Q2 2026 - v2.7.80

Changelog for versions 2.7.38 - 2.7.80
This document organizes all updates by feature type for easier navigation and reference.

🔥 New Features#

🔥[New Feature] You can use AI to generate test cases for endpoints. (v2.7.39)
use AI to generate test cases
🔥[New Feature] You can now add tags to test cases and manage both tags and categories. (v2.7.42)
🔥[New Feature] When configuring the Customize settings for published documentations, you can now preview the effect in real time. (v2.7.45)
Real-time preview of the effect of published documentations
🔥[New Feature] You can now configure whether branch admins are allowed to directly modify the protected branch content. (v2.7.45)
configure the branch admins
🔥[New Feature] After obtaining an OAuth 2.0 token, you can now set it as a current value of the variable to prevent sharing the token with others in the team. (v2.7.46)
🔥[New Feature] If the request body schema is defined in the API specification, auto-completion is supported for JSON body input during endpoint debugging. (v2.7.51)
json-body-auto-completion.gif
🔥[New Feature] API design now supports status code ranges defined in the OpenAPI/Swagger specs, including 2XX, 4XX, 5XX, and default. (v2.7.53)
🔥[New Feature] You can now add test data to test cases. (v2.7.53)
🔥[New Feature] You can use AI to check API documentation completeness. (v2.7.55)
API documentation completeness
🔥[New Feature] Support for importing OpenAPI/Swagger specs from GitHub and GitLab repositories. (v2.7.55)
importing OpenAPI/Swagger specs from GitHub
🔥[New Feature] Published docs now lets you customize background patterns, adjust the folder tree width, and use multi-level navigation. (v2.7.56)
customize background patterns
🔥[New Feature] Supports importing OpenAPI/Swagger specs from Azure DevOps. (v2.7.56)
🔥[New Feature] You can configure a general network proxy for the base URL of each service within an environment, supporting HTTP and SOCKS5 protocols. (v2.7.60)
General network proxy for the base URL
🔥[New Feature] Spell checking is now available when editing Markdown content. (v2.7.60)
Spell checking in markdown
🔥[New Feature] Added support for Korean, Vietnamese, and Indonesian. (v2.7.60)
🔥[New Feature] SSE streaming responses and endpoints related to AI with LLMs are now supported when designing APIs. You can also configure Content Schema for fields of type string. (v2.7.62)
SSE streaming responses
🔥[New Feature] Publish Docs now supports configuring Algolia's Ask AI feature. (v2.7.62)
Algolia's Ask AI feature
🔥[New Feature] When debugging Socket.IO endpoints, sending empty messages and messages without parameters is now supported. (v2.7.62)
🔥[New Feature] Support for creating blank SPEC mode projects without connecting to a Git repository. (Q2 private deployment)
🔥[New Feature] Support for importing OpenAPI files directly as non-git SPEC mode projects. (Q2 private deployment)
🔥[New Feature] Support for re-syncing tracked branches in SPEC mode projects from Git & Branches settings. (Q2 private deployment)
🔥[New Feature] Support for editing OAS 2 files in form view in the Specs tab. Requires Desktop Client v2.7.76+. (Q2 private deployment)
🔥[New Feature] The file tree can now display OAS API titles in SPEC mode. Requires Desktop Client v2.7.76+. (Q2 private deployment)
🔥[New Feature] The directory tree in the Specs tab now supports switching between List and Tree modes. Requires Desktop Client v2.7.76+. (Q2 private deployment)
🔥[New Feature] Support for viewing Git changes and committing selected files in SPEC mode. Requires Desktop Client v2.7.76+. (Q2 private deployment)
Total: 25 new features

⚡️ Improvements & Optimizations#

⚡️[Optimization] The entry for the Scheduled Import feature in the Import Data interface within the project has been restored. (v2.7.38)
⚡️[Optimization] After creating a new resource within a folder, the folder will automatically expand to display the newly created resource. (v2.7.38)
⚡️[Optimization] When debugging an endpoint, hover over the returned status code to see more detailed explanations. (v2.7.39)
⚡️[Optimization] When creating a sprint branch, you can assign a branch admin to review MRs. (v2.7.39)
⚡️[Optimization] Duration in test report now supports additional units: d, h, m (not just ms and s) (v2.7.39)
⚡️[Optimization] Importing data in any format supports creating new modules. (v2.7.39)
⚡️[Optimization] If no multiple services are configured for a module, the endpoint will no longer show a base URL selection. (v2.7.39)
⚡️[Optimization] When a self-hosted Runner encounters errors, the app will display error messages and solutions. (v2.7.39)
⚡️[Optimization] Support searching for test steps by step ID. (v2.7.39)
⚡️[Optimization] When designing APIs, you can now set whether the request body is required. (v2.7.40)
⚡️[Optimization] Improved the UI of the response when debugging an endpoint. (v2.7.40)
⚡️[Optimization] Added an entry for the "Import via API" feature in the Import Data interface within the project. (v2.7.40)
⚡️[Optimization] Added support for assertions based on HTTP status codes. (v2.7.42)
⚡️[Optimization] In the test report result categories, the specific number of items in each category is displayed. (v2.7.42)
⚡️[Optimization] Provided clearer tips for different request exception scenarios. (v2.7.44)
⚡️[Optimization] Software borders and shadows would not be displayed on macOS Tahoe 26 to fix lag issues caused by high GPU usage. (v2.7.44)
⚡️[Optimization] When selecting status code 204 while designing an endpoint, the content type will automatically switch to No-Content. (v2.7.45)
⚡️[Optimization] When debugging SSE streaming responses for endpoints related to AI with LLMs using the Cloud Agent in the web version, the timeline content now displays correctly. (v2.7.45)
⚡️[Optimization] Support extracting null as a variable value. (v2.7.45)
⚡️[Optimization] When external project members click "Run in Apidog" in published documentation to debug an endpoint, they can now edit the current values of the environment variables. (v2.7.45)
⚡️[Optimization] When editing an endpoint and clicking on a referenced schema from a field, the schema list of the current module will be displayed. (v2.7.45)
⚡️[Optimization] Test scenarios now support bulk modifying. (v2.7.45)
⚡️[Optimization] Once a required permission is added, it will automatically be assigned to all custom roles. (v2.7.45)
⚡️[Optimization] Added a new performance optimization feature: Optimize in-project tab rendering to solve lag issues when multiple tabs are open. (v2.7.45)
⚡️[Optimization] Added a new performance optimization feature: GPU hardware acceleration. If you experience UI flickering or incomplete interface rendering, please disable this option. (v2.7.45)
⚡️[Optimization] Improved the UI for AI schema modifications and AI model provider configuration. (v2.7.45)
⚡️[Optimization] Improved the UI for creating new endpoints on the main interface — the menu now appears only after clicking. (v2.7.46)
⚡️[Optimization] Enhanced the sample project with more comprehensive content. (v2.7.46)
⚡️[Optimization] Global variables now support multi-user online collaboration and real-time automatic updates. (v2.7.46)
⚡️[Optimization] gRPC debugging now supports JSON with comments. (v2.7.46)
⚡️[Optimization] When inserting dynamic values into input boxes, the value is now inserted at the cursor position instead of the end. (v2.7.46)
⚡️[Optimization] Provided clearer tips and guidance when AI model errors occur. (v2.7.46)
⚡️[Optimization] When a gRPC endpoint returns an error, Metadata and Trailer will still be displayed normally. (v2.7.48)
⚡️[Optimization] When generating test cases with AI, if no test case category is selected, the system will prioritize generating the appropriate category based on the user's input requirements. (v2.7.48)
⚡️[Optimization] Improved the UI for entering the verification code. (v2.7.48)
⚡️[Optimization] The user onboarding interface supports switching languages. (v2.7.48)
⚡️[Optimization] When generating endpoint test cases with AI, assertions, custom scripts, and other pre/post processors are now generated simultaneously. (v2.7.49)
generating assertions and other pre/post processors with AI
⚡️[Optimization] Once an organization enables the AI feature, all teams within the organization can use it directly. (v2.7.49)
⚡️[Optimization] Improved the UI for switching between the design and debug views when creating a new endpoint. (v2.7.49)
⚡️[Optimization] Optimized the icons in the folder tree. (v2.7.49)
⚡️[Optimization] When generating endpoint test cases with AI, you can now first generate a list of test cases with descriptions, re-edit them, and then confirm to generate the full test case details. (v2.7.51)
re-edit-test-cases-generated-ai
⚡️[Optimization] AI can now generate more test cases based on your existing endpoint test cases. (v2.7.51)
test-case-generation-based-on-existing.gif
⚡️[Optimization] You can now add descriptions and headers to response components. (v2.7.51)
⚡️[Optimization] More conditions are now supported when asserting HTTP Code. (v2.7.51)
⚡️[Optimization] Supports fuzzy search for module names. (v2.7.51)
⚡️[Optimization] Improved the UI for selecting and searching steps in test reports. (v2.7.51)
⚡️[Optimization] After running test scenarios with Apidog CLI specifying the run environment, the Webhook notification you receive will now include the environment name. (v2.7.51)
⚡️[Optimization] When running a test scenario with a private environment selected, other team members will now see a reminder to "Select an environment" instead of "Environment has been deleted". (v2.7.51)
⚡️[Optimization] After logging in with GitHub, the email of the GitHub account will now be used as the email for the Apidog account. (v2.7.51)
⚡️[Optimization] OpenAPI/Swagger specs import and export now support response components. (v2.7.53)
⚡️[Optimization] Exporting Apidog-formatted data now includes the endpoints' test cases. (v2.7.53)
⚡️[Optimization] Improved the error messages for AI features, making them clearer and more informative. (v2.7.53)
⚡️[Optimization] You can now directly edit referenced variable names and dynamic value expressions in input boxes. (v2.7.55)
⚡️[Optimization] Optimized the UI for configuring the base URL in Manage Environment. (v2.7.55)
⚡️[Optimization] Improved the UI for test scenario design page. (v2.7.55)
⚡️[Optimization] AI model provider settings now allow configuring the Google Cloud Location for each Google Vertex model and the AWS Region for each AWS Bedrock model individually. (v2.7.55)
⚡️[Optimization] When configuring AI model providers, you can select new models such as GPT-5.1, Claude Sonnet 4.5, Gemini 3 Pro, and DeepSeek V3.2 Exp, etc. (v2.7.55)
⚡️[Optimization] Supports importing data directly from Git repositories. (v2.7.56)
⚡️[Optimization] Improved the UI for selecting Auth. (v2.7.56)
⚡️[Optimization] Improved instruction-following accuracy for AI-generated test cases. (v2.7.59)
⚡️[Optimization] When configuring AI model providers, you can now select Gemini 3 Flash. (v2.7.59)
⚡️[Optimization] When editing Markdown, the editor and preview panes now scroll together. (v2.7.60)
⚡️[Optimization] When Vault Secrets integrates with Azure Key Vault, the Client Credentials grant type is now supported. (v2.7.60)
⚡️[Optimization] When exporting Apidog-formatted data, the base URLs for WebSocket and Socket.IO endpoints are now included. (v2.7.60)
⚡️[Optimization] Newly launched AI model providers and models are enabled by default in existing projects. (v2.7.62)
⚡️[Optimization] Pinned tabs will no longer be closed when you click Close All Tabs or Close Other Tabs. (v2.7.62)
⚡️[Optimization] Gemini 3 Flash is now available as an option when configuring AI model providers. (v2.7.62)
⚡️[Optimization] Optimized the UI for pre/post processors. (v2.7.62)
⚡️[Optimization] Improved the trigger timing of the variable preview pop-up, adding a reasonable delay. (v2.7.62)
⚡️[Optimization] Optimized the SPEC mode user flow and UI for non-git projects. Git-only UI elements are hidden, related translations were adjusted, and commit/push dialogs are skipped because changes are saved directly. (Q2 private deployment)
⚡️[Optimization] Added consistent error handling and unified messages for expired or invalid Git tokens. (Q2 private deployment)
⚡️[Optimization] Improved Git sync stability and handling of sync failures. (Q2 private deployment)
⚡️[Optimization] Improved location jumps for response components, security schemas, data schemas, HTTP endpoints, and related SPEC mode resources. Requires Desktop Client v2.7.76+. (Q2 private deployment)
⚡️[Optimization] Improved sync status and popup interactions in the Specs tab. Sync status is now shown after the file tree loads. Requires Desktop Client v2.7.76+. (Q2 private deployment)
⚡️[Optimization] When multiple mime types exist in requests or responses, users can switch between them and the related examples and schemas update automatically. This is supported in the docs site and SPEC mode preview. (Q2 private deployment)
⚡️[Optimization] Improved light and dark theme styling for the mime type selector. (Q2 private deployment)
⚡️[Optimization] Removed the 10MB file size limitation when loading or importing Markdown/spec files. (Docker image 2.7.79)
⚡️[Optimization] If .stoplight.json is missing, the system now automatically scans the repository root for OAS files. (Docker image 2.7.79)
⚡️[Optimization] Improved backend TOC parsing utilities for complex folder structures and root-level dividers. (Docker image 2.7.79)
⚡️[Optimization] Added paginated branch fetching so all remote branches are displayed correctly in the track branch panel. (Docker image 2.7.79)
⚡️[Optimization] Added raw_data to docs_site_snapshot to preserve raw bundled Swagger 2/OpenAPI content. (Docker image 2.7.79)
Total: 81 improvements

🐞 Bug Fixes#

🐞[Bug Fix] Fixed an issue where the request body couldn't be sent if the endpoint body type was set to form-data and the header Content-Type: multipart/form-data was configured repetitively when using the web version or the published documentation's cloud agent for sending a request. (v2.7.39)
🐞[Bug Fix] Fixed an issue where variables in the OAuth 2.0 Auth URL had incorrect priority, causing environment variable values not to take effect. (v2.7.40)
🐞[Bug Fix] Fixed an issue where a 404 error would occur when added certain published projects to favorites. (v2.7.42)
🐞[Bug Fix] Fixed the issue where the mock response did not meet expectations in certain cases when the endpoint referenced response components. (v2.7.42)
🐞[Bug Fix] Fixed an issue where entering a parameter value without entering a parameter name in Requests caused duplicate input boxes at the top. (v2.7.45)
🐞[Bug Fix] Fixed an issue on the module overview page where export/backup permalink for OpenAPI specs did not correctly display the security field for endpoints referencing the security scheme components. (v2.7.45)
🐞[Bug Fix] Fixed an issue where extracting a response example and selecting Overwrite the Example did not auto-fill the example name. (v2.7.45)
🐞[Bug Fix] Fixed an issue where syncing test case content did not sync pre and post processors scripts. (v2.7.45)
🐞[Bug Fix] Fixed an issue where renaming a test case and clicking the ✓ button had no effect. (v2.7.45)
🐞[Bug Fix] Fixed an issue where running a referenced test case in a test scenario displayed request parameters inconsistently with the ones in the UI. (v2.7.45)
🐞[Bug Fix] Fixed an issue where, when a response component was configured to be Included in new endpoints, deleting it after creating an endpoint still caused it to be referenced in exported OpenAPI specs. (v2.7.45)
🐞[Bug Fix] Fixed an issue where the generated schema code used numbers instead of shcema names as the class name when an endpoint referenced an allOf schema composition. (v2.7.45)
🐞[Bug Fix] Fixed an issue where the model list showed 0 when testing models on the AI provider configuration page. (v2.7.45)
🐞[Bug Fix] Fixed an issue where, when importing Postman data, the Automatically remove the BaseURL part from the URL option had no effect on endpoint cases. (v2.7.45)
🐞[Bug Fix] Fixed an issue where importing Swagger 2.0 specs failed to import responses with status code 204. (v2.7.45)
🐞[Bug Fix] Fixed an issue where the inherited custom scripts from parents couldn’t be scrolled when viewed in automated tests. (v2.7.46)
🐞[Bug Fix] Fixed an issue where module variables were not correctly replaced during code generation. (v2.7.46)
🐞[Bug Fix] Fixed an issue where creating a GitHub connection occasionally redirected to the help documentation incorrectly. (v2.7.46)
🐞[Bug Fix] Fixed an issue where, when importing OpenAPI/Swagger specs, the security requirements of the root were not imported correctly and were mistakenly configured as No Auth. (v2.7.46)
🐞[Bug Fix] Fixed an issue where, when importing Postman Collections, the option for Import "e.g." in Postman as endpoint debug cases did not work. (v2.7.46)
🐞[Bug Fix] Fixed an issue where, when debugging WebSocket or Socket.IO endpoints, if the URL is ws:// and no port is specified, it incorrectly defaulted to port 443 instead of 80. (v2.7.48)
🐞[Bug Fix] Fixed an issue where, when enabled HTTP/2 Support, sending another request before the previous one responded caused the first request to show a "socket hang up" error. (v2.7.48)
🐞[Bug Fix] Fixed an issue where, when configuring a Git repository connection, only up to 30 Git branches were displayed. (v2.7.48)
🐞[Bug Fix] Fixed an issue where, in some cases, the color of environment icons could not be changed. (v2.7.48)
🐞[Bug Fix] Fixed an issue where variables did not take effect when debugging endpoints in the published documentation without selecting an environment. (v2.7.49)
🐞[Bug Fix] Fixed an issue where readers couldn't debug endpoints in the published documentation when a CORS proxy requiring authentication was configured. (v2.7.49)
🐞[Bug Fix] Fixed an issue where error messages were not displayed correctly when fetching secrets from third-party vault providers failed. (v2.7.49)
🐞[Bug Fix] Fixed an issue where changing a query parameter to an array type in a test case would add an extra undefined value. (v2.7.49)
🐞[Bug Fix] Fixed an issue where the endpoint path was lost when saving an endpoint as a test case in request-first mode. (v2.7.49)
🐞[Bug Fix] Fixed an issue where the test case URL was lost after moving a test case of an endpoint with Path parameters to another category. (v2.7.49)
🐞[Bug Fix] Fixed an issue where the web app UI did not automatically refresh after switching languages. (v2.7.49)
🐞[Bug Fix] Fixed an issue where failed test cases could still be adopted. (v2.7.51)
🐞[Bug Fix] Fixed an issue where users who are guests in the team but editors or admins in a project could not use the AI features. (v2.7.51)
🐞[Bug Fix] Fixed an issue where keyboard shortcuts stopped working in some cases. (v2.7.51)
🐞[Bug Fix] Fixed an issue where endpoints did not display the default module's base URL under certain conditions. (v2.7.51)
🐞[Bug Fix] Fixed an issue where newly created endpoints could not be saved if the request sent upon creation failed. (v2.7.53)
🐞[Bug Fix] Fixed an issue where security schemes in a sprint branch were not associated with those in the main branch after exporting OpenAPI/Swagger specs from the main branch and importing them into the sprint branch. (v2.7.53)
🐞[Bug Fix] Fixed an issue where, during OpenAPI/Swagger specs import, the option Keep the existing endpoint folder unchanged for When the same endpoint is in different folders did not work. (v2.7.53)
🐞[Bug Fix] Fixed an issue where, when exporting OpenAPI/Swagger specs, if multiple form-data parameters are all configured with a content-type, only the last one's content-type was exported correctly. (v2.7.53)
🐞[Bug Fix] Fixed an issue where selecting Merge during import caused example values of params to be incorrectly overwritten. (v2.7.53)
🐞[Bug Fix] Fixed an issue where Socket.IO endpoints inside a project were not cloned correctly when cloning a project. (v2.7.53)
🐞[Bug Fix] Fixed an issue where modules' base URLs could not be configured after cloning a project from a team to an organization. (v2.7.53)
🐞[Bug Fix] Fixed an issue where, if an organization created a team first and then added an AI model provider, new projects in that team were unable to use the AI-generated test case feature. (v2.7.53)
🐞[Bug Fix] Fixed an issue where adding a Runner in Apidog web version could not be saved if the server used the http:// protocol. (v2.7.53)
🐞[Bug Fix] Fixed an issue where response examples were lost when exporting OpenAPI/Swagger specs in some cases. (v2.7.55)
🐞[Bug Fix] Fixed an issue where security schemes couldn't be merged into the protected main branch. (v2.7.56)
🐞[Bug Fix] Fixed an issue where the console would report errors when the post script manipulated the DOM in the response. (v2.7.56)
🐞[Bug Fix] Fix an issue where the interface crashes after clicking a message when debugging WebSocket or gRPC streaming endpoints. (v2.7.57)
🐞[Bug Fix] Fixed an issue where the GraphQL request body in test cases would expand indefinitely. (v2.7.58)
🐞[Bug Fix] Fixed a display layering issue with the AI test case generation drawer. (v2.7.58)
🐞[Bug Fix] Fixed an issue where Claude 4.5 series models would not take effect after configuration. (v2.7.59)
🐞[Bug Fix] Fixed an issue causing incorrect pass/fail counts for AI-generated test cases. (v2.7.59)
🐞[Bug Fix] Fixed an issue where test cases failed to run using test data. (v2.7.59)
🐞[Bug Fix] Fixed an issue where the test case path was lost after saving and closing the Test Data window. (v2.7.59)
🐞[Bug Fix] Fixed an issue where, when importing OpenAPI/Swagger specs, if specifying folders, schemas were imported repeatedly. (v2.7.60)
🐞[Bug Fix] Fixed an issue where, when importing OpenAPI/Swagger specs, the response example names were not handled correctly. (v2.7.60)
🐞[Bug Fix] Fixed an issue where the selected state of request parameters in test cases was lost when importing Apidog-formatted data. (v2.7.60)
🐞[Bug Fix] Fixed an issue where Binary data could not be sent correctly when debugging Socket.IO endpoints. (v2.7.60)
🐞[Bug Fix] Fixed an issue where, when debugging Socket.IO endpoints, if selecting JSON, values like 0 and false could not be sent properly. (v2.7.60)
🐞[Bug Fix] Fixed an issue where, when importing OpenAPI/Swagger specs with global Security configured, the root folder would reference security schemes repeatedly. (v2.7.62)
🐞[Bug Fix] Fixed an issue where security schemes were not exported correctly when exporting OpenAPI/Swagger specs from the project overview page. (v2.7.62)
🐞[Bug Fix] Fixed an issue where the equal sign(=) was still added when a query parameter value was empty and Do not add an equal sign was selected. (v2.7.62)
🐞[Bug Fix] Fixed an issue where WebSocket and Socket.IO endpoints in non-default modules incorrectly used the Base URL of the default module. (v2.7.62)
🐞[Bug Fix] Fixed an issue where endpoints that inherit pre/post processors from the parent were not inheriting them correctly in automated tests. (v2.7.62)
🐞[Bug Fix] Fixed an issue that prevented calling Claude 4.5 series models from the Anthropic. (v2.7.62)
🐞[Bug Fix] Fixed dynamic pagination for Git connections so users can choose repositories in large organizations with more than 2,000 repositories. (Q2 private deployment)
🐞[Bug Fix] Fixed missing referenced schemas when importing OAS files and generating HTTP endpoint snapshots. (Q2 private deployment)
🐞[Bug Fix] Fixed DOCS module ordering after import. (Q2 private deployment)
🐞[Bug Fix] Fixed response component extraction issues when importing OAS files. (Q2 private deployment)
🐞[Bug Fix] Fixed GitLab nested group repository creation so repositories can be created directly in nested GitLab groups. (Q2 private deployment)
🐞[Bug Fix] Fixed an issue where revert operations could delete extra folders. Revert now restores only the intended files. (Q2 private deployment)
🐞[Bug Fix] Fixed docs site heading issues. (Q2 private deployment)
🐞[Bug Fix] Fixed an issue where module names were not updated when the OAS API title changed. Requires Desktop Client v2.7.76+. (Q2 private deployment)
🐞[Bug Fix] Fixed track branch popup issues in the APIs management tab. Requires Desktop Client v2.7.76+. (Q2 private deployment)
🐞[Bug Fix] Fixed tooltip display on the disabled Clone Project menu item. Requires Desktop Client v2.7.76+. (Q2 private deployment)
🐞[Bug Fix] Fixed Stoplight path-style endpoint links not working in the docs site. (Q2 private deployment)
🐞[Bug Fix] Fixed empty folder cleanup so empty folders are no longer shown in the docs site. (Q2 private deployment)
🐞[Bug Fix] Fixed occasional Markdown/spec file loading failures during branch synchronization. (Docker image 2.7.79)
Total: 78 bug fixes

Summary#

CategoryCount
🔥 New Features25
⚡️ Improvements81
🐞 Bug Fixes78
Total184

Private deployment note#

The Docker image tag has been bumped to 2.7.79. The fixes included in this image do not require a client update.
Modified at 2026-05-07 08:30:52
Previous
FAQ
Next
Apidog On-Premise Changelog Q1 2026 - v2.7.38
Built with