Changelog

Follow up on the latest improvements and updates.

RSS

improved

fixed

2.5.21

  • ⚡️ The nickname along with a 'deactivated' label will be displayed for members who have left the team.
  • ⚡️ Once test scenarios in a 'sub-branch' are referenced, an icon indicating their referenced status will be displayed.
image
  • 🐞 Fixed the issue where the
    custom request
    Path parameters and Query parameters in automated testing do not correctly display the inputted
    variables
    .
  • 🐞 Fixed a bug where the 'Terminate' button was missing upon reopening a page for the running automated test.
  • 🐞 Fixed an issue where Query parameters were cleared when modifying the URL in the request history.
  • 🐞 Fixed a mismatch issue in the Mock feature when API parameters were dynamic values.
Japanese:
  • ⚡️【最適化】メンバーはチームを離れた場合、ドキュメントの責任者、編集者、その他のフィールドにニックネームと「無効化」アイコンが表示
  • ⚡️【最適化】「スプリントブランチ」によって参照されるテストシナリオには、「参照」のロゴが表示
image
  • 🐞 自動テストにおける「カスタムRequest」のPathパラメータおよびQueryパラメータにおいて、参照先の「編集」が正しく表示されない問題を解消
  • 🐞 実行中の自動テストページが閉じられ、再度開くと終了ボタンがない問題を解消
  • 🐞 リクエスト履歴でリクエストURLを変更すると、Queryパラメータがクリアされる問題を解消
  • 🐞 APIのパラメータが動的値である場合、Mock機能が誤ったAPIにマッチングする問題を解消

new

fixed

improved

2.5.20

  • 🔥 If the response body contains additional fields not defined in the API specification, the result of
    Validate Response
    will display the specific names of the additional fields
  • 🔥 When creating a SQL database connection, you can now leave the database name blank and select the database using SQL statements in the
    pre/post processors
    when debugging the API.
  • 🔥 When creating a MongoDB database connection, you can now enter the URL directly to include advanced parameters, such as connecting to a cluster using
    mongodb+srv://
  • ⚡️ When a dialog box pops up, the cursor will focus on the first input box automatically
  • ⚡️ Advanced Mock scripts can now obtain the current request body using the
    $$.mockRequest.body
    method
  • ⚡️ When importing Swagger/OpenAPI files, Apidog now supports resolving referenced content in the responses
  • ⚡️ When exporting JSON files for CLI-based automated testing, the Step IDs remain fixed and unchanged
  • ⚡️ Due to browser limitations, the web version no longer supports debugging using unencrypted WS protocols and will now provide clear prompts.
  • 🐞 Resolved an issue where subsequent parameters could not be correctly sent when the
    form-data
    of a shortcut request contained multiple files for the file-type parameter
  • 🐞 Resolved an issue on Windows systems where the response timeline would not automatically scroll to the latest line when requesting protocols such as
    SSE
    ,
    WebSocket
    , and
    gRPC
  • 🐞 Resolved an issue where environment variables referenced in the Body were not correctly replaced when the
    Generate each sending
    option was selected for debugging an API
  • 🐞 Resolved an issue where the example value in the table did not update after modifying the example value of a file-type parameter in batch edit mode
  • 🐞 Resolved an issue where the name of a
    gRPC
    project API was displayed incorrectly in the recycle bin after deletion
  • 🐞 Resolved an issue where in certain cases, the folder of a
    gRPC
    project API was incorrect after being deleted and restored
  • 🐞 Resolved an issue where the response's Cookies could not be displayed correctly when using the Cloud Agent in the web version
  • 🐞 Resolved an issue where requests containing
    --data-raw
    and
    Content-Type
    fields were incorrectly identified as
    GET
    instead of
    POST
    when importing
    cURL
  • 🐞 Resolved an issue where the language of the table headers in the exported Markdown did not match the project language
Japanese:
  • 🔥 応答本文に API 仕様で定義されていないフィールドが含まれる場合、「レスポンスの検証」の結果で、その追加フィールドの名前が具体的に表示されます。
  • 🔥 SQL データベース接続を作成する際、データベース名を空白のままにして、API をデバッグする際に「前/後処理」で SQL ステートメントを使ってデータベースを選択できるようになりました。
  • 🔥 MongoDB データベース接続を作成する際、URL を直接入力して、
    mongodb+srv://
    を使ったクラスターへの接続など高度なパラメータを含められるようになりました。
  • ⚡️【最適化】ダイアログボックスがポップアップした際、カーソルが自動的に最初の入力欄にフォーカスされるようになりました。
  • ⚡️【最適化】高度なモックスクリプトで、
    $$.mockRequest.body
    メソッドを使って現在のリクエストボディを取得できるようになりました。
  • ⚡️【最適化】Swagger/OpenAPI ファイルをインポートする際、レスポンス内のリファレンスされたコンテンツの解決に対応しました。
  • ⚡️【最適化】CLI ベースの自動テスト用に JSON ファイルをエクスポートする際、ステップ ID が固定され、変更されなくなりました。
  • ⚡️【最適化】ブラウザの制限により、Web バージョンでは非暗号化の ws プロトコルを使ってデバッグできなくなり、明確なプロンプトが表示されるようになりました。
  • 🐞 ショートカットリクエストの
    form-data
    にファイルタイプのパラメーターが複数のファイルを含む場合、後続のパラメーターが正しく送信されない問題を解決しました。
  • 🐞 Windows システムで、
    SSE
    WebSocket
    gRPC
    などのプロトコルでリクエストした際、レスポンスのタイムラインが最新の行に自動スクロールしない問題を解決しました。
  • 🐞 「Send each generation」オプションを選択してAPIをデバッグする際、Bodyに参照された環境変数が正しく置換されない問題を解決しました。
  • 🐞 一括編集モードでファイルタイプのパラメーターの例値を変更した後、テーブルの例値が更新されない問題を解決しました。
  • 🐞
    gRPC
    プロジェクト API を削除後、ごみ箱に表示される API 名が正しくない問題を解決しました。
  • 🐞 特定の条件下で、
    gRPC
    プロジェクト API を削除して復元した後、フォルダが正しくない問題を解決しました。
  • 🐞 Web バージョンでクラウドエージェントを使用する際、レスポンスの Cookie が正しく表示されない問題を解決しました。
  • 🐞
    --data-raw
    Content-Type
    フィールドを含むリクエストを
    cURL
    からインポートした際、誤って
    GET
    ではなく
    POST
    として識別される問題を解決しました。
  • 🐞 エクスポートされた Markdown のテーブルヘッダーの言語が、プロジェクト言語 (日本語) と一致しない問題を解決しました。

fixed

2.5.19

  • 🐞 Fixed an issue where the "Manage Sprint Branches" tab was not displayed in the "Settings" section under certain circumstances.
Japanese:
  • 🐞 一部の場合、「設定」で「スプリントブランチの管理」タブが表示されない問題を修復しました。

new

improved

fixed

2.5.18

  • 🔥 Sprint Branch supports Mock
  • 🔥 When exporting the API to Swagger/OpenAPI data format, you can choose to use the JSON file format or the YAML file format
  • 🔥 Improved speed when opening a project
  • ⚡️ When adding steps for automated testing, support importing from cURL
  • ⚡️ Visualized response supports using pm.getData and pm.getResponse methods, compatible with Postman
  • ⚡️ When using the web version, you can configure whether to prioritize Apidog shortcuts or browser shortcuts when there is a shortcut conflict. If the browser takes priority, you can use ⌘+F or Ctrl+F to perform an in-page search
  • ⚡️ In the online documentation, you can configure the text color on the theme background color
  • 🐞 Fixed an issue where API with cyclic references in the body data structure could not be imported as test steps
  • 🐞 Fixed an issue where the exported Markdown format documentation did not display the response definition when the API response referenced a data model
Japanese:
  • 🔥【新機能】
    スプリントブランチ
    Mock
    をサポート可能に
  • 🔥【新機能】APIを
    Swagger/OpenAPI
    形式にエクスポートする際、
    JSON
    または
    YAML
    ファイル形式を選択可能に
  • 🔥【パフォーマンス最適化】プロジェクトを開く際の速度が向上
  • ⚡️【改善】自動テストのテストステップを追加する際に、
    cURLをインポート
    に対応可能に
  • ⚡️【改善】Response可視化で
    pm.getData
    および
    pm.getResponse
    メソッドを使用可能に。
    Postman
    と互換性あり
  • ⚡️【改善】ウェブ版を使用する際、
    ショートカット
    キーが競合したときに、
    Apidog
    のショートカットキーを優先するか、
    ブラウザー
    のショートカットキーを優先するかを設定できます。ブラウザが優先される場合は、
    ⌘+F
    または
    Ctrl+F
    でウェブページ内の検索を実行可能に
  • ⚡️【改善】オンラインドキュメントで、背景色のテーマに合わせてテキストの色を設定可能に
  • 🐞 Bodyのデータ構造にAPIをループ参照する場合、それをテストステップとしてインポートできない問題を解決
  • 🐞 APIのレスポンス定義がSchemaを参照している場合、エクスポートされたMarkdownドキュメントではレスポンス定義が表示されない問題を解決

improved

2.5.17

  • ⚡️ Optimized
    Markdown
    document styles
Japanese:
  • ⚡️【改善】
    Markdown
    ドキュメントのフォーマットを最適化

new

improved

fixed

2.5.16

  • 🔥 Auth supports OAuth 2.0, allowing direct obtainment of Access Token within Apidog, compatible with multiple authorization modes such as Authorization Code, Implicit, Client Credentials, etc.
  • 🔥 Supports disabling the Response Validation feature for the API Management or Testing module in Project Settings
  • 🔥 Supports configuring the content to validate during Response Validation in Project Settings, including HTTP Status Code and the Data Structure of the Body
  • 🔥 Allows customizing the Favicon for the Online Documentation
  • 🔥 When Running Batches of test scenarios, supports specifying a single environment
  • ⚡️ When Copying Collaboration Link in a test scenario, the copied content will now include both the name and link of the test scenario
  • ⚡️ When launching the Apidog client, it will restore the Testing and Branch-related pages that were not closed before exiting the App last time
  • 🐞 Fixed an issue where the ForEach step was not effective when running after referencing a scenario with a ForEach step in testing
  • 🐞 Fixed an issue where custom requests were not included when exporting testing data to Postman or JMeter
  • 🐞 Fixed an issue where the API directory hierarchy was inconsistent with the App when exporting the API to HTML format
  • 🐞 Fixed an issue of double encoding % in the URL when exporting the API to HTML format
  • 🐞 Fixed an issue where disabled request parameters became enabled when importing in Apidog format
  • 🐞 Fixed an issue where the UI reported an error after editing and saving documentation on a directory node
  • 🐞 Fixed a style issue in the online documentation when a global parameter is enabled by default but its value is empty
  • 🐞 Fixed an issue where the UI reported an error when an unauthenticated account canceled publishing the online documentation
Japanese:
  • 🔥【新機能】
    Auth
    OAuth 2.0
    をサポートし、Apidog内で直接
    Access Token
    を取得できるようになりました。
    Authorization Code
    Implicit
    Client Credentials
    などの様々な認可モードに対応可能です。
  • 🔥【新機能】
    プロジェクト設定
    で、
    API管理
    または
    自動化テスト
    モジュールの
    Response検証
    機能をオフにできるようになりました。
  • 🔥【新機能】
    プロジェクト設定
    で、
    Response検証
    時に検証する内容を設定できるようになりました。
    HTTP ステータスコード
    とBodyの
    Schema
    などを選択できます。
  • 🔥【新機能】
    オンラインドキュメント
    Favicon
    をカスタマイズできるようになりました。
  • 🔥【新機能】テストシナリオを
    バッチ実行
    する際に、同一環境を指定できるようになりました。
  • ⚡️【改善】テストシナリオ内で
    共有リンクをコピー
    すると、コピーされた内容にテストシナリオの名前とリンクが含まれるようになりました。
  • ⚡️【改善】Apidogクライアントを起動すると、前回アプリを終了する前に閉じていなかった
    自動化テスト
    ブランチ
    の関連ページが復元されるようになりました。
  • 🐞 自動化テストで
    ForEach
    ステップを含むシナリオを参照した後、実行時に
    ForEach
    ステップが機能しない問題を解決しました。
  • 🐞 自動化テストから
    Postman
    JMeter
    データをエクスポートする際、カスタムScriptが含まれていない問題を解決しました。
  • 🐞 APIをHTMLフォーマットにエクスポートする際、アプリの階層構造と一致しない問題を解決しました。
  • 🐞 APIをHTMLフォーマットにエクスポートする際、URLの
    %
    が重複にエンコードされる問題を解決しました。
  • 🐞 Apidog形式をインポートする際、無効化なはずのリクエストパラメータが有効化される問題を解決しました。
  • 🐞 ディレクトリノードでドキュメントを編集して保存した後、UIにエラーが表示される問題を解決しました。
  • 🐞 グローバルパラメータがデフォルトで有効で値が空の場合、オンラインドキュメントのスタイルが適切でない問題を解決しました。
  • 🐞 未認証のアカウントでオンラインドキュメントの公開をキャンセルした時、UIにエラーが表示される問題を解決しました。

new

improved

fixed

2.5.16

  • 🔥
    Auth
    supports
    OAuth 2.0
    , allowing direct obtainment of
    Access Token
    within Apidog, compatible with multiple authorization modes such as
    Authorization Code
    ,
    Implicit
    ,
    Client Credentials
    , etc.
  • 🔥 Supports disabling the
    Response Validation
    feature for the
    API Management
    or Testing module in
    Project Settings
  • 🔥 Supports configuring the content to validate during
    Response Validation
    in
    Project Settings
    , including
    HTTP Status Code
    and the
    Data Structure
    of the Body
  • 🔥 Allows customizing the
    Favicon
    for the
    Online Documentation
  • 🔥 When Running Batches of test scenarios, supports specifying a single environment
  • ⚡️ When Copying Collaboration Link in a test scenario, the copied content will now include both the name and link of the test scenario
  • ⚡️ When launching the Apidog client, it will restore the Testing and
    Branch-related
    pages that were not closed before exiting the App last time
  • 🐞 Fixed an issue where the ForEach step was not effective when running after referencing a scenario with a ForEach step in testing
  • 🐞 Fixed an issue where custom requests were not included when exporting testing data to Postman or JMeter
  • 🐞 Fixed an issue where the API directory hierarchy was inconsistent with the App when exporting the API to HTML format
  • 🐞 Fixed an issue of double encoding
    %
    in the URL when exporting the API to HTML format
  • 🐞 Fixed an issue where disabled request parameters became enabled when importing in Apidog format
  • 🐞 Fixed an issue where the UI reported an error after editing and saving documentation on a directory node
  • 🐞 Fixed a style issue in the online documentation when a global parameter is enabled by default but its value is empty
  • 🐞 Fixed an issue where the UI reported an error when an unauthenticated account canceled publishing the online documentation
Japanese:
  • 🔥【新機能】
    Auth
    OAuth 2.0
    をサポートし、Apidog内で直接
    Access Token
    を取得できるようになりました。
    Authorization Code
    Implicit
    Client Credentials
    などの様々な認可モードに対応可能です、
  • 🔥【新機能】
    プロジェクト設定
    で、
    API管理
    または
    自動化テスト
    モジュールの
    Response検証
    機能をオフにできるようになりました。
  • 🔥【新機能】
    プロジェクト設定
    で、
    Response検証
    時に検証する内容を設定できるようになりました。
    HTTP ステータスコード
    とBodyの
    Schema
    などを選択できます。
  • 🔥【新機能】
    オンラインドキュメント
    Favicon
    をカスタマイズできるようになりました。
  • 🔥【新機能】テストシナリオを
    バッチ実行
    する際に、同一環境を指定できるようになりました。
  • ⚡️【改善】テストシナリオ内で
    共有リンクをコピー
    すると、コピーされた内容にテストシナリオの名前とリンクが含まれるようになりました。
  • ⚡️【改善】Apidogクライアントを起動すると、前回アプリを終了する前に閉じていなかった
    自動化テスト
    ブランチ
    の関連ページが復元されるようになりました。
  • 🐞 自動化テストで
    ForEach
    ステップを含むシナリオを参照した後、実行時に
    ForEach
    ステップが機能しない問題を解決しました。
  • 🐞 自動化テストから
    Postman
    JMeter
    データをエクスポートする際、カスタムScriptが含まれていない問題を解決しました。
  • 🐞 APIをHTMLフォーマットにエクスポートする際、アプリの階層構造と一致しない問題を解決しました。
  • 🐞 APIをHTMLフォーマットにエクスポートする際、URLの
    %
    が重複にエンコードされる問題を解決しました。
  • 🐞 Apidog形式をインポートする際、無効化なはずのリクエストパラメータが有効化される問題を解決しました。
  • 🐞 ディレクトリノードでドキュメントを編集して保存した後、UIにエラーが表示される問題を解決しました。
  • 🐞 グローバルパラメータがデフォルトで有効で値が空の場合、オンラインドキュメントのスタイルが適切でない問題を解決しました。
  • 🐞 未認証のアカウントでオンラインドキュメントの公開をキャンセルした時、UIにエラーが表示される問題を解決しました。

new

improved

fixed

2.5.13

  • 🔥
    Sprint Branch
    now supports
    History
  • 🔥 When editing
    API Documentation
    , you can now extract nodes from the API Schema as
    Data Models
  • 🔥 You can now import non-API
    Markdown
    files as the original one.
  • ⚡️ When hovering the mouse over the time duration in the
    Test Report
    list, you can now see the duration of each event
  • ⚡️ When using certain features of
    Automated Testing
    , the cursor will automatically focus on the first input field
  • ⚡️ When exporting
    OpenAPI/Swagger
    files from
    Online Documentation
    , you can choose whether to export the API directory as the
    Tags
    field
  • 🐞 Fixed the issue where it was displayed as
    SHA1
    , after adding a data processing function with dynamic values using
    SHA256
Japanese:
  • 🔥【新機能】
    スプリントブランチ
    履歴
    をサポート可能に
  • 🔥【新機能】
    APIドキュメント
    を編集する際、APIのデータ構造内のノードを
    Schema
    に抽出可能に
  • 🔥【新機能】非APIのMarkdownドキュメントをそのままインポート可能に
  • ⚡️【最適化】
    テストレポート
    リストの時間にガーソルを置くと、各イベントの詳細時間が表示可能に
  • ⚡️【最適化】
    自動テスト
    の一部の機能を使用する際、カーソルは自動的に最初の入力ボックスにフォーカス可能に
  • ⚡️【最適化】
    オンラインドキュメント
    から
    OpenAPI/Swagger
    ファイルをエクスポートする際、APIのディレクトリを「Tags」フィールドとしてエクスポートするかどうかを選択可能に
  • 🐞【バグ修正】動的値を使用して
    SHA256
    のデータ処理関数を追加した後、
    SHA1
    と表示される問題を修正

new

improved

fixed

2.5.12

  • 🔥
    Sprint Branch
    support
    APICase
    and
    Testing
  • 🔥 When editing
    API documentation
    , you can define
    HashMap
    ,
    dictionary
    through the
    additional properties
    in the
    object
    advanced settings
  • 🔥 You can globally configure in
    project settings
    whether to
    additional properties
    when
    validating responses
    from the API, if not allowed, the fields actually returned by the API must be completely consistent with the API response definition
  • 🔥 Support batch importing
    JSON Schema
    files as
    Schemas
    in the directory tree
  • ⚡️ Shared
    online documentation
    can be
    debugged
    directly in the browser, regardless of whether an environment is selected
  • ⚡️ When using the
    Apidog CLI
    command-line tool for automated testing, comments in the JSON request body are automatically removed
  • ⚡️ Adjusted
    generate automatically
    request bodies
  • ⚡️ When connecting to a
    PostgreSQL
    database to import data structures, you can import tables with the same name
  • ⚡️ When importing/exporting files in Apidog format, the
    maintainer
    field will be included
  • 🐞 Fixed an issue where, in some cases, the last APICase could not be imported when importing
    APICase
    as a
    test steps
  • 🐞 Fixed an issue where
    integer
    and
    number
    types in
    data schemas
    could not set constant values to
    0
Japanese:
  • 🔥【新機能】
    スプリントブランチ
    APICase
    自動テスト
    をサポート
  • 🔥【新機能】
    APIドキュメント
    を編集する際、
    object
    の高度な設定で
    追加プロパティ
    HashMap
    辞書
    のデータ構造を定義可能
  • 🔥【新機能】
    プロジェクト設定
    で、全てのAPIのResponse検証時に
    追加フィールドを許可するかどうか
    を設定可能。許可しない場合、実際のResponseで返されたフィールドはAPIのResponse定義と完全に一致しなければならない
  • 🔥【新機能】ディレクトリツリーから一括で
    JSON Schema
    ファイルを
    Schema
    としてインポート可能に
  • ⚡️【最適化】環境選択の有無に関わらず、共有された
    オンラインドキュメント
    をブラウザ内で直接
    デバッグ
    可能に
  • ⚡️【最適化】
    Apidog CLI
    コマンドラインツールで自動化テストを行う際、JSONリクエストボディ内のコメントを自動的に削除可能に
  • ⚡️【最適化】リクエストボディの
    自動生成
    ロジックを調整
  • ⚡️【最適化】
    PostgreSQL
    データベースに接続してSchemaをインポートする際、同名のテーブルをインポート可能に
  • ⚡️【最適化】Apidog形式のファイルのインポート/エクスポート時に
    担当者
    フィールドが含まれるようになりました
  • 🐞
    APICase
    テストステップ
    としてインポートする際、一部の場合、最後のケースがインポートされない問題を解決
  • 🐞
    Schema
    integer
    number
    型で定数値を
    0
    に設定できない問題を解決

new

improved

fixed

2.5.11

  • 🔥 When editing
    API documentation
    , you can now configure advanced attributes for parameters like
    Query
    ,
    Path
    ,
    Header
    ,
    Cookie
    , and
    form-data
    or
    x-www-form-urlencoded
    types of
    Body
    . This includes settings for
    enumerations
    ,
    maximum values
    ,
    minimum values
    , and
    format
    .
  • 🔥 The
    CI/CD
    functionality for testing now supports integrating Apidog with third-party tools such as
    Jenkins
    ,
    GitLab
    ,
    GitHub Actions
    ,
    CircleCI
    ,
    Bitbucket Pipelines
    , and
    Travis CI
    .
  • 🔥
    Environment variables
    now support
    real-time automatic updates
    during multi-user
    online collaboration
    . After modifying and
    saving
    an environment variable, it will be
    automatically synchronized
    to all team members, eliminating the need for manual global refresh.
  • 🔥 Now Apidog supports configurable
    keyboard shortcuts
    for frequently used functions.
  • 🔥 Published public documentation now allows different theme colors and logos for
    Light mode
    and
    Dark mode
    , and the ability for visitors to switch modes.
  • 🔥 New components for
    Markdown
    :
    Hover Text
    and
    Embedded Videos
    .
  • ⚡️
    Requests
    and custom requests in testing can now bypass the default enabled
    Global Parameters
    .
  • ⚡️ Clear notifications will be provided on the API if you are removed from a team and attempt to access that team's resources again.
  • ⚡️ Adjusted the style of the
    Mock
    module in the
    API documentation
    page.
  • ⚡️ Improved the style of buttons for expanding parent steps in the
    Extract from Previous Step
    feature, making them easier to click.
  • ⚡️ When viewing
    API documentation
    , if a field's enumeration values do not have descriptions, no Popover will be displayed when hovering over these values.
  • 🐞 Fixed an issue where importing a Postman
    collection
    would import
    Pre/Post-scripts
    into the
    API
    , but they were not enabled by default in
    DEBUG
    .
Japanese:
  • 🔥【新機能】
    APIドキュメント
    を編集する際、
    Queryパラメータ
    Pathパラメータ
    Headerパラメータ
    Cookieパラメータ
    form-data
    または
    x-www-form-urlencoded
    タイプの
    Body
    パラメータに、
    enum(列挙体)
    最大の長さ
    最小の長さ
    フォーマット
    およびその他の高度な属性を設定できます。
  • 🔥【新機能】自動テストの
    CI/CD
    機能は、
    Jenkins
    GitLab
    GitHub Actions
    CircleCI
    Bitbucket Pipelines
    ravis CI
    などサードパーティツールとのインテグレーションを行えるようになりました。
  • 🔥【新機能】
    環境変数
    は、オンラインコラボレーションの際での
    リアルタイム自動更新
    をサポートできるようになります。 環境変数を変更して保存すると、手動のリフレッシュ操作をせずに、新しい変数がチームのメンバーに自動的に同期されます。
  • 🔥【新機能】よく使う機能の
    ショートカット
    キーを設定できるようになります。
  • 🔥【新機能】公開ドキュメントは「ライトモード」と「ダークモード」で異なるテーマカラーやロゴで設定でき、訪問者がそれを切り替えることができるかどうかを設定できます。
  • 🔥【新機能】
    Markdown
    ドキュメントの新しいコンポーネント:
    ホバー テキスト
    埋め込みビデオ
    が利用可能になりました。
  • ⚡️【最適化】 自動テストの
    クイックRequest
    カスタムRequest
    では、デフォルトで有効になっている「グローバル変数」を使用しないことを選択できるようになりました。
  • ⚡️【最適化】 チームから削除される場合、当該チームのリソースに再度アクセスすると、UIに明確な提示が表示されるようになりました。
  • ⚡️【最適化】
    APIドキュメント
    ページで
    Mock
    モジュールのスタイルを調整しました。
  • ⚡️【最適化】
    前のステップから抽出
    機能で親ステップの展開ボタンのスタイルをクリックしやすくなれるように調整しました。
  • ⚡️【最適化】
    APIドキュメント
    を表示するときに、フィールドのすべての列挙値に説明が設定されない場合、ガーソルを列挙値の上に移動すると、ポップオーバーが表示されないようになりました。
  • 🐞 Postman
    collection
    をインポートするときに、
    pre/post script
    API
    にインポートされるが、スクリプトが
    デバッグモード
    でデフォルトで有効にならない問題を修復しました。
Load More