new
improved
fixed
2.7.62
- 🔥[New Feature] SSE streaming responses and endpoints related to AI with LLMsare now supported when designing APIs. You can also configure Content Schema for fields of type string.

- 🔥[New Feature] Publish Docsnow supports configuring Algolia's Ask AI feature.

- 🔥[New Feature] When debugging Socket.IO endpoints, sending empty messages and messages without parameters is now supported.
- ⚡️[Optimization] Newly launched AI model providers and models are enabled by default in existing projects.
- ⚡️[Optimization] Pinned tabs will no longer be closed when you click Close All TabsorClose Other Tabs.
- ⚡️[Optimization] Gemini 3 Flash is now available as an option when configuring AI model providers.
- ⚡️[Optimization] Optimized the UI for pre/post processors.
- ⚡️[Optimization] Improved the trigger timing of the variable preview pop-up, adding a reasonable delay.
- 🐞[Bug Fix] Fixed an issue where, when importing OpenAPI/Swagger specs with global Security configured, the root folder would reference security schemes repeatedly.
- 🐞[Bug Fix] Fixed an issue where security schemes were not exported correctly when exporting OpenAPI/Swagger specs from the project overview page.
- 🐞[Bug Fix] Fixed an issue where the equal sign(=) was still added when a query parameter value was empty and Do not add an equal signwas selected.
- 🐞[Bug Fix] Fixed an issue where WebSocket and Socket.IO endpoints in non-default modules incorrectly used the Base URLof the default module.
- 🐞[Bug Fix] Fixed an issue where endpoints that inherit pre/post processors from the parent were not inheriting them correctly in automated tests.
- 🐞[Bug Fix] Fixed an issue that prevented calling Claude 4.5 series models from the Anthropic.
日本語:
- 🔥【新機能】API設計時にSSEのストリーミングレスポンスおよびAI大規模モデルAPIに対応し、string型フィールドにContent Schemaを設定できるようになりました。
- 🔥【新機能】オンラインドキュメントでAlgoliaのAsk AI機能を設定できるようになりました。
- 🔥【新機能】Socket.IOエンドポイントのデバッグ時に、空メッセージおよびパラメータなしのメッセージを送信できるようになりました。
- ⚡️【最適化】新しく追加されたプロバイダーおよびモデルが、既存プロジェクトでもデフォルトで有効化されるようになりました。
- ⚡️【最適化】「すべてのタブを閉じる」および「その他のタブを閉じる」をクリックしても、固定されたタブが閉じられないようになりました。
- ⚡️【最適化】AIモデルプロバイダーの設定で、Gemini 3 Flashを選択できるようになりました。
- ⚡️【最適化】前処理/後処理の画面UIを改善しました。
- ⚡️【最適化】変数プレビューのポップアップ表示タイミングを調整し、適切な遅延を設けました。
- 🐞【バグ修正】AnthropicプロバイダーのClaude 4.5シリーズモデルを呼び出せない不具合を修正しました。
- 🐞【バグ修正】OpenAPI仕様書のインポート時に、グローバルSecurityを設定している場合、ルートディレクトリでセキュリティスキームが重複参照される不具合を修正しました。
- 🐞【バグ修正】プロジェクト概要ページからOpenAPI仕様書をエクスポートする際に、セキュリティスキームが正しくエクスポートされない不具合を修正しました。
- 🐞【バグ修正】クエリパラメータの値が空で「等号を追加しない」を選択しても等号が追加される不具合を修正しました。
- 🐞【バグ修正】非デフォルトモジュールのWebSocketおよびSocket.IOエンドポイントで、デフォルトモジュールのベースURLが使用される不具合を修正しました。
- 🐞【バグ修正】エンドポイントが親階層の前処理・後処理を継承している場合に、自動テスト内で正しく継承されない不具合を修正しました。