Changelog

Follow up on the latest improvements and updates.

RSS

new

improved

fixed

2.7.60

  • 🔥[New Feature] You can configure a general network proxy for the base URL of each service within an environment, supporting HTTP and SOCKS5 protocols.
General network proxy for the base URL
  • 🔥[New Feature] Spell checking is now available when editing Markdown content.
Spell checking in markdown
  • 🔥[New Feature] Added support for Korean, Vietnamese, and Indonesian.
  • ⚡️[Optimization] When editing Markdown, the editor and preview panes now scroll together.
  • ⚡️[Optimization] When Vault Secrets integrates with Azure Key Vault, the Client Credentials grant type is now supported.
  • ⚡️[Optimization] When exporting Apidog-formatted data, the base URLs for WebSocket and Socket.IO endpoints are now included.
  • 🐞[Bug Fix] Fixed an issue where, when importing OpenAPI/Swagger specs, if specifying folders, schemas were imported repeatedly.
  • 🐞[Bug Fix] Fixed an issue where, when importing OpenAPI/Swagger specs, the response example names were not handled correctly.
  • 🐞[Bug Fix] Fixed an issue where the selected state of request parameters in test cases was lost when importing Apidog-formatted data.
  • 🐞[Bug Fix] Fixed an issue where Binary data could not be sent correctly when debugging Socket.IO endpoints.
  • 🐞[Bug Fix] Fixed an issue where, when debugging Socket.IO endpoints, if selecting JSON, values like
    0
    and
    false
    could not be sent properly.
日本語:
  • 🔥【新機能】環境内の各サービスごとにベースURLへ共通プロキシを設定できるようになりました。HTTPおよびSOCKS5プロトコルに対応しています。
  • 🔥【新機能】Markdown編集時にスペルチェック機能を利用できるようになりました。
  • 🔥【新機能】韓国語、ベトナム語、インドネシア語に対応しました。
  • ⚡️【最適化】Markdown編集時に、左側の編集エリアをスクロールすると右側のプレビューエリアも同期してスクロールされるように改善しました。
  • ⚡️【最適化】VaultシークレットをAzure Key Vaultと連携する際に、Client Credentials認証方式をサポートしました。
  • ⚡️【最適化】Apidog形式データのエクスポート時に、WebSocketおよびSocket.IOエンドポイントのベースURLを含むようにしました。
  • 🐞【バグ修正】OpenAPI仕様書のインポート時にディレクトリを指定すると、データモデルが重複してインポートされる不具合を修正しました。
  • 🐞【バグ修正】OpenAPI仕様書のインポート時に、レスポンス例の名称が正しく処理されない不具合を修正しました。
  • 🐞【バグ修正】Apidog形式データのインポート時に、テストケース内のリクエストパラメータのチェック状態が失われる不具合を修正しました。
  • 🐞【バグ修正】Socket.IOエンドポイントのデバッグ時に、Binaryデータを正しく送信できない不具合を修正しました。
  • 🐞【バグ修正】Socket.IOエンドポイントのデバッグ時に、送信形式としてJSONを選択した場合、
    0
    false
    などの値を正しく送信できない不具合を修正しました。

fixed

improved

2.7.59

  • ⚡️[Optimization] Improved instruction-following accuracy for AI-generated test cases.
  • ⚡️[Optimization] When configuring AI model providers, you can now select Gemini 3 Flash.
  • 🐞[Bug Fix] Fixed an issue where Claude 4.5 series models would not take effect after configuration.
  • 🐞[Bug Fix] Fixed an issue causing incorrect pass/fail counts for AI-generated test cases.
  • 🐞[Bug Fix] Fixed an issue where test cases failed to run using test data.
  • 🐞[Bug Fix] Fixed an issue where the test case path was lost after saving and closing the Test Data window.
日本語:
  • ⚡️【最適化】AIによるテストケース生成における、指示への追従性を向上させました。
  • ⚡️【最適化】AIプロバイダー設定時に、「Gemini 3 Flash」を選択できるようになりました。
  • 🐞【バグ修正】Claude 4.5シリーズのモデルを設定しても、正しく反映されない問題を修正しました。
  • 🐞【バグ修正】AI生成テストケースの成功・失敗(Pass/Fail)カウントが正しく計算されない問題を修正しました。
  • 🐞【バグ修正 テストデータを使用したテストケースの実行が正常に行えない問題を修正しました。
  • 🐞【バグ修正】テストデータ画面を保存して閉じた際に、テストケースのパスが消失する問題を修正しました。

fixed

2.7.58

  • 🐞[Bug Fix] Fixed an issue where the GraphQL request body in test cases would expand indefinitely.
  • 🐞[Bug Fix] Fixed a display layering issue with the AI test case generation drawer.
日本語:
  • 🐞【バグ修正】テストケースにおいて、GraphQLリクエストボディの高さが無限に拡張される不具合を修正しました。
  • 🐞【バグ修正】AIによるテストケース生成ドロワー(Drawer)の表示階層に関する不具合を修正しました。

fixed

2.7.57

  • 🐞[Bug Fix] Fix an issue where the interface crashes after clicking a message when debugging WebSocket or gRPC streaming endpoints.
日本語:
  • 🐞【バグ修正】WebSocketまたはgRPC Streamingエンドポイントをデバッグ中に、メッセージをクリックすると画面がクラッシュする不具合を修正しました。

new

improved

fixed

2.7.56

  • 🔥[New Feature] Published docs now lets you customize background patterns, adjust the folder tree width, and use multi-level navigation.
customize background patterns
  • 🔥[New Feature] Supports importing OpenAPI/Swagger specs from Azure DevOps.
  • ⚡️[Optimization] Supports importing data directly from Git repositories.
  • ⚡️[Optimization] Improved the UI for selecting Auth.
  • 🐞[Bug Fix] Fixed an issue where security schemes couldn't be merged into the protected main branch.
  • 🐞[Bug Fix] Fixed an issue where the console would report errors when the post script manipulated the DOM in the response.
日本語:
  • 🔥【新機能】オンラインドキュメントで背景パターン、目次ツリーの幅、多階層ナビゲーションをカスタマイズできるようになりました。
  • 🔥【新機能】Azure DevOpsリポジトリからOpenAPI仕様書をインポートできるようになりました。
  • ⚡️【最適化】インポート処理において、Gitリポジトリからのデータインポートをサポートしました。
  • ⚡️【最適化】認証(Auth)選択時のインタラクションを最適化しました。
  • 🐞【バグ修正】メインブランチ保護を有効にしている場合、セキュリティスキームを正しくメインブランチへマージできない不具合を修正しました。
  • 🐞【バグ修正】後処理スクリプト内でレスポンス領域のDOMを操作した際、コンソールエラーが発生する不具合を修正しました。

new

fixed

improved

2.7.55

  • 🔥[New Feature] You can use AI to check API documentation completeness.
API documentation completeness
  • 🔥[New Feature] Support for importing OpenAPI/Swagger specs from GitHub and GitLab repositories.
importing OpenAPI/Swagger specs from GitHub
  • ⚡️[Optimization] You can now directly edit referenced variable names and dynamic value expressions in input boxes.
  • ⚡️[Optimization] Optimized the UI for configuring the base URL in
    Manage Environment
    .
  • ⚡️[Optimization] Improved the UI for test scenario design page.
  • ⚡️[Optimization] AI model provider settings now allow configuring the
    Google Cloud Location
    for each Google Vertex model and the
    AWS Region
    for each AWS Bedrock model individually.
  • ⚡️[Optimization] When configuring AI model providers, you can select new models such as GPT-5.1, Claude Sonnet 4.5, Gemini 3 Pro, and DeepSeek V3.2 Exp, etc.
  • 🐞[Bug Fix] Fixed an issue where response examples were lost when exporting OpenAPI/Swagger specs in some cases.
日本語:
  • 🔥【新機能】AIによるAPI仕様書の整合性チェックができるようになりました。
  • 🔥【新機能】GitHub・GitLabリポジトリからOpenAPI仕様書をインポートできるようになりました。
  • ⚡️【最適化】入力欄で参照している変数名および動的値式を直接編集できるようになりました。
  • ⚡️【最適化】環境管理でベースURLを設定する際のインタラクションを最適化しました。
  • ⚡️【最適化】自動テストのオーケストレーションモードのインタラクションを最適化しました。
  • ⚡️【最適化】AIモデルプロバイダーを設定する際、Google Vertex の Google Cloud Location および AWS Bedrock の AWS Regionを設定できるようにしました。
  • ⚡️【最適化】AIモデルプロバイダーを設定する際、GPT-5.1、Claude Sonnet 4.5、Gemini 3 Pro、DeepSeek V3.2 Exp などの新モデルを選択できるようにしました。
  • 🐞【バグ修正】一部の状況でOpenAPI仕様書をエクスポートする際、レスポンス例が欠落する不具合を修正しました。

new

improved

fixed

2.7.53

  • 🔥[New Feature] API design now supports status code ranges defined in the OpenAPI/Swagger specs, including 2XX, 4XX, 5XX, and default.
  • 🔥[New Feature] You can now add test data to test cases.
  • ⚡️[Optimization] OpenAPI/Swagger specs import and export now support response components.
  • ⚡️[Optimization] Exporting Apidog-formatted data now includes the endpoints' test cases.
  • ⚡️[Optimization] Improved the error messages for AI features, making them clearer and more informative.
  • 🐞[Bug Fix] Fixed an issue where newly created endpoints could not be saved if the request sent upon creation failed.
  • 🐞[Bug Fix] Fixed an issue where security schemes in a sprint branch were not associated with those in the main branch after exporting OpenAPI/Swagger specs from the main branch and importing them into the sprint branch.
  • 🐞[Bug Fix] Fixed an issue where, during OpenAPI/Swagger specs import, the option
    Keep the existing endpoint folder unchanged
    for
    When the same endpoint is in different folders
    did not work.
  • 🐞[Bug Fix] Fixed an issue where, when exporting OpenAPI/Swagger specs, if multiple
    form-data
    parameters are all configured with a
    content-type
    , only the last one's
    content-type
    was exported correctly.
  • 🐞[Bug Fix] Fixed an issue where selecting
    Merge
    during import caused example values of params to be incorrectly overwritten.
  • 🐞[Bug Fix] Fixed an issue where Socket.IO endpoints inside a project were not cloned correctly when cloning a project.
  • 🐞[Bug Fix] Fixed an issue where modules' base URLs could not be configured after cloning a project from a team to an organization.
  • 🐞[Bug Fix] Fixed an issue where, if an organization created a team first and then added an AI model provider, new projects in that team were unable to use the AI-generated test case feature.
  • 🐞[Bug Fix] Fixed an issue where adding a Runner in Apidog web version could not be saved if the server used the
    http://
    protocol.
日本語:
  • 🔥【新機能】API設計時に、2XX、4XX、5XX、defaultなど、OpenAPI/Swagger仕様に基づく特殊なステータスコードをサポートしました。
  • 🔥【新機能】テストケースにテストデータを追加できるようになりました。
  • ⚡️【最適化】OpenAPI/Swaggerデータのインポート/エクスポート時に、レスポンスコンポーネントをサポートしました。
  • ⚡️【最適化】Apidog形式でデータをエクスポートする際、エンドポイントのテストケースを含めるようにしました。
  • ⚡️【最適化】AI関連機能のエラーメッセージを改善し、より明確で分かりやすくしました。
  • 🐞【バグ修正】新しく作成したAPIで、作成時にリクエストが失敗した場合にAPIが保存できなくなる不具合を修正しました。
  • 🐞【バグ修正】メインブランチからOpenAPI/Swagger仕様書をエクスポートし、スプリントブランチにインポートした後、スプリントブランチ内のセキュリティスキームがメインブランチと関連付けられない不具合を修正しました。
  • 🐞【バグ修正】OpenAPI/Swagger仕様書をインポートする際、「同一エンドポイントが異なるフォルダに存在する場合」の「既存のエンドポイントフォルダを変更しない」オプションが機能しない不具合を修正しました。
  • 🐞【バグ修正】OpenAPI/Swagger仕様書をエクスポートする際、複数の
    form-data
    パラメータが全て
    content-type
    を設定されている場合、最後のパラメータのみが正しく
    content-type
    としてエクスポートされる不具合を修正しました。
  • 🐞【バグ修正】インポート時に
    スマートマージ
    を選択した場合、パラメータの例示値が誤って上書きされる不具合を修正しました。
  • 🐞【バグ修正】プロジェクトをクローンする際、Socket.IO APIが正しくクローンされない不具合を修正しました。
  • 🐞【バグ修正】チームから組織にプロジェクトをクローンした後、モジュールのベースURLを設定できない不具合を修正しました。
  • 🐞【バグ修正】組織内でチームを作成した後、AIモデルプロバイダーを追加した場合、そのチーム内で新しいプロジェクトがAI生成APIテストケース機能を使用できない不具合を修正しました。
  • 🐞【バグ修正】ApidogのWeb版でRunnerを追加する際、サーバーが
    http://
    プロトコルの場合に保存できない不具合を修正しました。

new

improved

fixed

2.7.51

  • 🔥[New Feature] If the request body schema is defined in the API specification, auto-completion is supported for JSON body input during endpoint debugging.
json-body-auto-completion.gif
  • ⚡️[Optimization] When generating endpoint test cases with AI, you can now first generate a list of test cases with descriptions, re-edit them, and then confirm to generate the full test case details.
re-edit-test-cases-generated-ai
  • ⚡️[Optimization] AI can now generate more test cases based on your existing endpoint test cases.
test-case-generation-based-on-existing.gif
  • ⚡️[Optimization] You can now add descriptions and headers to response components.
  • ⚡️[Optimization] More conditions are now supported when asserting HTTP Code.
  • ⚡️[Optimization] Supports fuzzy search for module names.
  • ⚡️[Optimization] Improved the UI for selecting and searching steps in test reports.
  • ⚡️[Optimization] After running test scenarios with Apidog CLI specifying the run environment, the Webhook notification you receive will now include the environment name.
  • ⚡️[Optimization] When running a test scenario with a private environment selected, other team members will now see a reminder to "Select an environment" instead of "Environment has been deleted".
  • ⚡️[Optimization] After logging in with GitHub, the email of the GitHub account will now be used as the email for the Apidog account.
  • 🐞[Bug Fix] Fixed an issue where failed test cases could still be adopted.
  • 🐞[Bug Fix] Fixed an issue where users who are guests in the team but editors or admins in a project could not use the AI features.
  • 🐞[Bug Fix] Fixed an issue where keyboard shortcuts stopped working in some cases.
  • 🐞[Bug Fix] Fixed an issue where endpoints did not display the default module's base URL under certain conditions.
日本語:
  • 🔥【新機能】API仕様でリクエストボディのデータ構造が定義されている場合、エンドポイントデバッグ時にJSON形式ボディ入力で自動補完がサポートされます。
  • ⚡️【最適化】GitHubでログインした際、GitHubアカウントのメールアドレスがApidogアカウントのメールアドレスとして使用されるように最適化しました。
  • ⚡️【最適化】AIによるエンドポイントケース生成時、まずケース一覧と説明を生成し、編集した上で確定するとケース詳細が生成されるように改善しました。
  • ⚡️【最適化】既存のエンドポイントケースを基に、AIが追加のテストケース候補を生成できるように対応しました。
  • ⚡️【最適化】レスポンスコンポーネントに説明文やヘッダーを追加できるように対応しました。
  • ⚡️【最適化】HTTPコードへのアサーション時、より多くの条件を設定できるように拡張しました。
  • ⚡️【最適化】モジュール名のファジー検索に対応し、目的のモジュールをより素早く検索できるようにしました。
  • ⚡️【最適化】テストレポート内でステップを選択・検索する際のインタラクションを最適化しました。
  • ⚡️【最適化】Apidog CLIで環境を指定してテストシナリオを実行した際、Webhook通知に環境名が含まれるように改善しました。
  • ⚡️【最適化】テストシナリオ実行時にプライベート環境を選択していた場合、他のチームメンバーには「環境を選択してください」と表示されるようにし、誤って「環境が削除されました」と表示されないようにしました。
  • 🐞【バグ修正】実行に失敗したテストケースが誤って「採用可能」と表示される不具合を修正しました。
  • 🐞【バグ修正】チームではゲスト、プロジェクトでは編集者または管理者のユーザーがAI機能を利用できない不具合を修正しました。
  • 🐞【バグ修正】一部の状況でショートカットキーが動作しない不具合を修正しました。
  • 🐞【バグ修正】一部の状況でエンドポイントがデフォルトモジュールのベースURLを表示しない不具合を修正しました。

improved

fixed

2.7.49

  • ⚡️[Optimization] When generating endpoint test cases with AI, assertions, custom scripts, and other pre/post processors are now generated simultaneously.
generating assertions and other pre/post processors with AI
  • ⚡️[Optimization] Once an organization enables the AI feature, all teams within the organization can use it directly.
  • ⚡️[Optimization] Improved the UI for switching between the design and debug views when creating a new endpoint.
  • ⚡️[Optimization] Optimized the icons in the folder tree.
  • 🐞[Bug Fix] Fixed an issue where variables did not take effect when debugging endpoints in the published documentation without selecting an environment.
  • 🐞[Bug Fix] Fixed an issue where readers couldn't debug endpoints in the published documentation when a CORS proxy requiring authentication was configured.
  • 🐞[Bug Fix] Fixed an issue where error messages were not displayed correctly when fetching secrets from third-party vault providers failed.
  • 🐞[Bug Fix] Fixed an issue where changing a query parameter to an array type in a test case would add an extra
    undefined
    value.
  • 🐞[Bug Fix] Fixed an issue where the endpoint path was lost when saving an endpoint as a test case in request-first mode.
  • 🐞[Bug Fix] Fixed an issue where the test case URL was lost after moving a test case of an endpoint with Path parameters to another category.
  • 🐞[Bug Fix] Fixed an issue where the web app UI did not automatically refresh after switching languages.
日本語:
  • ⚡️【最適化】AIでエンドポイントテストケースを生成する際、アサーションやカスタムスクリプトなどの前後処理も同時に生成されるようにしました。
  • ⚡️【最適化】組織でAI機能を設定すると、同一組織内のチームが直接利用できるようになりました。
  • ⚡️【最適化】新しいエンドポイント作成時、設計画面とリクエスト画面の切り替え操作を最適化しました。
  • ⚡️【最適化】ディレクトリツリー内のアイコンを最適化しました。
  • 🐞【バグ修正】オンラインドキュメントでエンドポイントをデバッグする際、環境を選択していない場合に変数が反映されない不具合を修正しました。
  • 🐞【バグ修正】オンラインドキュメントに認証が必要なCORSプロキシを設定した場合、読者が正常にデバッグできない不具合を修正しました。
  • 🐞【バグ修正】サードパーティのVaultプロバイダーからの秘密情報取得に失敗した際、エラーメッセージが正しく表示されない不具合を修正しました。
  • 🐞【バグ修正】テストケース画面でクエリパラメータをarray型に変更すると、
    undefined
    の値が追加される不具合を修正しました。
  • 🐞【バグ修正】デバッグモードでエンドポイントをテストケースとして保存した際、ケースのエンドポイントパスが失われる不具合を修正しました。
  • 🐞【バグ修正】パスパラメータを含むエンドポイントケースを別のカテゴリに移動した際、ケースのURLが失われる不具合を修正しました。
  • 🐞【バグ修正】Web版アプリで言語を切り替えた後、画面が自動的に更新されない不具合を修正しました。

fixed

improved

2.7.48

  • ⚡️[Optimization] When a gRPC endpoint returns an error, Metadata and Trailer will still be displayed normally.
  • ⚡️[Optimization] When generating test cases with AI, if no test case category is selected, the system will prioritize generating the appropriate category based on the user's input requirements.
  • ⚡️[Optimization] Improved the UI for entering the verification code.
  • ⚡️[Optimization] The user onboarding interface supports switching languages.
  • 🐞[Bug Fix] Fixed an issue where, when debugging WebSocket or Socket.IO endpoints, if the URL is
    ws://
    and no port is specified, it incorrectly defaulted to port 443 instead of 80.
  • 🐞[Bug Fix] Fixed an issue where, when enabled
    HTTP/2 Support
    , sending another request before the previous one responded caused the first request to show a "socket hang up" error.
  • 🐞[Bug Fix] Fixed an issue where, when configuring a Git repository connection, only up to 30 Git branches were displayed.
  • 🐞[Bug Fix] Fixed an issue where, in some cases, the color of environment icons could not be changed.
日本語:
  • ⚡️【最適化】gRPCエンドポイントでエラーが返された場合でも、MetadataとTrailerが正しく表示されるようになりました。
  • ⚡️【最適化】AIによるテストケース生成時、ケースタイプを選択していない場合は、ユーザー入力の指示内容に基づいて適切なケース分類を自動生成するようにしました。
  • ⚡️【最適化】認証コード入力時の操作性を改善しました。
  • ⚡️【最適化】チュートリアル画面で言語を切り替えられるようになりました。
  • 🐞【バグ修正】WebSocketまたはSocket.IOエンドポイントのデバッグ時に、URLが
    ws://
    でポートを指定していない場合、80ポートではなく443ポートに接続されていた不具合を修正しました。
  • 🐞【バグ修正】「HTTP/2対応」を有効にした状態で、あるリクエストのレスポンスを待つ前に別のリクエストを送信すると、前のリクエストで“socket hang up”エラーが発生する不具合を修正しました。
  • 🐞【バグ修正】Gitリポジトリ連携設定時に、最大30個までしかブランチが表示されなかった不具合を修正しました。
  • 🐞【バグ修正】一部環境で環境アイコンの色を変更できなかった不具合を修正しました。
Load More