new

fixed

2.8.8

  • πŸ”₯[New Feature] Test suites now support parallel run.
  • 🐞[Bug Fix] Fixed an issue where deleted branches did not release the endpoint's custom SEO URL slug occupation.
  • 🐞[Bug Fix] Fixed an issue with URL validation in the published documentation navigation configuration.
  • 🐞[Bug Fix] Fixed an issue where the response content of socket endpoints was not formatted.
  • 🐞[Bug Fix] Fixed an issue where RAML files could not be imported into Apidog.
  • 🐞[Bug Fix] Fixed an issue where, in automated tests, when the loop count is set to
    {{variable}}
    , the report showed 0 loops after execution.
  • 🐞[Bug Fix] Fixed an issue in automated test scenario execution where custom request endpoints would occasionally not include auth if the endpoint did not switch to auth.
  • 🐞[Bug Fix] Fixed an issue where the header parameter input field would lose focus after typing the first character when the field name was in English.
  • 🐞[Bug Fix] Fixed an issue where generating SQL code from a schema did not use the schema name as the table name, resulting in all table names being
    tableName
    .