Changelog
Follow up on the latest improvements and updates.
RSS
fixed
2.7.1
- 🐞[Bug Fix] Fixed an issue in version 2.7.0 where clicking the Mock Requestin the API documentation would report a UI error.
- 🐞[Bug Fix] Fixed an issue where the endpoint URL was sometimes incorrect in exported test reports when running test scenarios locally.
日本語:
- 🐞【バグ修正】バージョン2.7.0において、APIドキュメント内のMockへのクイックリクエストをクリックした際に発生するエラーの問題を解決しました。
- 🐞【バグ修正】特定の状況下でローカルでテストシナリオを実行した際、エクスポートされたテストレポートにAPIのURLが正しく表示されない問題を解決しました。
new
improved
fixed
2.7.0
- 🔥[New Feature] Bodysupports adding multipleexamples, being compatible with OpenAPI (Swagger).

- 🔥[New Feature] Each request and response example can now include descriptions,OAS key, andOAS extensions.
- 🔥[New Feature] You can now debug HTTP endpoints that return NDJSON(Newline Delimited JSON) formattedJSON streamingresponses.
- 🔥[New Feature] When debugging endpoints for AI with LLMsdeployed locally withOllama, Apidog can automatically merge message content and display responses in natural language. It supports reasoning models such asDeepSeek R1, allowing users to visualize the deep thought process.

- 🔥[New Feature] You can now debug Socket.IOendpoints, sending multiple arguments and ack simultaneously.

- 🔥[New Feature] Support for importing SOAPprojects fromSoapUI.
- ⚡️[Optimization] When an email allowlistis configured for the doc site, visitors whose emails are not on the list will no longer see a "no permission" message — they simply won’t receive a verification code.
- ⚡️[Optimization] General endpoint documentation now supports the addition of custom fields.
- ⚡️[Optimization] Custom fields can now be set as either required or optional.
- ⚡️[Optimization] Users with permission to modify protected branches can now be set as reviewers for branch merges.
- ⚡️[Optimization] Event notificationswill now use the language settings of the project.
- ⚡️[Optimization] Performance tests now supports using scriptsanddatabase connections.
- ⚡️[Optimization] You can now import datadirectly within the endpoint folder.
- 🐞[Bug Fix] Fixed an issue where redirect rules configured for endpoints did not take effect when running automated tests using Runner.
- 🐞[Bug Fix] Fixed an issue where the scenario name was not displayed correctly when opening a test scenario of the main branch within a sprint branch.
- 🐞[Bug Fix] Fixed an issue where test reports run by Runner were displayed under the main branch after opening a test scenario of the main branch within a sprint branch.
- 🐞[Bug Fix] Fixed an issue where the font size adjustment feature did not work properly in certain cases.
- 🐞[Bug Fix] Fixed an issue where the average request time in test reports was inaccurate in some scenarios.
- 🐞[Bug Fix] Fixed an issue where Chinese enum values were not displayed correctly in online documentation in certain cases.
日本語:
- 🔥【新機能】Bodyが複数の例を設定できるようになり、OpenAPI(Swagger)仕様に対応します。
- 🔥【新機能】RequestおよびResponseの各 例には、説明、OAS Key、およびOAS 拡張フィールドを構成することができます。
- 🔥【新機能】NDJSON(Newline Delimited JSON)フォーマットのJSONストリーミングResponseのHTTP APIをデバッグできます。
- 🔥【新機能】OllamaのローカルデプロイされたAI 大規模モデルのAPIをデバッグする際に、Apidog がメッセージ内容を自動マージし、自然言語でResponseを表示します。また、DeepSeek R1などの推論モデルをサポートし、深い思考プロセスを表示することができます。
- 🔥【新機能】Socket.IOAPIのデバッグをサポートし、複数のパラメータおよびAckを同時に送信できます。
- 🔥【新機能】SoapUIのSOAPプロジェクトのインポートをサポートしました。
- ⚡️【最適化】ドキュメントサイトにメールホワイトリストが設定されている場合、アクセス者のメールがホワイトリストにないときは権限警告をせずに、認証コードを送信しません。
- ⚡️【最適化】汎用APIドキュメントでカスタムフィールドの構成をサポートしました。
- ⚡️【最適化】カスタムフィールドが必須かどうかを構成することができます。
- ⚡️【最適化】保護されたブランチの編集権限を持つユーザーをブランチマージのレビュアーに設定することができます。
- ⚡️【最適化】プロジェクトのイベント通知の言語がプロジェクトの言語に従います。
- ⚡️【最適化】パフォーマンステストでスクリプトおよびデータベース接続の利用をサポートしました。
- ⚡️【最適化】APIディレクトリで直接データのインポートを実行できます。
- 🐞【バグ修正】ランナーで自動テストを行う際、API設定のリダイレクトルールが有効にならない問題を解決しました。
- 🐞【バグ修正】サブブランチでメインブランチのテストシナリオを開いた後、画面にシナリオ名が正常に表示されない問題を解決しました。
- 🐞【バグ修正】サブブランチでメインブランチのテストシナリオを開いた後、ランナーでのテストレポートがメインブランチに表示される問題を解決しました。
- 🐞【バグ修正】一部の状況でフォントサイズ変更機能が正常に動作しない問題を解決しました。
- 🐞【バグ修正】一部の状況でテストレポートの平均リクエスト時間が正確でない問題を解決しました。
- 🐞【バグ修正】一部の状況でオンラインドキュメントに中国語の列挙値が正常に表示されない問題を解決しました。
fixed
2.6.51
- 🐞[Bug Fix] Fixed an issue where modifying the configuration of a database connection using an SSH proxycould cause the configuration to disappear from thedatabaselist.
日本語:
- 🐞[バグ修正] SSHプロキシを使用したデータベース接続の設定を変更すると、データベースリストから設定が消えてしまう問題を解決しました。
new
improved
fixed
2.6.50
- 🔥[New Feature] Usernames, passwords and other information in Database Connectionnow support synchronization among team members.
- ⚡️[Optimization] When inviting new users via email, only the invited email account can join the team. Forwarding the invitation email will not work.
- ⚡️[Optimization] When deploying a Runner, the mounted data directory is now empty by default and needs to be manually filled in to avoid issues where users lack access to the default directory.
- ⚡️[Optimization] Reduced the file size of test reports to improve the speed of uploading them.
- ⚡️[Optimization] When importing data in OpenAPI/Swagger format, if the body is in common file or image formats, it will be imported as a Binary type.
- 🐞[Bug Fix] Fixed an issue where only the first cookie was sent when multiple cookies with the same name were included.
- 🐞[Bug Fix] Fixed an issue where project editors could not use the scheduled import feature.
- 🐞[Bug Fix] Fixed an issue where importing test scenarios after deleting cases associated with sprint branches would lose test steps.
- 🐞[Bug Fix] Fixed an issue where the assertion results were displayed repeatedly when viewing test reports.
- 🐞[Bug Fix] Fixed an issue where environments could not be imported when importing data into the project list.
- 🐞[Bug Fix] Fixed an issue where, when exporting a project to OpenAPI/Swagger format, the Securityfield was exported as an empty object instead of an empty array when an endpoint had no authentication configured.
日本語:
- 🔥【新機能】データベース接続のユーザー名やパスワードなどの情報を、チームメンバー間で相互に同期できるようになりました。
- ⚡️【最適化】メール招待による新規ユーザーのチーム参加時、招待メールの送信先メールアカウントのみがチームに参加可能(メール転送による参加は無効)
- ⚡️【最適化】ランナーデプロイ時、マウントデータディレクトリのデフォルト値を空に変更。アクセス権限問題を防止するため手動入力必須化
- ⚡️【最適化】テストレポートのファイルサイズ削減により、アップロード速度を向上
- ⚡️【最適化】OpenAPI/Swagger形式データインポート時、bodyが一般的なファイル/画像形式の場合、Binaryタイプとして自動判定
- 🐞【バグ修正】複数同名Cookie送信時に初回のみ送信される現象を解決しました。
- 🐞【バグ修正】プロジェクト編集者の定期インポート機能使用不可問題を解決しました。
- 🐞【バグ修正】子ブランチ関連APIテストケース削除後のテストシナリオインポート時のステップ欠損問題を解決しました。
- 🐞【バグ修正】テストレポート閲覧時のアサーション結果重複表示を解決しました。
- 🐞【バグ修正】プロジェクトリストからのデータインポート時の環境設定反映不可問題を解決しました。
- 🐞【バグ修正】OpenAPI/Swagger形式でのプロジェクトエクスポート時、認証未設定APIにおけるSecurityフィールドのデータ型不整合(空オブジェクト→空配列)問題を解決しました。
new
fixed
2.6.49
- 🔥[New Feature] When debugging SSE(Server-Sent Events) streaming responses for endpoints related toAI with LLMs, Apidog can automatically combine the message content and display the response in natural language. It also supports showing the thought process of the reasoning models, such asDeepseek R1.

- 🐞 [Bug Fix] Fixed an issue where Query parameters configured for the Auth URLare not applied when using the OAuth 2.0 Implicit.
日本語:
- 🔥【新功能】SSEストリーミング応答のAIモデルデバッグ時、Apidogはメッセージを自動結合し、自然言語で表示。さらに、推論モデル(例:Deepseek R1)の思考プロセスも表示可能。
- 🐞【バグ修正】OAuth 2.0のImplicitモードで、Auth URLのQueryパラメータが無効になる問題を解決しました。
improved
fixed
2.6.48
- ⚡️[Optimization] The content type of the endpoint response can now be configured as No-Content, indicating that the endpoint does not return any response body.
- ⚡️[Optimization] When accessing public projectsthat do not belong to your team, the endpoint documentation no longer displays information such as modifiers and creators.
- ⚡️[Optimization] Improved the display style of test scenarios included in scheduled tasks after they have been modified or deleted.
- 🐞 [Bug Fix] Fixed the issue where automated tests could not correctly read the response body of previous steps when the endpoint only used global parameters.
- 🐞 [Bug Fix] Fixed the issue where the query section was not imported when importing data in apiDoc format.
- 🐞 [Bug Fix] Fixed the issue where schemas in non-Latin names referenced at the root could not be exported in Markdown format.
- 🐞 [Bug Fix] Fixed the issue where the Run Historypage for scheduled tasks incorrectly displayed test reports for tests run by manually specified runners.
日本語:
- ⚡️【最適化】APIの応答内容形式は No-Contentに設定可能で、これはAPIが応答Bodyを返さないことを示します。
- ⚡️【最適化】他のチームの 公開プロジェクトにアクセスする際、APIドキュメントページは修正者や作成者などの情報を表示しなくなります。
- ⚡️【最適化】タスクスケジュールに含まれるテストシナリオが変更または削除された場合、その表示スタイルを改善しました。
- 🐞【バグ修正】APIがグローバルパラメータのみを使用している場合に、自動テストが前処理ステップの応答Bodyを正しく読み取れない問題を解決しました。
- 🐞【バグ修正】apiDoc形式のデータをインポートする際に、query部分がインポートされない問題を解決しました。
- 🐞【バグ修正】ルートノードで参照されている非ラテン語のデータモデルがMarkdown形式にエクスポートできない問題を解決しました。
- 🐞【バグ修正】タスクスケジュールの実行履歴ページで、手動で指定されたランナーがテストを実行しているテストレポートを誤って表示していた問題を解決しました。
new
improved
fixed
2.6.47
- 🔥[New Feature] You can now run test scenarios using scheduled tasks in the Runner, with the option to choose between initial values from the environment/global variables, or current values saved in the Runner.

- ⚡️[Optimization] If no parameter text is selected, right-clicking to choose EncodeURIComponentorDecodeURIComponentwill now apply to the entire text by default.
- ⚡️[Optimization] Once you've accessed the encrypted online documentation using a password or an email from the email allowlist, you won't need to re-verify your password or email for the next 30 days.
- ⚡️[Optimization] Spaces before and after the project name are now automatically ignored when deleting a project.
- 🐞 [Bug Fix] Fixed an issue where some =characters in cookies were removed during endpoint debugging.
- 🐞 [Bug Fix] Fixed an issue where test scenarios failed to run under some conditions.
- 🐞 [Bug Fix] Fixed an issue where request content wasn’t visible in the console after sending a request via script.
- 🐞 [Bug Fix] Fixed an issue where the total request count showed as 0 when running a performance test with a script as the first step.
- 🐞 [Bug Fix] Fixed an issue where filtering content to share online by tags didn’t work for Markdown documents.
- 🐞 [Bug Fix] Fixed an issue where using wildcard domains as the custom domain for online documentation would prompt that the certificate domain didn’t match the custom domain entered.
- 🐞 [Bug Fix] Fixed an issue where response examples weren’t displayed on online documentation under certain conditions.
- 🐞 [Bug Fix] Fixed an issue where Webhook notifications were still triggered after scheduled task notifications were disabled.
- 🐞 [Bug Fix] Fixed an issue where team variables weren’t correctly replaced when generating code.
日本語:
- 🔥【新機能】タイマーを使用してランナーでテストシナリオを実行する際に、環境変数/グローバル変数の 初期値を使用またはランナーに保存されたローカル値を使用を選択できます。
- ⚡️【最適化】パラメータテキストが選択されていない場合、右クリックで EncodeURIComponentエンコードまたはDecodeURIComponentデコードを選択すると、すべてのテキストが選択されたと見なされます。
- ⚡️【最適化】パスワードまたはホワイトリスト内のメールアカウントを使用して暗号化されたオンラインドキュメントにアクセスした場合、1ヶ月間は再度のパスワードやメールアカウントの確認は必要ありません。
- ⚡️【最適化】プロジェクトを削除する際、プロジェクト名の前後の空白を無視します。
- 🐞【バグ修正】APIデバッグ時に、Cookie内の一部の =が削除される問題を解決しました。
- 🐞【バグ修正】特定の状況でテストシナリオを実行できない問題を解決しました。
- 🐞【バグ修正】Scriptを介してリクエストを送信した後、コンソールでリクエスト内容を確認できない問題を解決しました。
- 🐞【バグ修正】Scriptをテストシナリオの最初のステップとして実行した後、全リクエスト数が0になる問題を解決しました。
- 🐞【バグ修正】タグでオンライン共有する内容をフィルタリングする際、Markdownドキュメントが無効になる問題を解決しました。
- 🐞【バグ修正】オンラインドキュメントのカスタムドメインでワイルドカードドメインを使用する際に、証明書のドメインと入力されたカスタムドメインが一致しないという警告を解決しました。
- 🐞【バグ修正】特定の状況でオンラインドキュメントにレスポンス例が表示されない問題を解決しました。
- 🐞【バグ修正】タイマー通知を無効にした後も、Webhook通知がトリガーされる問題を解決しました。
- 🐞【バグ修正】コード生成時にチーム変数が正しく置き換えられない問題を解決しました。
new
fixed
2.6.46
- 🔥[New Feature] You can now import WSDL files directly via a URL.
- 🐞 [Bug Fix] Fixed an issue where importing WSDL files would fail if they had the elementFormDefault="qualified"declaration but lacked anattributeFormDefaultspecification.
- 🐞 [Bug Fix] Fixed an issue where requests would still use the endpoint definition, even after the Auth was configured on the endpoint run page and endpoint case page.
- 🐞 [Bug Fix] Fixed the issue where saving one Markdown file while editing multiple files at the same time would clear the contents of the other files being edited.
- 🐞 [Bug Fix] Fixed an issue where deleting an open Markdown file would cause UI errors.
日本語:
- 🔥【新機能】URLを通じてWSDLファイルをインポートすることをサポートします。
- 🐞【バグ修正】elementFormDefault="qualified"のみが指定され、attributeFormDefaultが未設定のWSDLインポート問題を解決しました。
- 🐞【バグ修正】API実行ページとAPIテストケースページにおいて、Auth設定後もリクエストがAPI定義を使用してしまう問題を解決しました。
- 🐞【バグ修正】複数のMarkdownファイルを同時に編集している際に、1つのファイルを保存すると他の編集中のファイルの内容が消えてしまう問題を解決しました。
- 🐞【バグ修正】Markdownドキュメントのタブが開いている時に、そのドキュメントを削除するとUIエラーが発生する問題を解決しました。
new
improved
fixed
2.6.42
- 🔥[New Feature] Support for Team Variablesthat can be used across projects.

- 🔥[New Feature] Support for deploying Request Proxy Agentsat a team level, enabling endpoint requests to be sent through the Agent.

- ⚡️[Optimization] Improved the local search capabilities of the online documentation.
- ⚡️[Optimization] When browsing online documentation, if the window is narrow, the outline on the right side of the documentation will be automatically hidden.
- 🐞 [Bug Fix] Fixed an issue where using OAuth 2.0 for endpoint auth and using a variable in the Access Token URLprevented the app from refreshing the token.
- 🐞 [Bug Fix] Fixed an issue where, after enabling BigInt compatibility, excessively long numbers were displayed in scientific notation within the documentation.
- 🐞 [Bug Fix] Fixed an issue where endpoint and test scenarios merged into the main branch did not update the associated test scenario data.
- 🐞 [Bug Fix] Fixed an issue where network proxy settings were lost after switching projects with network proxy configured.
- 🐞 [Bug Fix] Fixed an issue where users without proper permissions could still run the performance tests.
- 🐞 [Bug Fix] Fixed an issue where after transferring a team into an organization, newly created teams within the organization were not visible to members until they accepted the invitation.
日本語:
- 🔥【新機能】プロジェクト間で利用できる チーム変数をサポートします。
- 🔥【新機能】チーム内でリクエストプロキシエージェントをデプロイすることをサポートします。すべてのチームメンバーや共有ドキュメントは、このエージェントを通じてインターフェースリクエストを送信することができます。
- ⚡️【最適化】オンラインドキュメントのローカル検索機能を改善しました。
- ⚡️【最適化】オンラインドキュメントを閲覧中、ウィンドウが狭い場合は自動的にドキュメントの右側の目次を隠します。
- 🐞【バグ修正】OAuth 2.0認証を使用するAPIで、Access Token URLに変数を使用した場合に、Tokenを再取得できない問題を解決しました。
- 🐞【バグ修正】BigInt互換を有効にした後、長すぎる数字がドキュメント内で指数表記に変換される問題を解決しました。
- 🐞【バグ修正】APIとテストシナリオがメインブランチに統合された後、関連するテストシナリオデータが更新されない問題を解決しました。
- 🐞【バグ修正】ネットワークプロキシを設定した後にプロジェクトを切り替えた際、ネットワークプロキシの設定が失われる問題を解決しました。
- 🐞【バグ修正】実行パフォーマンステストの権限を取得していない場合でも、パフォーマンステストが実行可能である問題を解決しました。
- 🐞【バグ修正】チームを組織に移行した後、組織内で新しいチームを作成し、組織メンバーを招待した際、招待を受ける前にそのメンバーが組織を確認できない問題を解決しました。
new
improved
fixed
2.6.41
- 🔥[New Feature] Doc sites now support integration with Google Analytics for tracking and analytics.

- 🔥[New Feature] CLI now supports specifying current values for environment variablesandglobal variablesstored in local files.

- ⚡️[Optimization] When using SSH Tunnelfor database connection and the auth method isPublic Key, private keys with passphrases are now supported.
- ⚡️[Optimization] You can now configure custom display names for Markdown documents in the folder tree.
- ⚡️[Optimization] The Last Activetime for members is now calculated separately within each organization, team, or project, instead of globally.
- ⚡️[Optimization] The Trashno longer displays resources of archived branches.
- ⚡️[Optimization] Permission settings for sprint brancheshave been optimized.
- ⚡️[Optimization] Forms within the app are no longer associated with the autofill feature of 1Password.
- ⚡️[Optimization] Email notifications triggered by the test scenario completion event now include the field Run on, for example:Run on: Client.
- ⚡️[Optimization] Exported OpenAPI/Swagger files will now be properly formatted instead of being in a single line.
- ⚡️[Optimization] When inviting others to join a team, the default role is now set to Editorinstead ofRead-only.
- 🐞 [Bug Fix] Fixed an issue where the UI would malfunction when opening the HTTP endpoints with specific environment/global variables.
- 🐞 [Bug Fix] Fixed an issue where the endpoint order in exported Apidog files did not match the order in the App.
- 🐞 [Bug Fix] Fixed an issue where some images failed to display correctly in password-protected online documentations under certain circumstances.
- 🐞 [Bug Fix] Fixed an issue where resolving and merging conflicts on version branches was not possible in certain cases.
- 🐞 [Bug Fix] Fixed the issue where the +button was missing on the right side when there were too many tabs open.
日本語:
- 🔥【新機能】公開されたオンラインドキュメントで Google Analyticsの統計設定がサポートされました。
- 🔥【新機能】CLI はローカルファイルに保存された 環境変数とグローバル変数のローカル値を指定して使用できるようになりました。
- ⚡️【最適化】データベース接続で SSHトンネルを使用し、認証方法が公開鍵の場合、パスフレーズを伴う秘密鍵の使用がサポートされます。
- ⚡️【最適化】Markdownドキュメントのディレクトリツリー内の名前を設定できるようになりました。
- ⚡️【最適化】組織、チーム、プロジェクトごとの各メンバーの 最終アクティブ時間は、グローバルでの計算ではなく、各組織、チーム、プロジェクトの次元で別々に計算されるようになりました。
- ⚡️【最適化】ゴミ箱では、アーカイブされたブランチのリソースが表示されなくなりました。
- ⚡️【最適化】ブランチの権限設定が最適化されました。
- ⚡️【最適化】アプリ内のフォームは、1Passwordの自動入力機能と関連付けられなくなりました。
- ⚡️【最適化】テストシナリオの実行完了イベントがメール通知でトリガーされた場合、メールの内容に新たに実行環境フィールドが追加されます。例えば:実行環境:クライアント。
- ⚡️【最適化】エクスポートされるOpenAPI/Swaggerファイルは、フォーマットされ、1行ではなくなります。
- ⚡️【最適化】他の人をチームに招待する際、デフォルトの権限が編集者に設定され、読み取り専用ではなくなります。
- 🐞【バグ修正】特定の環境/グローバル変数が存在する場合、HTTPインターフェースを開くと画面に異常が発生する問題を解決しました。
- 🐞【バグ修正】Apidogフォーマットでファイルをエクスポートする際、APIの順序がアプリ内と一致しない問題を解決しました。
- 🐞【バグ修正】パスワードで保護されたオンラインドキュメントを閲覧する際、特定の状況で画像が正常に表示されない問題を解決しました。
- 🐞【バグ修正】特定の状況で、バージョンブランチの衝突解決ができない問題を解決しました。
- 🐞【バグ修正】タブが多すぎる場合、右側に +ボタンが表示されない問題を解決しました。
Load More
→