new
improved
fixed
2.6.33
- 🔥[New Feature] You can now easily view which test scenarios are associated with each endpoint or case, helping you understand the extent of automation test coverage for them. Additionally, the project's Overviewpage now displays the stats case coverage and test scenario coverage stats.
- 🔥[New Feature] You can now extract variables and set assertions directly from the response results in Test Reportswith a single click.
- 🔥[New Feature] You can right-click on the selected parameter values to encode it with EncodeURIComponentor decode it withDecodeURIComponent, or store it in a variable.
- 🔥[New Feature] The project Overviewpage now makes it easier to export OAS files, with options to configure theTitle,Version, and use JSON/YAML for additional customizations, etc.
- 🔥[New Feature] Support for deploying a self-hosted Runnerwithin anorganization, which can be used by all teams in the organization.
- 🔥[New Feature] Vault Secretsnow supports integration with external secret providers such asHashiCorp Vault,Azure Key Vault, andAWS Secrets Manager. Secrets fetched are stored encrypted on the local client.
- ⚡️[Optimization] Improved the user interface for automated tests, including the test scenario design page and the test running page, enabling better parallel multitasking.
- ⚡️[Optimization] You can view the usage details of features with a limited quota across the entire organization.
- ⚡️[Optimization] If the response passes validation, the result will show now, making it more intuitive.
- ⚡️[Optimization] Clicking Run in Apidogin the published documentation supports opening the project in the Apidog client.
- 🐞 [Bug Fix] Fixed an issue where$$.mockRequest.formdata.get()did not work in Mock scripts.
- 🐞 [Bug Fix] Fixed an issue where the custom script, added as a test step in an automated test, was lost after switching between a custom and public script.
- 🐞 [Bug Fix] Fixed an issue in an automated test where endpoints referenced across projects, added as test steps with request parameters referencing schemas, were unable to automatically generate body parameters.
- 🐞 [Bug Fix] Fixed an issue where the step count in the automated test did not include database and script steps.
- 🐞 [Bug Fix] Fixed an issue where a test step, referenced from other test scenarios with a script as the first step, was not showing up in the test report.
- 🐞 [Bug Fix] Fixed an issue where a team within an organization could not create multiple sprint branches under certain circumstances.
- 🐞 [Bug Fix] Fixed an issue where clicking Run in Apidogin published documentation showed a permission error in certain situations.
- 🐞 [Bug Fix] Fixed an issue where the in-site message did not display details after successfully inviting a member to join the organization.
- 🐞 [Bug Fix] Fixed an issue where retrieving variable expressions reported an error when inserting dynamic values in database operations.
日本語:
- 🔥【新機能】APIおよびAPIケースは、関連する テストシナリオを確認でき、現在のAPI/ケースの自動テストカバレッジ状況を確認できます。また、プロジェクト概要ページでは、プロジェクトのAPIケースのカバレッジおよびテストシナリオカバレッジの統計データを表示することができます。
- 🔥【新機能】テストレポートのレスポンス結果から、ワンクリックで抽出変数し、アサーションを設定できる機能をサポートします。
- 🔥【新機能】パラメータテキストを選択後、右クリックすることで、EncodeURIComponentエンコードまたはDecodeURIComponentデコードが可能となり、そのテキストを変数に保存することもできます。
- 🔥【新機能】プロジェクト概要ページから、より簡単にOASファイルをエクスポートできるようになり、タイトルやバージョンの設定をサポートします。また、JSONやYAML形式で追加のカスタマイズ情報を設定することもできます。
- 🔥【新機能】組織内でセルフホストランナーのデプロイをサポートし、組織内のすべてのチームがデプロイされたランナーを使用できるようになりました。
- 🔥【新機能】Vault Secrets 秘密鍵管理ストアは、外部のキー管理サービスと統合することができ、例えばHashiCorp Vault、Azure Key Vault、およびAWS Secrets Managerなどと連携します。取得した秘密鍵はローカルクライアントに暗号化して保存されます。
- ⚡️【最適化】自動テストモジュールのオーケストレーションモードおよびテスト実行のインタラクションが最適化され、より効率的に複数のタスクを並行して処理できるようになりました。
- ⚡️【最適化】組織内で、組織全体の機能使用量を確認できるようになりました。
- ⚡️【最適化】レスポンスが検証を通過した場合、検証結果に 合格と表示され、より直感的に確認できるようになりました。
- ⚡️【最適化】公開されたドキュメントで Run in Apidogをクリックすると、クライアントを介してプロジェクトを開くことができるようになりました。
- 🐞【バグ修正】Mockスクリプト内で $$.mockRequest.formdata.get()が機能しない問題を解決しました。
- 🐞【バグ修正】自動テストでスクリプトをステップとして追加する際、公共スクリプトに切り替えた後、再度カスタムスクリプトに戻して保存するとカスタムスクリプトの内容が失われる問題を解決しました。
- 🐞【バグ修正】自動テストで、クロスプロジェクトのAPIステップをインポートし、APIリクエストパラメータがデータモデルを参照する場合に、bodyパラメータが自動生成されない問題を解決しました。
- 🐞【バグ修正】自動テストのグループ内でのステップ数の集計において、データベースおよびスクリプトが含まれていなかった問題を解決しました。
- 🐞【バグ修正】他のテストシナリオを参照した際、最初のステップがスクリプトの場合、そのスクリプトステップがテストレポートに表示されない問題を解決しました。
- 🐞【バグ修正】特定の状況で、組織内の一部のチームが複数のイテレーションブランチを作成できない問題を解決しました。
- 🐞【バグ修正】特定の状況で、公開されたドキュメントで Run in Apidogをクリックした後、「権限がない」と表示される問題を解決しました。
- 🐞【バグ修正】メンバーを組織に招待した後、システム通知に詳細が表示されない問題を解決しました。
- 🐞【バグ修正】データベース操作で動的値を挿入する際、変数を読み取る式が誤っている問題を解決しました。