new

fixed

improved

2.5.20

  • 🔥 If the response body contains additional fields not defined in the API specification, the result of
    Validate Response
    will display the specific names of the additional fields
  • 🔥 When creating a SQL database connection, you can now leave the database name blank and select the database using SQL statements in the
    pre/post processors
    when debugging the API.
  • 🔥 When creating a MongoDB database connection, you can now enter the URL directly to include advanced parameters, such as connecting to a cluster using
    mongodb+srv://
  • ⚡️ When a dialog box pops up, the cursor will focus on the first input box automatically
  • ⚡️ Advanced Mock scripts can now obtain the current request body using the
    $$.mockRequest.body
    method
  • ⚡️ When importing Swagger/OpenAPI files, Apidog now supports resolving referenced content in the responses
  • ⚡️ When exporting JSON files for CLI-based automated testing, the Step IDs remain fixed and unchanged
  • ⚡️ Due to browser limitations, the web version no longer supports debugging using unencrypted WS protocols and will now provide clear prompts.
  • 🐞 Resolved an issue where subsequent parameters could not be correctly sent when the
    form-data
    of a shortcut request contained multiple files for the file-type parameter
  • 🐞 Resolved an issue on Windows systems where the response timeline would not automatically scroll to the latest line when requesting protocols such as
    SSE
    ,
    WebSocket
    , and
    gRPC
  • 🐞 Resolved an issue where environment variables referenced in the Body were not correctly replaced when the
    Generate each sending
    option was selected for debugging an API
  • 🐞 Resolved an issue where the example value in the table did not update after modifying the example value of a file-type parameter in batch edit mode
  • 🐞 Resolved an issue where the name of a
    gRPC
    project API was displayed incorrectly in the recycle bin after deletion
  • 🐞 Resolved an issue where in certain cases, the folder of a
    gRPC
    project API was incorrect after being deleted and restored
  • 🐞 Resolved an issue where the response's Cookies could not be displayed correctly when using the Cloud Agent in the web version
  • 🐞 Resolved an issue where requests containing
    --data-raw
    and
    Content-Type
    fields were incorrectly identified as
    GET
    instead of
    POST
    when importing
    cURL
  • 🐞 Resolved an issue where the language of the table headers in the exported Markdown did not match the project language
Japanese:
  • 🔥 応答本文に API 仕様で定義されていないフィールドが含まれる場合、「レスポンスの検証」の結果で、その追加フィールドの名前が具体的に表示されます。
  • 🔥 SQL データベース接続を作成する際、データベース名を空白のままにして、API をデバッグする際に「前/後処理」で SQL ステートメントを使ってデータベースを選択できるようになりました。
  • 🔥 MongoDB データベース接続を作成する際、URL を直接入力して、
    mongodb+srv://
    を使ったクラスターへの接続など高度なパラメータを含められるようになりました。
  • ⚡️【最適化】ダイアログボックスがポップアップした際、カーソルが自動的に最初の入力欄にフォーカスされるようになりました。
  • ⚡️【最適化】高度なモックスクリプトで、
    $$.mockRequest.body
    メソッドを使って現在のリクエストボディを取得できるようになりました。
  • ⚡️【最適化】Swagger/OpenAPI ファイルをインポートする際、レスポンス内のリファレンスされたコンテンツの解決に対応しました。
  • ⚡️【最適化】CLI ベースの自動テスト用に JSON ファイルをエクスポートする際、ステップ ID が固定され、変更されなくなりました。
  • ⚡️【最適化】ブラウザの制限により、Web バージョンでは非暗号化の ws プロトコルを使ってデバッグできなくなり、明確なプロンプトが表示されるようになりました。
  • 🐞 ショートカットリクエストの
    form-data
    にファイルタイプのパラメーターが複数のファイルを含む場合、後続のパラメーターが正しく送信されない問題を解決しました。
  • 🐞 Windows システムで、
    SSE
    WebSocket
    gRPC
    などのプロトコルでリクエストした際、レスポンスのタイムラインが最新の行に自動スクロールしない問題を解決しました。
  • 🐞 「Send each generation」オプションを選択してAPIをデバッグする際、Bodyに参照された環境変数が正しく置換されない問題を解決しました。
  • 🐞 一括編集モードでファイルタイプのパラメーターの例値を変更した後、テーブルの例値が更新されない問題を解決しました。
  • 🐞
    gRPC
    プロジェクト API を削除後、ごみ箱に表示される API 名が正しくない問題を解決しました。
  • 🐞 特定の条件下で、
    gRPC
    プロジェクト API を削除して復元した後、フォルダが正しくない問題を解決しました。
  • 🐞 Web バージョンでクラウドエージェントを使用する際、レスポンスの Cookie が正しく表示されない問題を解決しました。
  • 🐞
    --data-raw
    Content-Type
    フィールドを含むリクエストを
    cURL
    からインポートした際、誤って
    GET
    ではなく
    POST
    として識別される問題を解決しました。
  • 🐞 エクスポートされた Markdown のテーブルヘッダーの言語が、プロジェクト言語 (日本語) と一致しない問題を解決しました。