Changelog

Follow up on the latest improvements and updates.

RSS

new

improved

fixed

2.7.15

  • 🔥[New Feature] Online documentation now includes
    SEO Settings
    , allowing configuration of
    Global Metadata
    ,
    Robots File
    , and
    Sitemap File
    .
  • 🔥[New Feature] Online documentation now supports custom login configuration
  • ⚡[Optimization] Improved the display of the base URL in the address bar.
  • ⚡[Optimization] Optimized the order of menu items in the API folder.
  • 🐞[Bug Fix] Fixed an issue where the list of favorited projects would be cleared in some cases.
  • 🐞[Bug Fix] Fixed an issue where performance test reports were not displayed when selecting
    All
    in the automated test reports.
  • 🐞[Bug Fix] Fixed an issue where adding an assertion or variable extraction step to an endpoint after running an automated test scenario could not be saved properly.
  • 🐞[Bug Fix] Fixed an issue where importing Swagger/OpenAPI files failed if a form-data field used a nested JSON as an example.
  • 🐞[Bug Fix] Fixed an issue where exporting a specific version of data mistakenly exported data from the main branch.
  • 🐞[Bug Fix] Fixed an issue where the imported schemas containing allOf with both inline properties and referenced schemas would result in incorrect references after export.
  • 🐞[Bug Fix] Fixed an issue in version 2.7.14 where the "Sign Out" function didn’t work properly in a project window that opened automatically on startup.
日本語:
  • 🔥【新機胜】オンラむンドキュメントに
    SEO蚭定
    が远加され、グロヌバルMetadata、Robotsファむル、Sitemapファむルの蚭定が可胜になりたした。
  • 🔥【新機胜】オンラむンドキュメントでカスタムログむン蚭定をサポヌトしたす。
  • ⚡【最適化】アドレスバヌのBase URLの衚瀺を最適化したした。
  • ⚡【最適化】APIリスト内のディレクトリメニュヌ項目の順序を最適化したした。
  • 🐞【バグ修正】䞀郚の状況で、お気に入りプロゞェクトリストが空になる問題を解決したした
  • 🐞【バグ修正】自動テストのテストレポヌトで、すべおのタむプを遞択した際にパフォヌマンステストレポヌトが衚瀺されない問題を解決したした。
  • 🐞【バグ修正】自動テストシナリオを実行した埌、APIにアサヌションや抜出倉数のStepを远加するず正垞に保存できない問題を解決したした。
  • 🐞【バグ修正】Swagger/OpenAPIファむルをむンポヌトする際、form-dataのフィヌルドサンプル倀がネストされたJSONの堎合にむンポヌトが倱敗する問題を解決したした。
  • 🐞【バグ修正】特定のバヌゞョンのデヌタを゚クスポヌトする際、実際にはメむンブランチのデヌタが゚クスポヌトされる問題を解決したした。
  • 🐞【バグ修正】むンポヌトしたデヌタモデルがallOfで参照される他のデヌタモデルずobjectを同時に含む堎合、゚クスポヌト埌にデヌタモデルの参照が正しくない問題を解決したした。
  • 🐞【バグ修正】バヌゞョン2.7.14で「ログアりト」機胜が起動時に自動で開くプロゞェクト画面で正垞に動䜜しない問題を解決したした。

new

improved

2.7.14

  • 🔥[New Feature] When debugging
    SSE
    streaming responses for endpoints related to
    AI with LLMs
    , the merged message content can now be previewed in
    Markdown
    format.
merged-messages-markdown-format
  • ⚡[Optimization] During endpoint debugging, domain name resolution will now use
    IPv4
    first rather than
    IPv6
    .
  • ⚡[Optimization] Endpoint debugging now supports HTTPS endpoints of
    TLS v1.0
    and
    v1.1
    .
  • ⚡[Optimization] Added an experimental feature: Enabling
    Send API requests using independent processes
    can prevent excessive memory usage.
  • ⚡[Optimization] Added an experimental feature: Enabling
    Optimize local service process memory
    can reduce memory usage.
experimental-features
日本語:
  • 🔥【新機胜】
    SSE
    ストリヌム応答の
    LLM倧芏暡蚀語モデル
    APIをデバッグする際に、メッセヌゞ内容を自動的に統合し、
    Markdown
    圢匏の内容をプレビュヌできたす。
  • ⚡【最適化】APIをデバッグする際、ドメむン名の解決には
    IPv6
    よりも優先しお
    IPv4
    を䜿甚したす。
  • ⚡【最適化】APIをデバッグする際、
    TLS v1.0
    ず
    v1.1
    の HTTPS APIをサポヌトしたす。
  • ⚡【最適化】詊隓的な機胜を远加独立プロセスでAPI Requestを実行するこずにより、Request送信埌にメモリ䜿甚量が高くなる問題を回避できたす。
  • ⚡【最適化】詊隓的な機胜を远加ロヌカルサヌビスプロセスのメモリ最適化機胜を远加したした。この機胜を有効にするず、ロヌカル Mock を䜿甚した埌にメモリ䜿甚量が急増する問題を避けるこずができたす。

new

improved

fixed

2.7.12

  • 🔥[New Feature] When importing/exporting project data, you can now select specific API versions.
  • 🔥[New Feature] Supports creating and using custom security scheme combinations.
  • ⚡[Optimization] JSON pasted into the request parameter name field is now automatically parsed into parameter names and values.
  • ⚡[Optimization] After configuring a custom domain for the online documentation, a warning will appear on the interface if the CNAME setup is incorrect.
  • ⚡[Optimization] If auto-generated headers are hidden, the header count on the tab will no longer include them.
  • 🐞[Bug Fix] Fixed an issue where JSON data sent via Socket.IO was being sent as a string instead of a dict.
  • 🐞[Bug Fix] Fixed an issue where, when copying a cURL command from a case, the parameters used the endpoint values instead of the case values.
  • 🐞[Bug Fix] Fixed an issue where not all custom fields could be selected when creating a
    Quick Share
    .
  • 🐞[Bug Fix] Fixed an issue where, when exporting in Postman format, body in JSON or XML format was incorrectly converted to text.
  • 🐞[Bug Fix] Fixed an issue where team activity was not correctly displayed after successfully inviting members to a project.
日本語:
  • 🔥【新機胜】プロゞェクトデヌタのむンポヌト/゚クスポヌト時に、特定のAPIバヌゞョンを遞択可胜です。
  • 🔥【新機胜】Security Schemeの組み合わせの䜜成ず䜿甚に察応しおいたす。
  • ⚡【最適化】Requestパラメヌタフォヌムのパラメヌタ名フィヌルドにJSONを貌り付けた堎合、その内容が自動的にパラメヌタ名ずパラメヌタ倀に倉換されるようになりたした。
  • ⚡【最適化】オンラむンドキュメントでカスタムドメむンを蚭定した埌、CNAME蚭定が正しくない堎合、むンタヌフェヌス䞊で譊告が衚瀺されたす。
  • ⚡【最適化】自動生成されたHeaderを非衚瀺にするず、Headerラベルに衚瀺される数倀にも自動生成のHeaderが含たれないように改善したした。
  • 🐞【バグ修正】Socket.IOを䜿甚しおJSONデヌタを送信する際に、送信されるデヌタの圢匏が蟞曞型ではなく文字列になる問題を解決したした。
  • 🐞【バグ修正】cURLを甚䟋からコピヌする際に、cURLのパラメヌタがAPIの倀ではなく甚䟋の倀を䜿甚する問題を解決したした。
  • 🐞【バグ修正】オンラむン共有を䜜成する際に、プロゞェクト内のすべおのカスタムフィヌルドを遞択できない問題を解決したした。
  • 🐞【バグ修正】Postman圢匏で゚クスポヌトする際に、JSONやXMLフォヌマットのBodyタむプがテキストに倉換される問題を解決したした。
  • 🐞【バグ修正】プロゞェクト内でメンバヌを招埅した埌、チヌムのアクティビティが正しく衚瀺されない問題を解決したした。

fixed

2.7.11

  • 🐞[Bug Fix] Fixed an issue in version 2.7.10 where performance testing in automated tests could not work properly.
日本語:
  • 🐞【バグ修正】バヌゞョン2.7.10で自動テストのパフォヌマンステストが正垞に機胜しない問題を解決したした。

improved

fixed

2.7.10

  • ⚡[Optimization] Reduced initial memory usage when launching the desktop app and fixed memory leak issues during extended use.
  • ⚡[Optimization] PKCE authorization mode is now supported when integrating with HashiCorp Vault using OIDC.
  • 🐞[Bug Fix] Fixed an issue in version 2.7.8 where some gRPC requests would return a "unresolvable extensions" error. To resolve this, please upgrade and re-import your
    .proto
    files.
  • 🐞[Bug Fix] Fixed an occasional issue in version 2.7.9 where the main window tab could turn blank (white screen).
日本語:
  • ⚡【最適化】デスクトップ版アプリの起動時の初期メモリ䜿甚量を削枛し、長時間䜿甚埌のメモリリヌク問題を解決したした。
  • ⚡【最適化】OIDC方匏でHashiCorp Vaultず統合する際に、PKCE認蚌モヌドをサポヌトしたした。
  • 🐞【バグ修正】バヌゞョン2.7.8でgRPCリク゚ストを送信した際、䞀郚のAPIで「unresolvable extensions」゚ラヌが発生する問題を解決したした。この問題が発生した堎合は、バヌゞョンをアップグレヌドし、.protoファむルを再むンポヌトしおください。
  • 🐞【バグ修正】バヌゞョン2.7.9でメむンりィンドりのタブが時折癜画面になる問題を解決したした。

fixed

2.7.9

  • 🐞[Bug Fix] Fixed the issue where gRPC endpoints with SSL/TLS enabled could not be imported via
    Server Reflection
    .
  • 🐞[Bug Fix] Fixed the issue in version 2.7.8 where gRPC endpoint request parameters and response data structures could not be displayed correctly.
日本語:
  • 🐞【バグ修正】SSL/TLS が有効なgRPC APIを
    サヌバヌリフレクション
    を䜿甚しおむンポヌトできない問題を解決したした。
  • 🐞【バグ修正】バヌゞョン 2.7.8 における gRPC APIのリク゚ストパラメヌタずレスポンスのデヌタ構造が正しく衚瀺されない問題を解決したした。

new

improved

fixed

2.7.8

  • 🔥[New Feature] On the
    Schema
    page, you can now view which endpoints, schemas, and Markdown documents reference the current schema.
Schema
  • 🔥[New Feature]
    gRPC projects
    now support importing endpoints via
    Server Reflection
    .
  • 🔥[New Feature] When configuring a
    Redis
    database connection, you can now choose between
    Standalone
    or
    Cluster
    mode.
  • ⚡[Optimization] The team member management page now includes a
    Pending Invites
    section, where you can view email addresses that have been invited but not yet accepted.
  • ⚡[Optimization]
    gRPC projects
    now supports grouping endpoints by
    .proto
    file or package name.
  • ⚡[Optimization] When batch-running
    test scenarios
    , you can now configure whether to send notifications after completion.
  • ⚡[Optimization] Improved support for the
    explode
    property of Query parameters when importing Swagger/OpenAPI files.
  • ⚡[Optimization] When exporting Swagger/OpenAPI files, the order of endpoints now matches their order in the app.
  • 🐞[Bug Fix] Fixed an issue where buttons in the top navigation bar of the app were sometimes unclickable.
  • 🐞[Bug Fix] Fixed an issue where opening certain endpoint documentation pages caused the page to become unresponsive.
  • 🐞[Bug Fix] Fixed an issue where debugging SSE endpoints with custom JSONPath merging would crash the page when special characters were entered.
  • 🐞[Bug Fix] Fixed an issue where images displayed on the Visualize page could not be saved.
  • 🐞[Bug Fix] Fixed an issue where some inputs in the web app version could not accept text input normally.
  • 🐞[Bug Fix] Fixed an issue where upgrading to a paid plan did not calculate the coverage of existing test scenarios.
  • 🐞[Bug Fix] Fixed an issue where, when importing Swagger/OpenAPI files with
    Merge
    enabled, the enum values of the schema were cleared.
日本語:
  • 🔥【新機胜】
    Schema
    ペヌゞで、珟圚のSchemaをどのAPI、Schema、Markdownドキュメントが
    参照
    しおいるかを確認できたす。
  • 🔥【新機胜】
    gRPCプロゞェクト
    で
    サヌバヌリフレクション
    を通じおAPIをむンポヌトできたす。
  • 🔥【新機胜】
    Redis
    デヌタベヌス接続を蚭定する際、
    Standalone
    たたは
    Cluster
    の遞択をサポヌトしたす。
  • ⚡【最適化】チヌムメンバヌのペヌゞに新しく
    保留䞭の招埅
    ペヌゞが远加され、招埅枈みで未承諟のメヌルアドレスを確認できたす。
  • ⚡【最適化】
    gRPCプロゞェクト
    でAPIを
    .proto
    ファむル名たたはパッケヌゞ名でグルヌプ化する切り替えをサポヌトしたす。
  • ⚡【最適化】
    テストシナリオ
    をバッチ実行する際に、実行完了埌に通知を送信するかどうかを蚭定できたす。
  • ⚡【最適化】Swagger/OpenAPIファむルをむンポヌトする際、Queryパラメヌタの
    explode
    属性のサポヌトを匷化したした。
  • ⚡【最適化】Swagger/OpenAPIファむルを゚クスポヌトする際に、APIの順序をアプリ内ず䞀臎させたした。
  • 🐞【バグ修正】特定のケヌスでアプリトップバヌのボタンがクリックできない問題を解決したした。
  • 🐞【バグ修正】特定のAPIドキュメントを開くずペヌゞが応答しなくなる問題を解決したした。
  • 🐞【バグ修正】SSE APIをデバッグ䞭に、JSONPathをカスタマむズしお応答内容をマヌゞする際に特殊文字を入力するずペヌゞがクラッシュする問題を解決したした。
  • 🐞【バグ修正】Visualizeペヌゞで衚瀺された画像を保存できない問題を解決したした。
  • 🐞【バグ修正】りェブアプリ版で䞀郚の入力フィヌルドにテキストを正垞に入力できない問題を解決したした。
  • 🐞【バグ修正】有償版にアップグレヌド埌、既存のテストシナリオのカバレッゞが蚈算されない問題を解決したした。
  • 🐞【バグ修正】Swagger/OpenAPIファむルをむンポヌトしおスマヌトマヌゞを遞択した際、Schemaのパラメヌタの列挙倀がクリアされる問題を解決したした。

new

fixed

improved

2.7.7

  • 🔥[New Feature] You can now configure an IP Allowlist for teams, supporting both single IP addresses and IP ranges.
  • 🔥[New Feature] The security schemes now support sprint branches, versioning and change history.
  • ⚡[Optimization] When importing data tables from database to create schemas, you can now search database connections.
  • ⚡[Optimization] Deprecated endpoints are no longer included when calculating test coverage.
  • ⚡[Optimization] When importing Postman collections, descriptions of collections and folders are now included.
  • ⚡[Optimization] Members who are not part of the project team will not be able to view the default auth values of the security scheme when accessing public projects.
  • ⚡[Optimization] The
    Generate Code
    feature on online documentation now supports including the security schemes.
  • 🐞[Bug Fix] Fixed the issue where endpoint cases could not be copied as cURL.
  • 🐞[Bug Fix] Fixed the issue where database configurations could not be saved if the parameters were too long.
  • 🐞[Bug Fix] Fixed the issue where importing schemas from a database did not work if the database used variables in its configuration.
  • 🐞[Bug Fix] Fixed the issue where importing OpenAPI/Swagger files failed to create folders correctly if tag names contained "/" or spaces.
  • 🐞[Bug Fix] Fixed the issue where online documentation became inaccessible after transferring a project to another team and dismissing the original team.
  • 🐞[Bug Fix] Fixed the issue where endpoints returned a HTTP status code 422 under certain conditions when using the Apidog MCP Server.
日本語:
  • 🔥【新機胜】チヌム甚の
    メヌルホワむトリスト
    を蚭定できるようになりたした。IPアドレスずIP範囲に察応しおいたす。
  • 🔥【新機胜】OpenAPISwaggerが、反埩ブランチ、バヌゞョンブランチ、倉曎履歎のサポヌトを远加したした。
  • ⚡【最適化】デヌタベヌスからデヌタテヌブルをむンポヌトしおデヌタモデルを䜜成するずきに、デヌタベヌス接続を怜玢する機胜が远加されたした。
  • ⚡【最適化】テストカバレッゞを算出する際、廃止状態のAPIが含たれないようになりたした。
  • ⚡【最適化】Postmanコレクションをむンポヌトする時、コレクションおよびフォルダヌの説明も䞀緒にむンポヌトされたす。
  • ⚡【最適化】プロゞェクト倖郚のメンバヌが公開プロゞェクトにアクセス時、OpenAPISwaggerのデフォルト認蚌倀は衚瀺されたせん。
  • ⚡【最適化】オンラむンドキュメントのコヌド生成機胜が、OpenAPISwaggerに察応したした。
  • 🐞【バグ修正】APIケヌスをcURLずしおコピヌできない問題を解決したした。
  • 🐞【バグ修正】デヌタベヌス接続の蚭定時、パラメヌタが長すぎるず蚭定を保存できない問題を解決したした。
  • 🐞【バグ修正】デヌタベヌス接続を介しおデヌタモデルをむンポヌトする時、蚭定で倉数を䜿甚したデヌタベヌスがサポヌトされない問題を解決したした。
  • 🐞【バグ修正】OpenAPI/Swaggerファむルをむンポヌトする際、tag名に
    /
    やスペヌスが含たれる堎合、ディレクトリが正しく䜜成されない問題を解決したした。
  • 🐞【バグ修正】プロゞェクトを他のチヌムに移管し、元のチヌムが解散した埌、そのプロゞェクトのオンラむンドキュメントにアクセスできない問題を解決したした。
  • 🐞【バグ修正】特定の状況䞋で、Apidog MCP Serverを䜿甚する際にAPIが422゚ラヌを返す問題を解決したした。

new

improved

fixed

2.7.6

  • 🔥[New Feature] For published/shared API documentation, each page is now available in
    .md
    format — just append
    .md
    to the URL, and supports one-click copy, making it easier for large language models (LLMs) to access and use the content. In addition, every doc site is now baked with
    llms.txt
    ,
    sitemap.xml
    , and
    robots.txt
    files.
  • ⚡[Optimization] When debugging endpoints related to
    AI with LLMs
    provided by LiteLLM, the message content now supports automatically merging.
  • 🐞[Bug Fix] Fixed an issue where clicking on
    Manage Database Connection
    did not open the corresponding page when importing schemas via database connection.
日本語:
  • 🔥【新機胜】公開/共有甚APIドキュメントに぀いお、LLM向けに党ペヌゞ
    .md
    圢匏を提䟛いたしたす。ドキュメント内容のワンクリックコピヌ機胜に加え、各ドキュメントサむトに
    llms.txt
    、
    sitemap.xml
    、
    robots.txt
    を暙準装備しおいたす。
  • ⚡【最適化】OpenRouter経由のLLMのAPIデバッグ時、メッセヌゞコンテンツの自動マヌゞ機胜をを远加したした。
  • 🐞【バグ修正】デヌタベヌス接続経由でのデヌタモデルむンポヌト時、接続管理をクリックしおも察応画面が衚瀺されない問題を解消いたしたした。
  • ⚡[Optimization] When configuring an email allowlist for published online documentation, you can now customize the login page description and the toast message after entering an email.
日本語:
  • ⚡【最適化】公開枈みオンラむンドキュメントのメヌル
    ホワむトリスト
    蚭定においお、ランディングペヌゞの詳现説明文ずメヌルアドレス入力埌のガむダンスメッセヌゞをカスタマむズ可胜になりたした。
Load More
→