new

improved

fixed

2.7.53

  • 🔥[New Feature] API design now supports status code ranges defined in the OpenAPI/Swagger specs, including 2XX, 4XX, 5XX, and default.
  • 🔥[New Feature] You can now add test data to test cases.
  • ⚡️[Optimization] OpenAPI/Swagger specs import and export now support response components.
  • ⚡️[Optimization] Exporting Apidog-formatted data now includes the endpoints' test cases.
  • ⚡️[Optimization] Improved the error messages for AI features, making them clearer and more informative.
  • 🐞[Bug Fix] Fixed an issue where newly created endpoints could not be saved if the request sent upon creation failed.
  • 🐞[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.
  • 🐞[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.
  • 🐞[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.
  • 🐞[Bug Fix] Fixed an issue where selecting
    Merge
    during import caused example values of params to be incorrectly overwritten.
  • 🐞[Bug Fix] Fixed an issue where Socket.IO endpoints inside a project were not cloned correctly when cloning a project.
  • 🐞[Bug Fix] Fixed an issue where modules' base URLs could not be configured after cloning a project from a team to an organization.
  • 🐞[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.
  • 🐞[Bug Fix] Fixed an issue where adding a Runner in Apidog web version could not be saved if the server used the
    http://
    protocol.
日本語:
  • 🔥【新機能】API設計時に、2XX、4XX、5XX、defaultなど、OpenAPI/Swagger仕様に基づく特殊なステータスコードをサポートしました。
  • 🔥【新機能】テストケースにテストデータを追加できるようになりました。
  • ⚡️【最適化】OpenAPI/Swaggerデータのインポート/エクスポート時に、レスポンスコンポーネントをサポートしました。
  • ⚡️【最適化】Apidog形式でデータをエクスポートする際、エンドポイントのテストケースを含めるようにしました。
  • ⚡️【最適化】AI関連機能のエラーメッセージを改善し、より明確で分かりやすくしました。
  • 🐞【バグ修正】新しく作成したAPIで、作成時にリクエストが失敗した場合にAPIが保存できなくなる不具合を修正しました。
  • 🐞【バグ修正】メインブランチからOpenAPI/Swagger仕様書をエクスポートし、スプリントブランチにインポートした後、スプリントブランチ内のセキュリティスキームがメインブランチと関連付けられない不具合を修正しました。
  • 🐞【バグ修正】OpenAPI/Swagger仕様書をインポートする際、「同一エンドポイントが異なるフォルダに存在する場合」の「既存のエンドポイントフォルダを変更しない」オプションが機能しない不具合を修正しました。
  • 🐞【バグ修正】OpenAPI/Swagger仕様書をエクスポートする際、複数の
    form-data
    パラメータが全て
    content-type
    を設定されている場合、最後のパラメータのみが正しく
    content-type
    としてエクスポートされる不具合を修正しました。
  • 🐞【バグ修正】インポート時に
    スマートマージ
    を選択した場合、パラメータの例示値が誤って上書きされる不具合を修正しました。
  • 🐞【バグ修正】プロジェクトをクローンする際、Socket.IO APIが正しくクローンされない不具合を修正しました。
  • 🐞【バグ修正】チームから組織にプロジェクトをクローンした後、モジュールのベースURLを設定できない不具合を修正しました。
  • 🐞【バグ修正】組織内でチームを作成した後、AIモデルプロバイダーを追加した場合、そのチーム内で新しいプロジェクトがAI生成APIテストケース機能を使用できない不具合を修正しました。
  • 🐞【バグ修正】ApidogのWeb版でRunnerを追加する際、サーバーが
    http://
    プロトコルの場合に保存できない不具合を修正しました。