new

improved

fixed

2.5.32

  • 🔥 [New Feature]
    Automated Testing
    supports
    Scheduled Tasks
    via self-hosted Runner, allowing you to run specified test scenarios at regular intervals.
  • 🔥 [New Feature]
    Scheduled imports
    of APIs can now be performed via self-hosted Runner, enabling timed imports at regular intervals.
  • 🔥 [New Feature] Support offering
    Mock
    service through self-hosted Runner.
  • 🔥 [New Feature] The
    Database Operation
    for automated testing now supports
    Data Generator
    syntax to produce
    Dynamic Value
    , such as
    {% faker datatype.uuid %}
    .
  • ⚡️ [Optimization] When an external notification is triggered by the
    Test Scenario Completed
    event, the message content now includes a
    Runs on
    field, for example Runs on: Local.
  • ⚡️ [Optimization] If endpoints, imported in the
    OpenAPI/ Swagger
    format, are moved to another folder, re-importing will no longer create an empty folder.
  • 🐞 [Bug Fix] Fixed an issue where certain types of oneOf data structures were incorrectly displayed in the API documentation.
日本語:
  • 🔥【新機能】自動化テストでセルフホストランナーを使って
    タスクスケジュール
    を実行でき、指定したテストシナリオを定期的に実行できるようになりました。
  • 🔥【新機能】セルフホストランナーを使って、APIの
    定期インポート
    が可能になりました。ランナーからAPIを定期的にインポートできます。
  • 🔥【新機能】セルフホストランナーから
    Mock
    サービスを利用できるようになりました。
  • 🔥【新機能】自動テストの
    データベース操作
    で、
    データジェネレーター
    の構文を使って
    動的値
    を生成できるようになりました。例:
    {% faker datatype.uuid %}
  • ⚡️【改善】
    テストシナリオが完了
    イベントで外部通知をトリガーする際、メッセージに
    実行場所
    フィールドが追加されました。例:実行場所:クライアント
  • ⚡️【改善】
    OpenAPI/Swagger
    ファイルをインポート後、APIを別のディレクトリに移動した場合、再度インポートしても空のディレクトリが作成されなくなりました。
  • 🐞 APIドキュメンテーションで、特定のoneOfデータ構造を正しく表示できない問題を解決しました。