Changelog

Follow up on the latest improvements and updates.

RSS

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個までしかブランチが表示されなかった不具合を修正しました。
  • 🐞【バグ修正】一部環境で環境アイコンの色を変更できなかった不具合を修正しました。

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 cases
    did 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
    Customize
    settings for published documentations, you can now preview the effect in real time.
Real-time preview of the effect of published documentations
  • 🔥[New Feature] You can now configure whether branch admins are allowed to directly modify the protected branch content.
configure the branch admins
  • ⚡️[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 LLMs
    using the Cloud Agent in the web version, the timeline content now displays correctly.
  • ⚡️[Optimization] Support extracting
    null
    as 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
    Requests
    caused 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 Example
    did 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
    allOf
    schema composition.
  • 🐞[Bug Fix] Fixed an issue where the model list showed
    0
    when 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 URL
    option 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のレスポンスが正常に取り込めない不具合を修正しました。

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