new
improved
fixed
2.7.31
- 🔥[New Feature] Online documentation now supports custom landing page.

- ⚡️[Optimization] Test scenarios now remember the last saved Runs Onsetting.
- ⚡️[Optimization] When exporting module data, any components referenced across modules will also be exported.
- 🐞[Bug Fix] Fixed an issue where, when creating a new endpoint without saving it, configuring a non-default service caused the base URL to not take effect.
- 🐞[Bug Fix] Fixed an issue where database connections failed if variables with uppercase letters were used in the configuration.
- 🐞[Bug Fix] Fixed an issue where multiple consecutive SET statements could not be executed in database operations.
- 🐞[Bug Fix] Fixed an issue where, after adjusting the response body order in the endpoint documentation, the Mock Server did not return the first response body.
- 🐞[Bug Fix] Fixed an issue where running test scenarios with large endpoint responses caused the interface to lag.
- 🐞[Bug Fix] Fixed an issue where searching text in the Markdown editor caused the interface to lag.
- 🐞[Bug Fix] Fixed an issue where pre/post processors in the root folder of the endpoint were lost after importing OpenAPI Spec.
日本語:
- 🔥【新機能】オンラインドキュメントでカスタムホームページの設定が可能になりました。
- ⚡️【最適化】テストシナリオは、前回保存した「インポート元」設定を記憶するようになりました。
- ⚡️【最適化】モジュール間でコンポーネントを参照している場合、モジュールデータをエクスポートする際に、参照されているコンポーネントも同時にエクスポートされます。
- 🐞【バグ修正】新規API作成後に未保存の状態で、APIにデフォルト以外のサービスを設定した場合、Base URLが正しく反映されない問題を修正しました。
- 🐞【バグ修正】データベース接続設定で、大文字を含む変数名を使用した場合に正常に接続できない不具合を修正しました。
- 🐞【バグ修正】データベース操作において、複数のSET文を連続して使用できない問題を修正しました。
- 🐞【バグ修正】APIドキュメント内でレスポンスボディの順序を変更した際、Mockサーバーが最初のレスポンスボディを返さない問題を修正しました。
- 🐞【バグ修正】テストシナリオ実行時、APIのレスポンスが大きい場合に画面がフリーズする問題を修正しました。
- 🐞【バグ修正】Markdownエディタ内でテキスト検索を行う際、画面がフリーズする問題を修正しました。
- 🐞【バグ修正】OpenAPI仕様書のインポート時に、APIルートディレクトリの前/後処理が消失する問題を修正しました。