new
improved
fixed
2.7.29
- 🔥[New Feature] Support for creating test cases for endpoints.

- 🔥[New Feature] Support for automatically backing up each module's OpenAPI/Swagger file to a GitLab repository.
- ⚡️[Optimization] The number of module variables is now displayed on the module page.
- ⚡️[Optimization] Root folder will no longer be created automatically when importing data into a module.
- ⚡️[Optimization] When importing Postman Collections, which contain multiple examples with the same status code, only one response will be generated for that status code.
- ⚡️[Optimization] Support for importing dump data of Postman Collections.
- 🐞[Bug Fix] Fixed an issue where the base URL and Auth settings for modules and folders were not reflected in the published online documentation.
- 🐞[Bug Fix] Fixed an issue where endpoints imported via gRPC server reflection couldn’t be debugged when different packages contained ServicesorMessageswith the same name.
- 🐞[Bug Fix] Fixed an issue where endpoints in a newly created module couldn't be run using self-hosted Runner Mock.
- 🐞[Bug Fix] Fixed an issue where the module name was incorrect when importing a Postman Collection as a new module.
- 🐞[Bug Fix] Fixed an issue where, when exporting Swagger/OpenAPI data by folder, if the field in the endpoint request body referenced schemas, the exported result did not include those fields as expected.
- 🐞[Bug Fix] Fixed an issue where the names of security scheme combinations became incorrect after re-importing an exported file.
- 🐞[Bug Fix] Fixed an issue where choosing to delete resources that no longer exist in the data source during OpenAPI/Swagger import would delete endpoints in other modules.
- 🐞[Bug Fix] Fixed an issue where clicking the import button in the popup did not work when setting up a new scheduled import.
日本語:
- 🔥【新機能】APIごとにテストケースの作成が可能になりました。
- 🔥【新機能】各モジュールに対応するOpenAPI/Swaggerファイルを自動的にGitLabリポジトリへバックアップできるようになりました。
- ⚡️【最適化】モジュールページにて、モジュール変数の数が表示されるようになりました。
- ⚡️【最適化】データをモジュールへインポートした際、自動的にルートディレクトリが作成されなくなりました。
- ⚡️【最適化】Postman Collectionをインポートする際、同じステータスコードの例が複数存在する場合でも、該当するステータスコードのレスポンスは一つだけ作成されます。
- ⚡️【最適化】より大容量のPostman Collectionのインポートに対応しました。
- 🐞【バグ修正】モジュールやディレクトリのBase URLやAuthなどの設定が、公開されたオンラインドキュメントに正しく反映されない問題を修正しました。
- 🐞【バグ修正】gRPCの異なるPackageで同名のServiceやMessageが存在する場合、gRPCサーバーリフレクション経由でインポートしたAPIがデバッグできない問題を修正しました。
- 🐞【バグ修正】セルフホスト型の一般ランナーMockで、新規作成したモジュール内のAPIが実行できない問題を修正しました。
- 🐞【バグ修正】Postman Collectionを新規モジュールとしてインポートする際、モジュール名が正しく設定されない問題を修正しました。
- 🐞【バグ修正】ディレクトリ単位でSwagger/OpenAPIデータをエクスポートする際、リクエストBodyのフィールド名がデータモデルのAPIを参照している場合、エクスポート後のBodyにフィールドが出力されない問題を修正しました。
- 🐞【バグ修正】Security Scheme組み合わせをエクスポート後に再インポートした際、コンポーネント名が正しく表示されない問題を修正しました。
- 🐞【バグ修正】OpenAPI/Swaggerデータをインポートする際、「データソースに存在しないリソースを削除する」オプションを選択すると、他のモジュール内のAPIまで削除されてしまう問題を修正しました。
- 🐞【バグ修正】新規で定期的なデータソースインポートを作成する際、ポップアップ内のインポートボタンが反応しない問題を修正しました。