Changelog
Follow up on the latest improvements and updates.
RSS
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仕様書をエクスポートする際、レスポンス例が欠落する不具合を修正しました。
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 unchangedforWhen the same endpoint is in different foldersdid not work.
- 🐞[Bug Fix] Fixed an issue where, when exporting OpenAPI/Swagger specs, if multiple form-dataparameters are all configured with acontent-type, only the last one'scontent-typewas exported correctly.
- 🐞[Bug Fix] Fixed an issue where selecting Mergeduring 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.

- ⚡️[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.

- ⚡️[Optimization] AI can now generate more test cases based on your existing endpoint test cases.

- ⚡️[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.

- ⚡️[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 undefinedvalue.
- 🐞[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個までしかブランチが表示されなかった不具合を修正しました。
- 🐞【バグ修正】一部環境で環境アイコンの色を変更できなかった不具合を修正しました。
new
improved
fixed
2.7.46
- 🔥[New Feature] After obtaining an OAuth 2.0 token, you can now set it as a current value of the variable to prevent sharing the token with others in the team.
- ⚡️[Optimization] Improved the UI for creating new endpoints on the main interface — the menu now appears only after clicking.
- ⚡️[Optimization] Enhanced the sample project with more comprehensive content.
- ⚡️[Optimization] Global variables now support multi-user online collaboration and real-time automatic updates.
- ⚡️[Optimization] gRPC debugging now supports JSON with comments.
- ⚡️[Optimization] When inserting dynamic values into input boxes, the value is now inserted at the cursor position instead of the end.
- ⚡️[Optimization] Provided clearer tips and guidance when AI model errors occur.
- 🐞[Bug Fix] Fixed an issue where the inherited custom scripts from parents couldn’t be scrolled when viewed in automated tests.
- 🐞[Bug Fix] Fixed an issue where module variables were not correctly replaced during code generation.
- 🐞[Bug Fix] Fixed an issue where creating a GitHub connection occasionally redirected to the help documentation incorrectly.
- 🐞[Bug Fix] Fixed an issue where, when importing OpenAPI/Swagger specs, the security requirements of the root were not imported correctly and were mistakenly configured as No Auth.
- 🐞[Bug Fix] Fixed an issue where, when importing Postman Collections, the option for Import "e.g." in Postman as endpoint debug casesdid not work.
日本語:
- 🔥【新機能】OAuth 2.0のトークン取得後、トークンをローカル変数値として設定できるようになりました。これにより、チームメンバーとのトークン共有を回避できます。
- ⚡️【最適化】メイン画面でのAPI新規作成の操作性を改善し、クリック時にのみメニューが表示されるようにしました。
- ⚡️【最適化】サンプルプロジェクトの内容を拡充し、より包括的にしました。
- ⚡️【最適化】グローバル変数が複数人でのオンライン共同編集とリアルタイム自動更新に対応しました。
- ⚡️【最適化】gRPC APIのデバッグ時に、コメント付きJSONをサポートしました。
- ⚡️【最適化】入力欄に動的値を挿入する際、末尾ではなくカーソル位置に挿入されるようにしました。
- ⚡️【最適化】AIモデルのエラー発生時に、より明確なメッセージと案内を表示するようにしました。
- 🐞【バグ修正】自動テストで親から継承したカスタムスクリプトを閲覧する際、内容がスクロールできない不具合を修正しました。
- 🐞【バグ修正】コード生成時にモジュール変数が正しく置換されない不具合を修正しました。
- 🐞【バグ修正】一部の状況でGitHub接続の作成時に誤ってヘルプドキュメントへリダイレクトされる不具合を修正しました。
- 🐞【バグ修正】OpenAPI/Swaggerデータをインポートする際、ルートディレクトリに設定されたSecurityが正しくインポートされず、ルートディレクトリの認証方式が「認証不要」と誤って設定される不具合を修正しました。
- 🐞【バグ修正】 Postman Collectionのインポート時、「Postmanの'e.g.'をデバッグ用テストケースとしてインポート」スイッチが有効にならない不具合を修正しました。
new
improved
fixed
2.7.45
- 🔥[New Feature] When configuring the Customizesettings for published documentations, you can now preview the effect in real time.

- 🔥[New Feature] You can now configure whether branch admins are allowed to directly modify the protected branch content.

- ⚡️[Optimization] When selecting status code 204 while designing an endpoint, the content type will automatically switch to No-Content.
- ⚡️[Optimization] When debugging SSE streaming responses for endpoints related to AI with LLMsusing the Cloud Agent in the web version, the timeline content now displays correctly.
- ⚡️[Optimization] Support extracting nullas a variable value.
- ⚡️[Optimization] When external project members click "Run in Apidog" in published documentation to debug an endpoint, they can now edit the current values of the environment variables.
- ⚡️[Optimization] When editing an endpoint and clicking on a referenced schema from a field, the schema list of the current module will be displayed.
- ⚡️[Optimization] Test scenarios now support bulk modifying.
- ⚡️[Optimization] Once a required permission is added, it will automatically be assigned to all custom roles.
- ⚡️[Optimization] Added a new performance optimization feature: Optimize in-project tab rendering to solve lag issues when multiple tabs are open.
- ⚡️[Optimization] Added a new performance optimization feature: GPU hardware acceleration. If you experience UI flickering or incomplete interface rendering, please disable this option.
- ⚡️[Optimization] Improved the UI for AI schema modifications and AI model provider configuration.
- 🐞[Bug Fix] Fixed an issue where entering a parameter value without entering a parameter name in Requestscaused duplicate input boxes at the top.
- 🐞[Bug Fix] Fixed an issue on the module overview page where export/backup permalink for OpenAPI specs did not correctly display the security field for endpoints referencing the security scheme components.
- 🐞[Bug Fix] Fixed an issue where extracting a response example and selecting Overwrite the Exampledid not auto-fill the example name.
- 🐞[Bug Fix] Fixed an issue where syncing test case content did not sync pre and post processors scripts.
- 🐞[Bug Fix] Fixed an issue where renaming a test case and clicking the ✓button had no effect.
- 🐞[Bug Fix] Fixed an issue where running a referenced test case in a test scenario displayed request parameters inconsistently with the ones in the UI.
- 🐞[Bug Fix] Fixed an issue where, when a response component was configured to be Included in new endpoints, deleting it after creating an endpoint still caused it to be referenced in exported OpenAPI specs.
- 🐞[Bug Fix] Fixed an issue where the generated schema code used numbers instead of shcema names as the class name when an endpoint referenced an allOfschema composition.
- 🐞[Bug Fix] Fixed an issue where the model list showed 0when testing models on the AI provider configuration page.
- 🐞[Bug Fix] Fixed an issue where, when importing Postman data, the Automatically remove the BaseURL part from the URLoption had no effect on endpoint cases.
- 🐞[Bug Fix] Fixed an issue where importing Swagger 2.0 specs failed to import responses with status code 204.
日本語:
- 🔥【新機能】オンラインドキュメントのカスタマイズ設定を行う際、リアルタイムでプレビューできるようにしました。
- 🔥【新機能】ブランチ管理者が保護ブランチの内容を直接編集できるかどうかを設定できるようにしました。
- ⚡️【最適化】API設計時に204ステータスコードを選択すると、内容形式が自動的に内容なしに切り替わるようにしました。
- ⚡️【最適化】Web版のクラウドAgentでSSEストリーミング応答のAI大規模モデルAPIをデバッグする際、タイムラインのコンテンツが正常に表示されるようにしました。
- ⚡️【最適化】nullを変数値として抽出できるようにしました。
- ⚡️【最適化】プロジェクト外メンバーがオンラインドキュメントの「Run in Apidog」でAPIをデバッグする際、環境変数のローカル値を編集できるようにしました。
- ⚡️【最適化】API編集時にフィールドが参照しているモデルをクリックすると、現在のモジュールのモデル一覧を表示するようにしました。
- ⚡️【最適化】テストシナリオの一括編集に対応しました。
- ⚡️【最適化】必須権限を追加した際、すべてのカスタムロールに自動的に割り当てられるようにしました。
- ⚡️【最適化】パフォーマンス最適化として、プロジェクト内のタブ描画を最適化し、複数のTabを開いた際のカクつきを改善できるようにしました。
- ⚡️【最適化】パフォーマンス最適化として、GPUハードウェアアクセラレーションのオン/オフ設定を追加し、画面のチラつきや描画崩れが発生する場合に無効化できるようにしました。
- ⚡️【最適化】AIデータモデル編集画面およびAIモデルプロバイダー設定画面のUIを改善しました。
- 🐞【バグ修正】クイックリクエストでパラメータ名を入力せず値のみ入力した場合に、上部に入力欄が重複表示される不具合を修正しました。
- 🐞【バグ修正】モジュール概要ページからOpenAPIデータをURLエクスポート/バックアップする際、Auth Security Schemaを参照しているAPIでsecurityフィールドが正しく出力されない不具合を修正しました。
- 🐞【バグ修正】レスポンス例を抽出して既存の例を上書きする際、例の名称が自動入力されない不具合を修正しました。
- 🐞【バグ修正】テストケース内容を同期する際、APIの前処理・後処理スクリプトが同期されない不具合を修正しました。
- 🐞【バグ修正】テストケースをリネーム後、チェックマーク(√)をクリックしても反応しない不具合を修正しました。
- 🐞【バグ修正】テストシナリオで引用したテストケースを実行する際、リクエストパラメータが画面表示と一致しない不具合を修正しました。
- 🐞【バグ修正】レスポンスコンポーネントに「API作成時に自動追加」を設定した状態で削除しても、エクスポートしたOpenAPIデータ内で該当コンポーネントが参照され続ける不具合を修正しました。
- 🐞【バグ修正】APIがallOf結合モデルを参照している場合に、モデルコード生成時のクラス名がモデル名ではなく数値になる不具合を修正しました。
- 🐞【バグ修正】AIプロバイダー設定画面でモデルをテストした際、モデル一覧が0と表示される不具合を修正しました。
- 🐞【バグ修正】Postmanデータをインポートする際、「URLからBaseURL部分を自動的に削除」設定がAPIケースに適用されない不具合を修正しました。
- 🐞【バグ修正】Swagger2.0データのインポート時に、ステータスコード204のレスポンスが正常に取り込めない不具合を修正しました。
Load More
→