new

improved

fixed

2.7.24

  • 🔥[New Feature] Parameter names can now be generated using AI.
Generate parameter names using AI
  • 🔥[New Feature] Support for connecting to MySQL and PostgreSQL databases with SSL enabled.
  • 🔥[New Feature] When publishing online documentation, you can now configure whether the left-side folder displays schemas.
  • ⚡️[Optimization] When importing data, multiple Postman Collections correspond to multiple modules within a project.
  • ⚡️[Optimization] Improved the UI of the response area when debugging endpoints.
  • ⚡️[Optimization] Improved the UI for OAuth 2.0 authentication.
  • ⚡️[Optimization] Option to include Socket.IO endpoints when publishing online documentation.
  • 🐞[Bug Fix] Fixed an issue where example values for headers edited in design-first mode were not synced to the Run page after saving.
  • 🐞[Bug Fix] Fixed a UI error when debugging Socket.IO endpoints that return an empty message or ack.
  • 🐞[Bug Fix] Fixed an issue where dynamic values could not be used when sending JSON data via Socket.IO.
  • 🐞[Bug Fix] Fixed an issue where online documentation of WebSocket endpoints filtered by tags could not be accessed.
  • 🐞[Bug Fix] Fixed an issue where newly joined teams appeared in the middle of the team list instead of at the bottom.
  • 🐞[Bug Fix] Fixed an issue where no data was displayed after merging into the main branch when schemas associated with the main branch were modified in a sprint branch.
  • 🐞[Bug Fix] Fixed an issue where tag filters had no content after merging changes from a sprint branch into the main branch.
  • 🐞[Bug Fix] Fixed an issue where test report details could not be shared after running test scenarios in batch under certain conditions.
  • 🐞[Bug Fix] Fixed an issue where a form-data field with
    type: string
    and
    format: binary
    was not correctly recognized as a file type when importing OpenAPI/Swagger data.
  • 🐞[Bug Fix] Fixed an issue where, during OpenAPI/Swagger import, the request body structure was lost when the
    Media Type
    was unspecified or set to
    /
    .
  • 🐞[Bug Fix] Fixed an issue where, during OpenAPI/Swagger import, if the imported endpoint had Security requirements, the default authentication credentials for the endpoint could not be edited or saved.
  • 🐞[Bug Fix] Fixed an issue where, during OpenAPI/Swagger import, if the imported endpoint has OAuth 2.0 Security requirements, the
    Scope
    was not imported.
  • 🐞[Bug Fix] Fixed an issue where the
    Discriminator
    was lost when exporting OpenAPI/Swagger data.
日本語:
  • 🔥【新機能】AIによるパラメータ命名機能を追加しました。
  • 🔥【新機能】SSLが有効化されたMySQLおよびPostgreSQLデータベースへの接続に対応しました。
  • 🔥【新機能】オンラインドキュメント公開時、左側のフォルダーにデータモデルを表示するかどうかを設定可能になりました。
  • ⚡️【最適化】データインポート時、複数のPostman Collectionがプロジェクト内の複数モジュールにそれぞれ対応するよう最適化しました。
  • ⚡️【最適化】APIのデバッグ時におけるレスポンス表示エリアの操作性を向上させました。
  • ⚡️【最適化】OAuth 2.0 Security Schemeに関する操作体験を改善しました。
  • ⚡️【最適化】オンラインドキュメントを公開する際、Socket.IOのAPIを選択できるようにしました。
  • 🐞【バグ修正】設計優先モードでAPIのHeaderのサンプル値を編集した場合、保存後に実行ページへ正しく同期されない問題を修正しました。
  • 🐞【バグ修正】Socket.IO APIのデバッグ時、APIから空のメッセージまたはackが返された場合に画面エラーが発生する問題を修正しました。
  • 🐞【バグ修正】Socket.IOを利用してJSONデータを送信する際、動的値が利用できない問題を修正しました。
  • 🐞【バグ修正】タグによるフィルタリングを行ったWebSocket APIのオンラインドキュメントにアクセスできない問題を修正しました。
  • 🐞【バグ修正】新しいチームを追加した際、チームリストの最下部ではなく中間に表示される問題を修正しました。
  • 🐞【バグ修正】サブブランチでメインブランチと関連付けられたデータモデルを編集した後、メインブランチへマージした際にデータが表示されない問題を修正しました。
  • 🐞【バグ修正】サブブランチの変更をメインブランチへマージした際、タグフィルターに内容が表示されない問題を修正しました。
  • 🐞【バグ修正】一部のケースにおいて、テストシナリオを一括実行した後、テストレポートの詳細を共有できない問題を修正しました。
  • 🐞【バグ修正】OpenAPI/Swaggerデータのインポート時、form-data内のあるフィールドのtypeがstringかつformatがbinaryの場合、file型として正しくインポートされない問題を修正しました。
  • 🐞【バグ修正】OpenAPI/Swaggerデータのインポート時、Media Typeが未指定または「
    」の場合、リクエストボディのデータ構造が失われる不具合を修正しました。
  • 🐞【バグ修正】OpenAPI/Swaggerデータのインポート時、APIにSecurityが設定されている場合、デフォルトの認証情報が編集・保存できない問題を修正しました。
  • 🐞【バグ修正】OpenAPI/Swaggerデータのインポート時、APIにOAuth 2.0のSecurityが設定されている場合、Scopeが正しくインポートされない問題を修正しました。
  • 🐞【バグ修正】OpenAPI/Swaggerデータのエクスポート時、Discriminatorが出力されない不具合を修正しました。