Changelog
Follow up on the latest improvements and updates.
RSS
improved
fixed
2.8.2
- ⚡️[Optimization] You can now easily reorder resources within the static steps of a test suite.
- ⚡️[Optimization] Test suites now support copying collaboration link.
- ⚡️[Optimization] OpenAPI/Swagger specs imports now support Query-type HTTP methods and additionalOperation.
- 🐞[Bug Fix] Fixed an issue where teams without a bound payment method could not be correctly transferred into an organization.
- 🐞[Bug Fix] Fixed an issue where connections failed when the MongoDB database password contained the special character %.
日本語:
- ⚡️【最適化】テストスイートの静的ステップ内におけるリソースの並び順を変更できるようになりました。
- ⚡️【最適化】テストスイートのアクセス用リンクをコピーできるようになりました。
- ⚡️【最適化】OpenAPI仕様書のインポート時に、QueryタイプのHTTPメソッドおよびadditionalOperationに対応しました。
- 🐞【バグ修正】支払い方法が未登録のチームを組織へ正しく移行できない不具合を修正しました。
- 🐞【バグ修正】MongoDBデータベースのパスワードに特殊文字 %が含まれる場合に接続できない不具合を修正しました。
new
fixed
improved
2.8.1
- 🔥[New Feature] When debugging endpoints, you can now view network details such as the HTTP version and TLS protocol.

- ⚡️[Optimization] When debugging endpoints, array-type parameters now allow you to directly select enum values for their child elements.
- 🐞[Bug Fix] Fixed an issue where right clicking on response data did not show options like Copy JSONPath.
- 🐞[Bug Fix] Fixed an issue where WebSocket endpoints were still published to publicly published documentation when the root folder visibility was set to Internal.
日本語:
- 🔥【新機能】APIのデバッグ時に、HTTPバージョンやTLSプロトコルなどのネットワーク情報を確認できるようになりました。
- ⚡️【最適化】APIのデバッグ時、array型パラメータの子要素で列挙値を直接選択できるようになりました。
- 🐞【バグ修正】APIレスポンスデータ上で右クリックした際に、Copy JSONPathなどの機能が使用できなかった不具合を修正しました。
- 🐞【バグ修正】ルートディレクトリの可視性が「内部」に設定されている場合でも、WebSocket APIが公開オンラインドキュメントに表示されてしまう不具合を修正しました。
new
2.8.0
- 🔥[New Feature] Support for creating test suites, with the ability to add static/dynamic endpoint test cases and test scenarios to a test suite.

日本語:
- 🔥【新機能】テストスイートの作成に対応し、テストスイートに静的/動的テストケースおよびテストシナリオを追加できるようになりました。
new
improved
fixed
2.7.62
- 🔥[New Feature] SSE streaming responses and endpoints related to AI with LLMsare now supported when designing APIs. You can also configure Content Schema for fields of type string.

- 🔥[New Feature] Publish Docsnow supports configuring Algolia's Ask AI feature.

- 🔥[New Feature] When debugging Socket.IO endpoints, sending empty messages and messages without parameters is now supported.
- ⚡️[Optimization] Newly launched AI model providers and models are enabled by default in existing projects.
- ⚡️[Optimization] Pinned tabs will no longer be closed when you click Close All TabsorClose Other Tabs.
- ⚡️[Optimization] Gemini 3 Flash is now available as an option when configuring AI model providers.
- ⚡️[Optimization] Optimized the UI for pre/post processors.
- ⚡️[Optimization] Improved the trigger timing of the variable preview pop-up, adding a reasonable delay.
- 🐞[Bug Fix] Fixed an issue where, when importing OpenAPI/Swagger specs with global Security configured, the root folder would reference security schemes repeatedly.
- 🐞[Bug Fix] Fixed an issue where security schemes were not exported correctly when exporting OpenAPI/Swagger specs from the project overview page.
- 🐞[Bug Fix] Fixed an issue where the equal sign(=) was still added when a query parameter value was empty and Do not add an equal signwas selected.
- 🐞[Bug Fix] Fixed an issue where WebSocket and Socket.IO endpoints in non-default modules incorrectly used the Base URLof the default module.
- 🐞[Bug Fix] Fixed an issue where endpoints that inherit pre/post processors from the parent were not inheriting them correctly in automated tests.
- 🐞[Bug Fix] Fixed an issue that prevented calling Claude 4.5 series models from the Anthropic.
日本語:
- 🔥【新機能】API設計時にSSEのストリーミングレスポンスおよびAI大規模モデルAPIに対応し、string型フィールドにContent Schemaを設定できるようになりました。
- 🔥【新機能】オンラインドキュメントでAlgoliaのAsk AI機能を設定できるようになりました。
- 🔥【新機能】Socket.IOエンドポイントのデバッグ時に、空メッセージおよびパラメータなしのメッセージを送信できるようになりました。
- ⚡️【最適化】新しく追加されたプロバイダーおよびモデルが、既存プロジェクトでもデフォルトで有効化されるようになりました。
- ⚡️【最適化】「すべてのタブを閉じる」および「その他のタブを閉じる」をクリックしても、固定されたタブが閉じられないようになりました。
- ⚡️【最適化】AIモデルプロバイダーの設定で、Gemini 3 Flashを選択できるようになりました。
- ⚡️【最適化】前処理/後処理の画面UIを改善しました。
- ⚡️【最適化】変数プレビューのポップアップ表示タイミングを調整し、適切な遅延を設けました。
- 🐞【バグ修正】AnthropicプロバイダーのClaude 4.5シリーズモデルを呼び出せない不具合を修正しました。
- 🐞【バグ修正】OpenAPI仕様書のインポート時に、グローバルSecurityを設定している場合、ルートディレクトリでセキュリティスキームが重複参照される不具合を修正しました。
- 🐞【バグ修正】プロジェクト概要ページからOpenAPI仕様書をエクスポートする際に、セキュリティスキームが正しくエクスポートされない不具合を修正しました。
- 🐞【バグ修正】クエリパラメータの値が空で「等号を追加しない」を選択しても等号が追加される不具合を修正しました。
- 🐞【バグ修正】非デフォルトモジュールのWebSocketおよびSocket.IOエンドポイントで、デフォルトモジュールのベースURLが使用される不具合を修正しました。
- 🐞【バグ修正】エンドポイントが親階層の前処理・後処理を継承している場合に、自動テスト内で正しく継承されない不具合を修正しました。
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.

- 🔥[New Feature] Spell checking is now available when editing Markdown content.

- 🔥[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 0andfalsecould 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.

- 🔥[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.

- 🔥[New Feature] Support for importing OpenAPI/Swagger specs from GitHub and GitLab repositories.

- ⚡️[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 Locationfor each Google Vertex model and theAWS Regionfor 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仕様書をエクスポートする際、レスポンス例が欠落する不具合を修正しました。
Load More
→