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
    に設定できない問題を解決