new

improved

fixed

2.6.1

  • 🔥[New Feature] In the
    APIs
    module, you can search
    folders
    by their names, as well as the endpoints and Markdown documents they contain.
  • 🔥[New Feature] If the
    API documentation
    defines
    enum values
    for a request params (Query, Path, form-data, x-www-form-urlencoded), you can directly select the defined enum values when debugging the API.
  • ⚡️[Optimization]
    Sprint Branch
    refactored, now supports arbitrary movement of resources on the folders of the sub-branch.
  • ⚡️[Optimization]
    Sprint Branch
    refactored, now supports arbitrary modification and deletion of folders on the sub-branch.
  • ⚡️[Optimization]
    Sprint Branch
    refactored with brand-new merging logic and interaction, more natural and better experience.
  • ⚡️[Optimization] In
    test scenarios
    , searching for test steps will exclude steps in referenced scenarios by default. Enabling
    deep search
    allows searching within referenced scenarios.
  • ⚡️[Optimization] The
    design mode
    in test scenarios will retain the editing state of a step when switching between steps.
  • ⚡️[Optimization] For
    scheduled tasks
    in automated testing, the notification email upon completion will display the specific task name in the title.
  • 🐞[Bug Fix] Fixed the issue where performance tests did not send requests if there were assertions in the test steps.
  • 🐞[Bug Fix] Fixed the issue where the current value of a variable was not properly updated in some cases when extracting responses as environment variables through post-processors.
  • 🐞[Bug Fix] Fixed the issue where only the first dataset was correctly imported when multiple datasets were imported into a test scenario.
  • 🐞[Bug Fix] Fixed the issue where the API maintainer could not be modified in bulk within the API folders.
日本語:
  • 🔥【新機能】
    API管理
    モジュールでは、フォルダ名で
    フォルダを検索
    でき、そのフォルダに含まれるAPIとMarkdownドキュメントを検索できます。
  • 🔥【新機能】
    APIドキュメント
    で特定のRequestパラメータ(Query、Path、form-data、x-www-form-urlencoded)に
    列挙値
    を定義している場合、APIをデバッグする際に、定義された列挙値から直接選択できます。
  • ⚡️【最適化】
    スプリントブランチ
    機能の再構築により、子ブランチのディレクトリツリー上でリソースを自由に移動できるようになりました。
  • ⚡️【最適化】
    スプリントブランチ
    機能の再構築により、子ブランチ上でディレクトリを自由に変更・削除できるようになりました。
  • ⚡️【最適化】
    スプリントブランチ
    機能の再構築により、新しいマージのロジックとUIが導入され、より自然で使いやすくなりました。
  • ⚡️【最適化】
    テストシナリオ
    でテストステップを検索する際、デフォルトでは参照されたシナリオ内のステップは検索対象外です。
    完全一致
    をオンにすると、参照されたシナリオ内のステップも検索できます。
  • ⚡️【最適化】テストシナリオの
    編集モード
    では、ステップを切り替える際にステップの編集状態が保持されます。
  • ⚡️【最適化】自動テストの
    タスクスケジュール
    が完了すると、通知メールの件名にタスク名を含めるようになりました。
  • 🐞 テストステップにアサーションが含まれている場合、パフォーマンステストでRequestが送信されない問題を解決しました。
  • 🐞 後処理でResponseを環境変数に抽出する際、特定の条件下で変数のローカル値が正しく更新されない問題を解決しました。
  • 🐞 テストシナリオにデータセットを複数インポートした際、最初のデータセットしか正常にインポートされない問題を解決しました。
  • 🐞 APIフォルダで責任者を一括変更できない問題を解決しました。