new

improved

fixed

2.7.39

  • 🔥[New Feature] You can use AI to generate test cases for endpoints.
use AI to generate test cases
  • ⚡️[Optimization] When debugging an endpoint, hover over the returned status code to see more detailed explanations.
  • ⚡️[Optimization] When creating a sprint branch, you can assign a branch admin to review MRs.
  • ⚡️[Optimization]
    Duration
    in test report now supports additional units: d, h, m (not just ms and s)
  • ⚡️[Optimization] Importing data in any format supports creating new modules.
  • ⚡️[Optimization] If no multiple services are configured for a module, the endpoint will no longer show a base URL selection.
  • ⚡️[Optimization] When a self-hosted Runner encounters errors, the app will display error messages and solutions.
  • ⚡️[Optimization] Support searching for test steps by step ID.
  • 🐞[Bug Fix] Fixed an issue where the request body couldn't be sent if the endpoint body type was set to
    form-data
    and the header
    Content-Type: multipart/form-data
    was configured repetitively when using the web version or the published documentation's cloud agent for sending a request.
日本語:
  • 🔥【新機能】AIを利用してAPIのテストケースを生成できるようになりました。
  • ⚡️【最適化】APIをデバッグする際、レスポンスのステータスコードにカーソルを合わせると、より詳細な説明が表示されるようになりました。
  • ⚡️【最適化】イテレーションブランチ作成時に、ブランチ管理者を設定してMRをレビューできるようになりました。
  • ⚡️【最適化】テストレポートの所要時間において、従来のms・sに加えてd・h・mの単位もサポートしました。
  • ⚡️【最適化】あらゆる形式のデータをインポートする際に、新しいモジュールを作成できるようになりました。
  • ⚡️【最適化】モジュールがマルチサービスを設定していない場合、APIでベースURLの選択が表示されないようになりました。
  • ⚡️【最適化】自己ホスト型Runnerでエラーが発生した場合、アプリ内にエラーメッセージと解決方法が表示されるようになりました。
  • ⚡️【最適化】ステップIDを利用してテストステップを検索できるようになりました。
  • 🐞【バグ修正】Web版またはオンラインドキュメントのクラウドAgentで、リクエストBodyがform-dataで、かつHeaderに
    Content-Type:multipart/form-data
    が設定されている場合、リクエストボディを送信できない問題を修正しました。