new
improved
fixed
2.7.18
- 🔥[New Feature] You can now use AIto modify field descriptions, Mock data, and more in your schemas.

- 🔥[New Feature] You can configure API keys for the AI models to enable Apidog's AI features.

- 🔥[New Feature] You can now copy OpenAPI Specdata andMCP Serverconfigurations of an endpoint within Apidog for integration with AI coding tools like Cursor to directly read the API documentations.

- 🔥[New Feature] gRPC projectsnow support executingpre/post processorsduring endpoint debugging, includingAssertion,Extract Variable,Database Operation,Custom Script,Public ScriptandWait.
- 🔥[New Feature] Supports automatically backing up OpenAPI/Swagger specifications for each module to the Githubrepository.

- 🔥[New Feature] A new Billing Managerrole is available for organizations and teams. This role does not occupy a user seat.
- ⚡️[Optimization] When viewing team projects, you can now switch between grid and list layouts and sort projects by different criteria.
- ⚡️[Optimization] When configuring JWT Authorization, you can now customize the name of the Authorization Header.
- ⚡️[Optimization] Optimized the display of the assertion and variable extraction features in the response code editor.
- ⚡️[Optimization] Improved the display for environment selection within test scenarios in scheduled tasks.
- ⚡️[Optimization] After setting a custom domain for online documentation, you can now deactivate the domain provided by Apidog.
- ⚡️[Optimization] When configuring an email allowlist for online documentation, you can now customize the SMTP server and email template.
- ⚡️[Optimization] Online documentation now supports configuring whether personal variables should be stored locally in the readers' browsers.
- 🐞[Bug Fix] Fixed an issue where duplicate Authorization Metadatawas sent when debugging gRPC endpoints.
- 🐞[Bug Fix] Fixed an issue where cloned projects in online documentations displayed correctly on the web but showed no endpoints in the desktop client.
- 🐞[Bug Fix] Fixed a bug where the address bar showed an incorrect base URL in automated tests in some cases.
- 🐞[Bug Fix] Fixed an issue where test reports were not accessible after running batch tests in certain cases.
- 🐞[Bug Fix] Fixed an issue where, after making batch edits in a sprint branch, the link in the notification incorrectly redirected to the main branch.
- 🐞[Bug Fix] Fixed an issue where sprint branch statistics all showed zeros in the sprint branch management popup.
- 🐞[Bug Fix] Fixed an issue where endpoints in sprint branches incorrectly displayed No Authwhen inheritingAuthsettings from the root folder.
- 🐞[Bug Fix] Fixed an issue where users could see projects in the list but were told they didn’t have access upon clicking.
- 🐞[Bug Fix] Fixed an issue where, in some cases, clicking "Run in Apidog" in the online documentation incorrectly displayed a "no permission" error.
- 🐞[Bug Fix] Fixed an issue where importing OpenAPI/Swagger data would fail if allOf and properties were used together and the properties fields referenced schemas.
- 🐞[Bug Fix] Fixed an issue where, after configuring a scheduled import with a YAML-formatted OpenAPI/Swagger data source, the "Import Now" button did not work.
日本語:
- 🔥【新機能】AIを使ってデータモデルのフィールド説明、Mockなどの情報を修正できるようになりました。
- 🔥【新機能】チーム内でAIモデルプロバイダーのAPI Keyを設定することで、Apidogの AI機能を有効にできるようになりました。
- 🔥【新機能】ApidogでAPIの OpenAPI仕様データやMCP Server設定をコピーできるようになり、CursorなどのAIプログラミングツールによるAPIドキュメントの読み込みが可能です。
- 🔥【新機能】gRPCプロジェクトで、デバッグ時に前/後処理を実行できるようになりました。これには、アサーション、抽出変数、データベース操作、カスタムScript、共通Script、待機時間が含まれます。
- 🔥【新機能】各モジュールに対応するOpenAPI/Swaggerファイルを Githubリポジトリに自動バックアップする機能をサポートしました。
- 🔥【新機能】組織やチームに新たに 請求管理者ロールが追加され、席を占有しないようになりました。
- ⚡️【最適化】チームプロジェクトを閲覧する際、グリッドとリストレイアウトの切り替えや、並び替え方法の切り替えが可能になりました。
- ⚡️【最適化】JWTタイプの認証を設定する際に、認証ヘッダーの名前をカスタマイズできるようになりました。
- ⚡️【最適化】レスポンスコードエディタ内でのアサーション/抽出変数機能の表示効果を改善しました。
- ⚡️【最適化】タスクスケジュールでのテストシナリオ選択環境の表示効果を改善しました。
- ⚡️【最適化】オンラインドキュメントでカスタムドメインを設定した後、Apidogが提供するドメインを無効にできるようになりました。
- ⚡️【最適化】オンラインドキュメントでメールホワイトリストを設定する際、カスタムSMTPサーバーやカスタムメールテンプレートをサポートしました。
- ⚡️【最適化】オンラインドキュメントでパーソナル変数をローカルブラウザに保存するかどうかを設定できるようになりました。
- 🐞【バグ修正】gRPC APIでデバッグする際に、Authorization Metadataが重複して送信される問題を解決しました。
- 🐞【バグ修正】オンラインドキュメントをクローンしたプロジェクトがWeb上では正常に表示されるが、クライアントではAPIが表示されない問題を解決しました。
- 🐞【バグ修正】一部の状況で自動テストのアドレスバーに誤ったBase URLが表示される問題を解決しました。
- 🐞【バグ修正】一部の状況でテストを一括実行した後、テストレポートを確認できない問題を解決しました。
- 🐞【バグ修正】サブブランチで内容を一括変更した後、通知のリンクがメインブランチに飛んでしまう問題を解決しました。
- 🐞【バグ修正】イテレーションブランチ管理のポップアップ内で、サブブランチの統計データがすべて0になる問題を解決しました。
- 🐞【バグ修正】サブブランチのAPIがルートディレクトリのAuthを継承する際、誤って認証不要と表示される問題を解決しました。
- 🐞【バグ修正】一部の状況でプロジェクトリストを開くと、プロジェクトが見えるが権限がないと表示される問題を解決しました。
- 🐞【バグ修正】一部の状況でオンラインドキュメントの「Run in Apidog」をクリックすると権限がないと表示される問題を解決しました。
- 🐞【バグ修正】OpenAPI/Swaggerデータをインポートする際、allOfとpropertiesを同時に使用し、propertiesの属性がデータモデルを参照している場合にインポートが失敗する問題を解決しました。
- 🐞【バグ修正】YAML形式のOpenAPI/Swaggerデータソースを設定した後、即時インポートボタンをクリックしても無効な問題を解決しました。