Changelog

Follow up on the latest improvements and updates.

RSS

improved

2.7.44

  • ⚡️[Optimization] Provided clearer tips for different request exception scenarios.
  • ⚡️[Optimization] Software borders and shadows would not be displayed on macOS Tahoe 26 to fix lag issues caused by high GPU usage.
日本語:
  • ⚡️【最適化】リクエスト異常時に、状況に応じてより明確なエラーメッセージを表示するようにしました。
  • ⚡️【最適化】macOS Tahoe 26システムでソフトウェアの枠線と影を非表示にし、GPU使用率が高すぎることによるカクつき問題を解消しました。

new

improved

fixed

2.7.42

  • 🔥[New Feature] You can now add tags to test cases and manage both tags and categories.
  • ⚡️[Optimization] Added support for assertions based on HTTP status codes.
  • ⚡️[Optimization] In the test report result categories, the specific number of items in each category is displayed.
  • 🐞[Bug Fix] Fixed an issue where a 404 error would occur when added certain published projects to favorites.
  • 🐞[Bug Fix] Fixed the issue where the mock response did not meet expectations in certain cases when the endpoint referenced response components.
日本語:
  • 🔥【新機能】テストケースにタグを追加し、タグとカテゴリを管理できるようにしました。
  • ⚡️【最適化】HTTPコードに対してアサーションを行えるようにしました。
  • ⚡️【最適化】テストレポートの結果分類で、各カテゴリ内の具体的な件数を表示するようにしました。
  • 🐞【バグ修正】一部のオープンプラットフォームプロジェクトをお気に入り登録する際、404エラーが発生する不具合を修正しました。
  • 🐞【バグ修正】エンドポイントがレスポンスコンポーネントを参照している場合に、一部の状況でMockレスポンス結果が期待どおりにならない不具合を修正しました。

improved

fixed

2.7.40

  • ⚡️[Optimization] When designing APIs, you can now set whether the request body is required.
  • ⚡️[Optimization] Improved the UI of the response when debugging an endpoint.
  • ⚡️[Optimization] Added an entry for the "Import via API" feature in the
    Import Data
    interface within the project.
  • 🐞[Bug Fix] Fixed an issue where variables in the OAuth 2.0 Auth URL had incorrect priority, causing environment variable values not to take effect.
日本語:
  • ⚡️【最適化】API設計時にリクエストボディを必須に設定できるようにしました。
  • ⚡️【最適化】APIデバッグ時のレスポンス表示エリアのスタイルを改善しました。
  • ⚡️【最適化】プロジェクト内のデータインポート画面に「APIからインポート」機能の入口を追加しました。
  • 🐞【バグ修正】OAuth2.0のAuth URLに変数を使用した場合、変数の優先順位が誤って適用され、環境変数の値が反映されない不具合を修正しました。

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
    が設定されている場合、リクエストボディを送信できない問題を修正しました。

improved

2.7.38

  • ⚡️[Optimization] The entry for the
    Scheduled Import
    feature in the
    Import Data
    interface within the project has been restored.
  • ⚡️[Optimization] After creating a new resource within a folder, the folder will automatically expand to display the newly created resource.
日本語:
  • ⚡️【最適化】プロジェクト内のデータインポート画面において、「定時インポート」機能の入口を再度表示するようにします。
  • ⚡️【最適化】ディレクトリ内で新しいリソースを作成した際に、そのディレクトリが自動的に展開され、新しいリソースが表示されるようにします。

new

improved

fixed

2.7.37

  • 🔥[New Feature] The
    Scheduled Import
    feature has been upgraded to
    Bind Data Source
    , which can now be set on the module overview page.
  • 🔥[New Feature] When debugging SSE streaming responses for endpoints related to
    AI with LLMs
    in published online documentation, it now supports automatic merging of message content and previewing content in Markdown format.
  • ⚡️[Optimization] When creating a new endpoint, you can now choose whether the current endpoint uses the design interface or the request interface.
  • ⚡️[Optimization] Optimized the tab names on the endpoint page: in request-first mode,
    Response
    and
    Info
    are now merged into
    Design
    .
  • ⚡️[Optimization] Fulfilled the data displayed on the module overview page.
  • ⚡️[Optimization] You can now separately configure whether to enable response validation for runs, debug cases, test cases, and test steps.
  • ⚡️[Optimization] If an endpoint does not define a schema, the
    auto-generate
    feature will attempt to use examples.
  • ⚡️[Optimization] When inviting users to join a project from within the project, their permissions in the team or organization will now default to
    member
    instead of
    guest
    .
  • 🐞[Bug Fix] Fixed an issue where, when using Apidog CLI to export data to run test scenarios, the configuration interface displayed incorrect options.
  • 🐞[Bug Fix] Fixed an issue where, when using
    Requests
    , if the URL contained variables, switching the body type would incorrectly add a
    /
    before the variable.
日本語:
  • 🔥【新機能】
    スケジュールインポート
    機能が
    データソース接続
    にアップグレードされ、モジュール概要ページでデータソースを接続できるようになりました。
  • 🔥【新機能】公開されているオンラインドキュメントでSSEストリーミング応答のAI大規模モデルAPIをデバッグする際、メッセージ内容の自動統合およびMarkdown形式でのコンテンツプレビューがサポートされました。
  • ⚡️【最適化】新しいAPI作成時に、設計画面とRequest画面を切り替えられるようになりました。
  • ⚡️【最適化】API管理ページのタブ名を最適化し、リクエスト優先モードの「Response定義」と「API説明」を「設計」に統合しました。
  • ⚡️【最適化】モジュール概要ページに表示されるデータを改善しました。
  • ⚡️【最適化】実行、デバッグケース、テストケース、シナリオケースごとにResponse検証のON/OFFを個別に設定できるようになりました。
  • ⚡️【最適化】APIにデータ構造が定義されていない場合に自動生成機能を使用すると、サンプルを使用してみるようにします。
  • ⚡️【最適化】プロジェクト内でユーザーをプロジェクトに招待する際、そのユーザーのチームや組織内での権限がゲストではなく一般メンバーとして設定されるようにしました。
  • 🐞【バグ修正】Apidog CLIでデータをエクスポートしてテストシナリオを実行する際に、設定画面に誤ったオプションが表示される不具合を修正しました。
  • 🐞【バグ修正】Request使用時、URLに変数が含まれている場合、Bodyタイプを切り替えると変数の前に誤って
    /
    が追加される問題を不具合を修正しました。

improved

fixed

2.7.35

  • ⚡️[Optimization] Added more built-in HTTP standard status codes to choose from when designing APIs.
  • ⚡️[Optimization] When running scheduled tasks via a self-hosted Runner, you can configure the behavior on errors.
  • ⚡️[Optimization] When creating a project via import, the "import to module" information is no longer displayed.
  • ⚡️[Optimization] Exported HTML test reports now display environment information.
  • 🐞[Bug Fix] Fixed an issue where modifying request parameters did not update the generated request code.
  • 🐞[Bug Fix] Fixed an issue where running performance tests caused a large number of exec icons to appear in the macOS Dock.
  • 🐞[Bug Fix] Fixed an issue where the default module's base URL was not imported when importing Apidog-formatted data into a project.
  • 🐞[Bug Fix] Fixed an issue where the import preview window incorrectly displayed sprint branches from other projects.
  • 🐞[Bug Fix] Fixed an issue where the selected state of test cases was not saved correctly.
  • 🐞[Bug Fix] Fixed an issue where adjusting the order of test scenarios in the folder tree by dragging could affect the order of other scenarios in certain cases.
  • 🐞[Bug Fix] Fixed an issue where field descriptions could not contain spaces when extracting response definitions.
  • 🐞[Bug Fix] Fixed an issue where multiple request examples could not be saved correctly when extracted.
日本語:
  • ⚡️【最適化】API設計時に、より多くのHTTP標準ステータスコードを選択できるようにしました。
  • ⚡️【最適化】セルフホストRunnerでスケジュールタスクを実行する際に、エラーが発生した場合の動作を設定できるようにしました。
  • ⚡️【最適化】インポートによってプロジェクトを作成する際に、モジュールへのインポート情報を表示しないようにしました。
  • ⚡️【最適化】エクスポートされたHTMLテストレポートに環境情報が表示されるようになりました。
  • 🐞【バグ修正】リクエストパラメータを変更した後に生成されるリクエストコードが更新されない不具合を修正しました。
  • 🐞【バグ修正】パフォーマンステスト実行時に、macOSのDockに多数のexecアイコンが表示される不具合を修正しました。
  • 🐞【バグ修正】Apidog形式データをプロジェクトにインポートする際に、デフォルトモジュールのBase URLがインポートされない不具合を修正しました。
  • 🐞【バグ修正】インポートプレビューウィンドウで他のプロジェクトのブランチが誤って表示される不具合を修正しました。
  • 🐞【バグ修正】テストケースのチェック状態が正しく保存されない不具合を修正しました。
  • 🐞【バグ修正】一部の状況において、ディレクトリツリーでテストシナリオの順序をドラッグして調整すると、他のシナリオの順序に影響する不具合を修正しました。
  • 🐞【バグ修正】レスポンス定義を抽出する際に、フィールド説明にスペースを入力できない不具合を修正しました。
  • 🐞【バグ修正】リクエストサンプルを抽出する際に、複数のサンプルが正しく保存されない不具合を修正しました。

fixed

improved

2.7.33

  • ⚡️[Optimization] Support converting folders into modules.
  • ⚡️[Optimization] When importing OpenAPI/Swagger specs, if an endpoint uses Bearer Token, API Key, or Basic Auth as the Security, the variables will be referenced by default in the default auth panel.
  • 🐞[Bug Fix] Fixed an issue where the default request timeout was 3 minutes instead of 5 minutes.
  • 🐞[Bug Fix] Fixed an issue where, when merging endpoints and endpoint cases in sprint branches into the main branch, endpoint cases were not merged.
  • 🐞[Bug Fix] Fixed an issue where the interface kept showing "Uploading" after importing empty project data.
日本語:
  • ⚡️【最適化】ディレクトリをモジュールに変換できるように対応しました。
  • ⚡️【最適化】OpenAPI仕様書をインポートする際、APIでBearer Token、API Key、Basic AuthタイプのSecurity Schemeが設定されている場合、デフォルトの認証情報画面において該当の変数が自動的に参照されるように対応しました。
  • 🐞【バグ修正】リクエストのタイムアウトのデフォルト値が誤って3分に設定されていた不具合を修正し、正しいデフォルト値である5分に変更しました。
  • 🐞【バグ修正】サブブランチからAPIおよびAPIテストケースをメインブランチにマージする際に、APIテストケースが正しくマージされない不具合を修正しました。
  • 🐞【バグ修正】空のプロジェクトデータをインポートした後、画面に「Uploading」が表示されたままになる不具合を修正しました。

improved

fixed

2.7.32

  • ⚡️[Optimization] When importing OpenAPI/Swagger specs, support creating a new module or selecting an existing one.
  • ⚡️[Optimization] In test scenario design page, support modifying test scenario names.
  • ⚡️[Optimization] Endpoint cases now support collaboration links.
  • ⚡️[Optimization] Support searching request history via endpoint address.
  • 🐞[Bug Fix] Fixed an issue where the BaseURL was not correctly imported when choosing to import Servers as environments during OpenAPI/Swagger specs import.
  • 🐞[Bug Fix] Fixed an issue where the names of security scheme combinations became incorrect after re-importing an exported file.
  • 🐞[Bug Fix] Fixed an issue where duplicate security scheme combinations were incorrectly created when importing OpenAPI/Swagger specs.
  • 🐞[Bug Fix] Fixed an issue where data could still be merged from a sprint branch to the main branch even when main branch protection was enabled.
  • 🐞[Bug Fix] Fixed an issue where, when the endpoint is associated with a sprint branch, the endpoint case did not show up in the test case list after being added as a test case.
  • 🐞[Bug Fix] Fixed an issue where renaming an endpoint case did not allow using an existing case name.
  • 🐞[Bug Fix] Fixed an issue where endpoints created in a non-default module folder were saved to the default module instead.
  • 🐞[Bug Fix] Fixed an issue where resources in non-default modules could not be reordered by dragging in the folder tree.
  • 🐞[Bug Fix] Fixed an issue where the template content was empty when creating a new APl design guidelines if the project language was set to Spanish or Portuguese.
日本語:
  • ⚡️【最適化】OpenAPI仕様書のインポート時に、新規モジュールの作成または既存モジュールの選択が可能になりました。
  • ⚡️【最適化】自動テストモジュールのシナリオオーケストレーションモードにおいて、テストシナリオ名の編集がサポートされました。
  • ⚡️【最適化】APIテストケースにおいて、共同作業リンクのサポートが追加されました。
  • ⚡️【最適化】APIアドレスによるリクエスト履歴の検索がサポートされました。
  • 🐞【バグ修正】OpenAPI仕様書をインポートする際に、Serversを環境として取り込む設定を選択した場合、BaseURLが正しくインポートされない不具合を修正しました。
  • 🐞【バグ修正】組み合わせ型Security Schemeをエクスポートした後に再度インポートした場合、コンポーネント名が正しく表示されない不具合を修正しました。
  • 🐞【バグ修正】OpenAPI仕様書のインポート時に、組み合わせ型Security Schemeが重複して作成される不具合を修正しました。
  • 🐞【バグ修正】メインブランチ保護が有効な場合でも、イテレーションブランチからメインブランチへデータをインポートできてしまう不具合を修正しました。
  • 🐞【バグ修正】APIとサブブランチが関連付けられている場合に、APIテストケースをテストケースへ移動した後、テストケース一覧に表示されない不具合を修正しました。
  • 🐞【バグ修正】APIテストケースの名称を変更する際に、既に存在するケース名を使用できない不具合を修正しました。
  • 🐞【バグ修正】デフォルト以外のモジュールのディレクトリでAPIを作成した場合に、APIがデフォルトモジュールに保存されてしまう不具合を修正しました。
  • 🐞【バグ修正】デフォルト以外のモジュール内のリソースを、ディレクトリツリー上でドラッグして順序を変更できない不具合を修正しました。
  • 🐞【バグ修正】プロジェクトの言語がスペイン語またはポルトガル語の場合に、新規API設計規範を作成するとテンプレート内容が空になる不具合を修正しました。

new

improved

fixed

2.7.31

  • 🔥[New Feature] Online documentation now supports custom landing page.
custom landing page
  • ⚡️[Optimization] Test scenarios now remember the last saved
    Runs On
    setting.
  • ⚡️[Optimization] When exporting module data, any components referenced across modules will also be exported.
  • 🐞[Bug Fix] Fixed an issue where, when creating a new endpoint without saving it, configuring a non-default service caused the base URL to not take effect.
  • 🐞[Bug Fix] Fixed an issue where database connections failed if variables with uppercase letters were used in the configuration.
  • 🐞[Bug Fix] Fixed an issue where multiple consecutive SET statements could not be executed in database operations.
  • 🐞[Bug Fix] Fixed an issue where, after adjusting the response body order in the endpoint documentation, the Mock Server did not return the first response body.
  • 🐞[Bug Fix] Fixed an issue where running test scenarios with large endpoint responses caused the interface to lag.
  • 🐞[Bug Fix] Fixed an issue where searching text in the Markdown editor caused the interface to lag.
  • 🐞[Bug Fix] Fixed an issue where pre/post processors in the root folder of the endpoint were lost after importing OpenAPI Spec.
日本語:
  • 🔥【新機能】オンラインドキュメントでカスタムホームページの設定が可能になりました。
  • ⚡️【最適化】テストシナリオは、前回保存した「インポート元」設定を記憶するようになりました。
  • ⚡️【最適化】モジュール間でコンポーネントを参照している場合、モジュールデータをエクスポートする際に、参照されているコンポーネントも同時にエクスポートされます。
  • 🐞【バグ修正】新規API作成後に未保存の状態で、APIにデフォルト以外のサービスを設定した場合、Base URLが正しく反映されない問題を修正しました。
  • 🐞【バグ修正】データベース接続設定で、大文字を含む変数名を使用した場合に正常に接続できない不具合を修正しました。
  • 🐞【バグ修正】データベース操作において、複数のSET文を連続して使用できない問題を修正しました。
  • 🐞【バグ修正】APIドキュメント内でレスポンスボディの順序を変更した際、Mockサーバーが最初のレスポンスボディを返さない問題を修正しました。
  • 🐞【バグ修正】テストシナリオ実行時、APIのレスポンスが大きい場合に画面がフリーズする問題を修正しました。
  • 🐞【バグ修正】Markdownエディタ内でテキスト検索を行う際、画面がフリーズする問題を修正しました。
  • 🐞【バグ修正】OpenAPI仕様書のインポート時に、APIルートディレクトリの前/後処理が消失する問題を修正しました。
Load More