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のレスポンスが正常に取り込めない不具合を修正しました。