new

improved

fixed

2.5.34

  • 🔥[New Features] When creating
    New Endpoint
    , initiating
    New Request
    , or
    Add custom request
    to a test scenario, you can directly paste
    cURL
    in the
    Address bar
    to import network requests.
  • ⚡️[Optimization] Besides
    cURL (bash)
    , importing
    cURL (cmd)
    in Windows format is now supported.
  • ⚡️[Optimization] When formatting
    XML
    , elements with attributes will now display the element and its attributes on the same line.
  • ⚡️[Optimization] When
    Generate Automatically
    the request params example, response examples, and request body, various modes are supported, such as
    Generate keys only
    Use field default values
    or
    Use field example values
    .
  • ⚡️[Optimization] Request is now included when importing/exporting Apidog-formatted files.
  • 🐞[Bug Fix] Resolved the issue where a test scenario could not run after disabling an abnormal step in the
    Test scenario
    .
日本語:
  • 🔥【新機能】
    新しいAPIを作成
    する際、
    クイックRequest
    を送信する際、テストシナリオに
    カスタムRequest
    を追加する際に、
    アドレスバー
    に直接
    cURL
    をペーストしてインポートできるようになりました。
  • ⚡️【改善】cURLをインポートする際、
    cURL (bash)
    だけでなく、Windowsフォーマットの
    cURL (cmd)
    もサポートされるようになりました。
  • ⚡️【改善】
    XML
    をフォーマットする際、要素に属性がある場合は、要素と属性が同一行に配置されるようになりました。
  • ⚡️【改善】リクエストパラメータ、レスポンスサンプル、APIリクエストボディの
    自動生成
    時に、さまざまな生成モードを選択できるようになりました。例えば、自動サンプル値を優先、フィールドのデフォルト値を優先、フィールド名のみ生成など。
  • ⚡️【改善】Apidog形式のファイルをインポート/エクスポートする際、クイックRequestが含まれるようになりました。
  • 🐞
    テストシナリオ
    内の特定の例外ステップを無効にした後、テストシナリオが実行できなくなる問題を解決しました。