new

improved

fixed

2.6.28

  • 🔥[New Feature] You can now set assertions, extract variables, and copy the JSON Path directly in the response area when an endpoint returns a JSON response.
extract data in JSON response
  • ⚡️[Optimization] Optimized the overall UI of the App.
  • ⚡️[Optimization] Enhanced the built-in rules for Smart Mock, enabling the Mock Server to automatically return data that matches the format based on common field names (such as
    name
    ,
    time
    ,
    mail
    ,
    uuid
    , etc.).
  • ⚡️[Optimization] Viewing the endpoint request history will automatically locate the tab where the request parameters were filled in.
  • ⚡️[Optimization] CLI and Runner now support using
    public key
    as the auth method for database connections.
  • ⚡️[Optimization] An organization can only be dismissed after all associated teams have been removed.
  • 🐞[Bug Fix] Fixed an issue where the request time calculations in the test report were inaccurate if there were any failed endpoint requests during automated testing.
  • 🐞[Bug Fix] Fixed an issue where fields of integer and number types, if set with an enum value of 0, were not correctly displayed in the endpoint documentation.
  • 🐞[Bug Fix] Fixed an issue where complex HTML tables were not correctly rendered in the endpoint documentation.
  • 🐞[Bug Fix] Fixed an issue where importing data in Swagger 2.0 format did not correctly import the name and description of the Apidog extended x-apidog-enum object.
  • 🐞[Bug Fix] Fixed an issue where, after closing the main window of the Windows client, multiple non-switchable tabs would appear in some situations.
日本語:
  • 🔥【新機能】APIからのResponseが
    JSON
    形式の場合、Responseエリアで直接
    アサーション
    を設定したり、
    抽出変数
    を行ったり、
    JSON Path
    をコピーできます。
JSONレスポンスを抽出
  • ⚡️【最適化】アプリの全体的なインターフェースを改善しました。
  • ⚡️【最適化】スマートMockの内蔵ルールを強化しました。Mock Serverは、
    name
    time
    mail
    uuid
    などの一般的なフィールド名に基づいて、正しい形式のデータを直接返すことができます。
  • ⚡️【最適化】APIのRequest履歴を確認する際、Requestパラメータが入力されたタブに自動的に移動します。
  • ⚡️【最適化】CLIとRunnerは、データベース接続の認証方法として
    公開鍵
    の使用をサポートしました。
  • ⚡️【最適化】すべてのチームを組織から移出した後でのみ、組織を解散することができます。
  • 🐞【バグ修正】自動テストの実行時に、API Requestが到達できない場合、テストレポートのRequest時間計算が正確でない問題を解決しました。
  • 🐞【バグ修正】integerおよびnumber型のフィールドで、列挙値が0に設定されている場合に、API仕様書内でこの値が正しく表示されない問題を解決しました。
  • 🐞【バグ修正】API仕様書で複雑なHTMLテーブルが正しくレンダリングされない問題を解決しました。
  • 🐞【バグ修正】Swagger 2.0形式のデータをインポートする際に、Apidogで拡張されたx-apidog-enumオブジェクトの「名前」と「説明」が正しくインポートされない問題を解決しました。
  • 🐞【バグ修正】Windows版クライアントのメインウィンドウを閉じた後、一部の状況で切り替え不可能な複数のタブが表示される問題を解決しました。