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 casesdid not work.
日本語:
- 🔥【新機能】OAuth 2.0のトークン取得後、トークンをローカル変数値として設定できるようになりました。これにより、チームメンバーとのトークン共有を回避できます。
- ⚡️【最適化】メイン画面でのAPI新規作成の操作性を改善し、クリック時にのみメニューが表示されるようにしました。
- ⚡️【最適化】サンプルプロジェクトの内容を拡充し、より包括的にしました。
- ⚡️【最適化】グローバル変数が複数人でのオンライン共同編集とリアルタイム自動更新に対応しました。
- ⚡️【最適化】gRPC APIのデバッグ時に、コメント付きJSONをサポートしました。
- ⚡️【最適化】入力欄に動的値を挿入する際、末尾ではなくカーソル位置に挿入されるようにしました。
- ⚡️【最適化】AIモデルのエラー発生時に、より明確なメッセージと案内を表示するようにしました。
- 🐞【バグ修正】自動テストで親から継承したカスタムスクリプトを閲覧する際、内容がスクロールできない不具合を修正しました。
- 🐞【バグ修正】コード生成時にモジュール変数が正しく置換されない不具合を修正しました。
- 🐞【バグ修正】一部の状況でGitHub接続の作成時に誤ってヘルプドキュメントへリダイレクトされる不具合を修正しました。
- 🐞【バグ修正】OpenAPI/Swaggerデータをインポートする際、ルートディレクトリに設定されたSecurityが正しくインポートされず、ルートディレクトリの認証方式が「認証不要」と誤って設定される不具合を修正しました。
- 🐞【バグ修正】 Postman Collectionのインポート時、「Postmanの'e.g.'をデバッグ用テストケースとしてインポート」スイッチが有効にならない不具合を修正しました。