Changelog

Follow up on the latest improvements and updates.

RSS

new

improved

fixed

2.6.50

  • 🔥[New Feature] User names, passwords and other information in
    Database Connection
    now support synchronization among team members.
  • ⚡[Optimization] When inviting new users via
    email
    , only the invited email account can join the team. Forwarding the invitation email will not work.
  • ⚡[Optimization] When deploying a Runner, the mounted data directory is now empty by default and needs to be manually filled in to avoid issues where users lack access to the default directory.
  • ⚡[Optimization] Reduced the file size of test reports to improve the speed of uploading them.
  • ⚡[Optimization] When importing data in OpenAPI/Swagger format, if the body is in common file or image formats, it will be imported as a Binary type.
  • 🐞[Bug Fix] Fixed an issue where only the first cookie was sent when multiple cookies with the same name were included.
  • 🐞[Bug Fix] Fixed an issue where project editors could not use the scheduled import feature.
  • 🐞[Bug Fix] Fixed an issue where importing test scenarios after deleting cases associated with sprint branches would lose test steps.
  • 🐞[Bug Fix] Fixed an issue where the assertion results were displayed repeatedly when viewing test reports.
  • 🐞[Bug Fix] Fixed an issue where environments could not be imported when importing data into the project list.
  • 🐞[Bug Fix] Fixed an issue where, when exporting a project to OpenAPI/Swagger format, the
    Security
    field was exported as an empty object instead of an empty array when an endpoint had no authentication configured.
  • ⚡[Optimization] When inviting new users via
    email
    , only the invited email account can join the team. Forwarding the invitation email will not work.
  • ⚡[Optimization] When deploying a Runner, the mounted data directory is now empty by default and needs to be manually filled in to avoid issues where users lack access to the default directory.
  • ⚡[Optimization] Reduced the file size of test reports to improve the speed of uploading them.
  • ⚡[Optimization] When importing data in OpenAPI/Swagger format, if the body is in common file or image formats, it will be imported as a Binary type.
  • 🐞[Bug Fix] Fixed an issue where only the first cookie was sent when multiple cookies with the same name were included.
  • 🐞[Bug Fix] Fixed an issue where project editors could not use the scheduled import feature.
  • 🐞[Bug Fix] Fixed an issue where importing test scenarios after deleting cases associated with sprint branches would lose test steps.
  • 🐞[Bug Fix] Fixed an issue where the assertion results were displayed repeatedly when viewing test reports.
  • 🐞[Bug Fix] Fixed an issue where environments could not be imported when importing data into the project list.
  • 🐞[Bug Fix] Fixed an issue where, when exporting a project to OpenAPI/Swagger format, the
    Security
    field was exported as an empty object instead of an empty array when an endpoint had no authentication configured.
日本語:
  • 🔥【新機胜】
    デヌタベヌス接続
    のナヌザヌ名やパスワヌドなどの情報を、チヌムメンバヌ間で盞互に同期できるようになりたした。
  • ⚡【最適化】
    メヌル招埅
    による新芏ナヌザヌのチヌム参加時、招埅メヌルの送信先メヌルアカりントのみがチヌムに参加可胜メヌル転送による参加は無効
  • ⚡【最適化】ランナヌデプロむ時、マりントデヌタディレクトリのデフォルト倀を空に倉曎。アクセス暩限問題を防止するため手動入力必須化
  • ⚡【最適化】テストレポヌトのファむルサむズ削枛により、アップロヌド速床を向䞊
  • ⚡【最適化】OpenAPI/Swagger圢匏デヌタむンポヌト時、bodyが䞀般的なファむル/画像圢匏の堎合、Binaryタむプずしお自動刀定
  • 🐞【バグ修正】耇数同名Cookie送信時に初回のみ送信される珟象を解決したした。
  • 🐞【バグ修正】プロゞェクト線集者の定期むンポヌト機胜䜿甚䞍可問題を解決したした。
  • 🐞【バグ修正】子ブランチ関連APIテストケヌス削陀埌のテストシナリオむンポヌト時のステップ欠損問題を解決したした。
  • 🐞【バグ修正】テストレポヌト閲芧時のアサヌション結果重耇衚瀺を解決したした。
  • 🐞【バグ修正】プロゞェクトリストからのデヌタむンポヌト時の環境蚭定反映䞍可問題を解決したした。
  • 🐞【バグ修正】OpenAPI/Swagger圢匏でのプロゞェクト゚クスポヌト時、認蚌未蚭定APIにおけるSecurityフィヌルドのデヌタ型䞍敎合空オブゞェクト→空配列問題を解決したした。

new

fixed

2.6.49

  • 🔥[New Feature] When debugging
    SSE
    (Server-Sent Events) streaming responses for endpoints related to
    AI with LLMs
    , Apidog can automatically combine the message content and display the response in natural language. It also supports showing the thought process of the reasoning models, such as
    Deepseek R1
    .
debugging SSE
  • 🐞 [Bug Fix] Fixed an issue where Query parameters configured for the
    Auth URL
    are not applied when using the OAuth 2.0 Implicit.
日本語:
  • 🔥【新功胜】
    SSE
    ストリヌミング応答の
    AIモデル
    デバッグ時、Apidogはメッセヌゞを自動結合し、自然蚀語で衚瀺。さらに、掚論モデル䟋
    Deepseek R1
    の思考プロセスも衚瀺可胜。
  • 🐞【バグ修正】OAuth 2.0のImplicitモヌドで、Auth URLのQueryパラメヌタが無効になる問題を解決したした。

improved

fixed

2.6.48

  • ⚡[Optimization] The content type of the endpoint response can now be configured as
    No-Content
    , indicating that the endpoint does not return any response body.
  • ⚡[Optimization] When accessing
    public projects
    that do not belong to your team, the endpoint documentation no longer displays information such as modifiers and creators.
  • ⚡[Optimization] Improved the display style of test scenarios included in scheduled tasks after they have been modified or deleted.
  • 🐞 [Bug Fix] Fixed the issue where automated tests could not correctly read the response body of previous steps when the endpoint only used global parameters.
  • 🐞 [Bug Fix] Fixed the issue where the query section was not imported when importing data in apiDoc format.
  • 🐞 [Bug Fix] Fixed the issue where schemas in non-Latin names referenced at the root could not be exported in Markdown format.
  • 🐞 [Bug Fix] Fixed the issue where the
    Run History
    page for scheduled tasks incorrectly displayed test reports for tests run by manually specified runners.
日本語:
  • ⚡【最適化】APIの応答内容圢匏は
    No-Content
    に蚭定可胜で、これはAPIが応答Bodyを返さないこずを瀺したす。
  • ⚡【最適化】他のチヌムの
    公開プロゞェクト
    にアクセスする際、APIドキュメントペヌゞは修正者や䜜成者などの情報を衚瀺しなくなりたす。
  • ⚡【最適化】タスクスケゞュヌルに含たれるテストシナリオが倉曎たたは削陀された堎合、その衚瀺スタむルを改善したした。
  • 🐞【バグ修正】APIがグロヌバルパラメヌタのみを䜿甚しおいる堎合に、自動テストが前凊理ステップの応答Bodyを正しく読み取れない問題を解決したした。
  • 🐞【バグ修正】apiDoc圢匏のデヌタをむンポヌトする際に、query郚分がむンポヌトされない問題を解決したした。
  • 🐞【バグ修正】ルヌトノヌドで参照されおいる非ラテン語のデヌタモデルがMarkdown圢匏に゚クスポヌトできない問題を解決したした。
  • 🐞【バグ修正】タスクスケゞュヌルの実行履歎ペヌゞで、手動で指定されたランナヌがテストを実行しおいるテストレポヌトを誀っお衚瀺しおいた問題を解決したした。

new

improved

fixed

2.6.47

  • 🔥[New Feature] You can now run test scenarios using scheduled tasks in the Runner, with the option to choose between initial values from the environment/global variables, or current values saved in the Runner.
run scheduled test scenario in the Runner
  • ⚡[Optimization] If no parameter text is selected, right-clicking to choose
    EncodeURIComponent
    or
    DecodeURIComponent
    will now apply to the entire text by default.
  • ⚡[Optimization] Once you've accessed the encrypted online documentation using a password or an email from the email allowlist, you won't need to re-verify your password or email for the next 30 days.
  • ⚡[Optimization] Spaces before and after the project name are now automatically ignored when deleting a project.
  • 🐞 [Bug Fix] Fixed an issue where some
    =
    characters in cookies were removed during endpoint debugging.
  • 🐞 [Bug Fix] Fixed an issue where test scenarios failed to run under some conditions.
  • 🐞 [Bug Fix] Fixed an issue where request content wasn’t visible in the console after sending a request via script.
  • 🐞 [Bug Fix] Fixed an issue where the total request count showed as 0 when running a performance test with a script as the first step.
  • 🐞 [Bug Fix] Fixed an issue where filtering content to share online by tags didn’t work for Markdown documents.
  • 🐞 [Bug Fix] Fixed an issue where using wildcard domains as the custom domain for online documentation would prompt that the certificate domain didn’t match the custom domain entered.
  • 🐞 [Bug Fix] Fixed an issue where response examples weren’t displayed on online documentation under certain conditions.
  • 🐞 [Bug Fix] Fixed an issue where Webhook notifications were still triggered after scheduled task notifications were disabled.
  • 🐞 [Bug Fix] Fixed an issue where team variables weren’t correctly replaced when generating code.
日本語:
  • 🔥【新機胜】タむマヌを䜿甚しおランナヌでテストシナリオを実行する際に、環境倉数/グロヌバル倉数の
    初期倀を䜿甚
    たたは
    ランナヌに保存されたロヌカル倀を䜿甚
    を遞択できたす。
  • ⚡【最適化】パラメヌタテキストが遞択されおいない堎合、右クリックで
    EncodeURIComponent
    ゚ンコヌドたたは
    DecodeURIComponent
    デコヌドを遞択するず、すべおのテキストが遞択されたず芋なされたす。
  • ⚡【最適化】パスワヌドたたはホワむトリスト内のメヌルアカりントを䜿甚しお暗号化されたオンラむンドキュメントにアクセスした堎合、1ヶ月間は再床のパスワヌドやメヌルアカりントの確認は必芁ありたせん。
  • ⚡【最適化】プロゞェクトを削陀する際、プロゞェクト名の前埌の空癜を無芖したす。
  • 🐞【バグ修正】APIデバッグ時に、Cookie内の䞀郚の
    =
    が削陀される問題を解決したした。
  • 🐞【バグ修正】特定の状況でテストシナリオを実行できない問題を解決したした。
  • 🐞【バグ修正】Scriptを介しおリク゚ストを送信した埌、コン゜ヌルでリク゚スト内容を確認できない問題を解決したした。
  • 🐞【バグ修正】Scriptをテストシナリオの最初のステップずしお実行した埌、党リク゚スト数が0になる問題を解決したした。
  • 🐞【バグ修正】タグでオンラむン共有する内容をフィルタリングする際、Markdownドキュメントが無効になる問題を解決したした。
  • 🐞【バグ修正】オンラむンドキュメントのカスタムドメむンでワむルドカヌドドメむンを䜿甚する際に、蚌明曞のドメむンず入力されたカスタムドメむンが䞀臎しないずいう譊告を解決したした。
  • 🐞【バグ修正】特定の状況でオンラむンドキュメントにレスポンス䟋が衚瀺されない問題を解決したした。
  • 🐞【バグ修正】タむマヌ通知を無効にした埌も、Webhook通知がトリガヌされる問題を解決したした。
  • 🐞【バグ修正】コヌド生成時にチヌム倉数が正しく眮き換えられない問題を解決したした。

new

fixed

2.6.46

  • 🔥[New Feature] You can now import WSDL files directly via a URL.
  • 🐞 [Bug Fix] Fixed an issue where importing WSDL files would fail if they had the
    elementFormDefault="qualified"
    declaration but lacked an
    attributeFormDefault
    specification.
  • 🐞 [Bug Fix] Fixed an issue where requests would still use the endpoint definition, even after the Auth was configured on the endpoint run page and endpoint case page.
  • 🐞 [Bug Fix] Fixed the issue where saving one Markdown file while editing multiple files at the same time would clear the contents of the other files being edited.
  • 🐞 [Bug Fix] Fixed an issue where deleting an open Markdown file would cause UI errors.
日本語:
  • 🔥【新機胜】URLを通じおWSDLファむルをむンポヌトするこずをサポヌトしたす。
  • 🐞【バグ修正】
    elementFormDefault="qualified"
    のみが指定され、
    attributeFormDefault
    が未蚭定のWSDLむンポヌト問題を解決したした。
  • 🐞【バグ修正】
    API実行ペヌゞずAPIテストケヌスペヌゞ
    においお、Auth蚭定埌もリク゚ストがAPI定矩を䜿甚しおしたう問題を解決したした。
  • 🐞【バグ修正】耇数のMarkdownファむルを同時に線集しおいる際に、1぀のファむルを保存するず他の線集䞭のファむルの内容が消えおしたう問題を解決したした。
  • 🐞【バグ修正】Markdownドキュメントのタブが開いおいる時に、そのドキュメントを削陀するずUI゚ラヌが発生する問題を解決したした。

new

improved

fixed

2.6.42

  • 🔥[New Feature] Support for
    Team Variables
    that can be used across projects.
  • 🔥[New Feature] Support for deploying
    Request Proxy Agents
    at a team level, enabling endpoint requests to be sent through the Agent.
  • ⚡[Optimization] Improved the local search capabilities of the online documentation.
  • ⚡[Optimization] When browsing online documentation, if the window is narrow, the outline on the right side of the documentation will be automatically hidden.
  • 🐞 [Bug Fix] Fixed an issue where using OAuth 2.0 for endpoint auth and using a variable in the
    Access Token URL
    prevented the app from refreshing the token.
  • 🐞 [Bug Fix] Fixed an issue where, after enabling BigInt compatibility, excessively long numbers were displayed in scientific notation within the documentation.
  • 🐞 [Bug Fix] Fixed an issue where endpoint and test scenarios merged into the main branch did not update the associated test scenario data.
  • 🐞 [Bug Fix] Fixed an issue where network proxy settings were lost after switching projects with network proxy configured.
  • 🐞 [Bug Fix] Fixed an issue where users without proper permissions could still run the performance tests.
  • 🐞 [Bug Fix] Fixed an issue where after transferring a team into an organization, newly created teams within the organization were not visible to members until they accepted the invitation.
日本語:
  • 🔥【新機胜】プロゞェクト間で利甚できる
    チヌム倉数
    をサポヌトしたす。
  • 🔥【新機胜】
    チヌム
    内で
    リク゚ストプロキシ゚ヌゞェント
    をデプロむするこずをサポヌトしたす。すべおのチヌムメンバヌや共有ドキュメントは、この゚ヌゞェントを通じおむンタヌフェヌスリク゚ストを送信するこずができたす。
  • ⚡【最適化】オンラむンドキュメントのロヌカル怜玢機胜を改善したした。
  • ⚡【最適化】オンラむンドキュメントを閲芧䞭、りィンドりが狭い堎合は自動的にドキュメントの右偎の目次を隠したす。
  • 🐞【バグ修正】OAuth 2.0認蚌を䜿甚するAPIで、Access Token URLに倉数を䜿甚した堎合に、Tokenを再取埗できない問題を解決したした。
  • 🐞【バグ修正】BigInt互換を有効にした埌、長すぎる数字がドキュメント内で指数衚蚘に倉換される問題を解決したした。
  • 🐞【バグ修正】APIずテストシナリオがメむンブランチに統合された埌、関連するテストシナリオデヌタが曎新されない問題を解決したした。
  • 🐞【バグ修正】ネットワヌクプロキシを蚭定した埌にプロゞェクトを切り替えた際、ネットワヌクプロキシの蚭定が倱われる問題を解決したした。
  • 🐞【バグ修正】実行パフォヌマンステストの暩限を取埗しおいない堎合でも、パフォヌマンステストが実行可胜である問題を解決したした。
  • 🐞【バグ修正】チヌムを組織に移行した埌、組織内で新しいチヌムを䜜成し、組織メンバヌを招埅した際、招埅を受ける前にそのメンバヌが組織を確認できない問題を解決したした。

new

improved

fixed

2.6.41

  • 🔥[New Feature] Doc sites now support integration with Google Analytics for tracking and analytics.
Apidog supports integrating with Google Analytics
  • 🔥[New Feature] CLI now supports specifying current values for
    environment variables
    and
    global variables
    stored in local files.
Exported current value
  • ⚡[Optimization] When using
    SSH Tunnel
    for database connection and the auth method is
    Public Key
    , private keys with passphrases are now supported.
  • ⚡[Optimization] You can now configure custom display names for Markdown documents in the folder tree.
  • ⚡[Optimization] The
    Last Active
    time for members is now calculated separately within each organization, team, or project, instead of globally.
  • ⚡[Optimization] The
    Trash
    no longer displays resources of archived branches.
  • ⚡[Optimization] Permission settings for
    sprint branches
    have been optimized.
  • ⚡[Optimization] Forms within the app are no longer associated with the autofill feature of
    1Password
    .
  • ⚡[Optimization] Email notifications triggered by the test scenario completion event now include the field
    Run on
    , for example:
    Run on: Client
    .
  • ⚡[Optimization] Exported OpenAPI/Swagger files will now be properly formatted instead of being in a single line.
  • ⚡[Optimization] When inviting others to join a team, the default role is now set to
    Editor
    instead of
    Read-only
    .
  • 🐞 [Bug Fix] Fixed an issue where the UI would malfunction when opening the HTTP endpoints with specific environment/global variables.
  • 🐞 [Bug Fix] Fixed an issue where the endpoint order in exported Apidog files did not match the order in the App.
  • 🐞 [Bug Fix] Fixed an issue where some images failed to display correctly in password-protected online documentations under certain circumstances.
  • 🐞 [Bug Fix] Fixed an issue where resolving and merging conflicts on version branches was not possible in certain cases.
  • 🐞 [Bug Fix] Fixed the issue where the
    +
    button was missing on the right side when there were too many tabs open.
日本語:
  • 🔥【新機胜】公開されたオンラむンドキュメントで
    Google Analytics
    の統蚈蚭定がサポヌトされたした。
  • 🔥【新機胜】CLI はロヌカルファむルに保存された
    環境倉数
    ず
    グロヌバル倉数
    のロヌカル倀を指定しお䜿甚できるようになりたした。
  • ⚡【最適化】デヌタベヌス接続で
    SSH
    トンネルを䜿甚し、認蚌方法が
    公開鍵
    の堎合、
    パスフレヌズ
    を䌎う秘密鍵の䜿甚がサポヌトされたす。
  • ⚡【最適化】Markdownドキュメントのディレクトリツリヌ内の名前を蚭定できるようになりたした。
  • ⚡【最適化】組織、チヌム、プロゞェクトごずの各メンバヌの
    最終アクティブ時間
    は、グロヌバルでの蚈算ではなく、各組織、チヌム、プロゞェクトの次元で別々に蚈算されるようになりたした。
  • ⚡【最適化】
    ゎミ箱
    では、アヌカむブされたブランチのリ゜ヌスが衚瀺されなくなりたした。
  • ⚡【最適化】
    ブランチ
    の暩限蚭定が最適化されたした。
  • ⚡【最適化】アプリ内のフォヌムは、
    1Password
    の自動入力機胜ず関連付けられなくなりたした。
  • ⚡【最適化】
    テストシナリオの実行完了
    むベントがメヌル通知でトリガヌされた堎合、メヌルの内容に新たに
    実行環境
    フィヌルドが远加されたす。䟋えば実行環境クラむアント。
  • ⚡【最適化】゚クスポヌトされるOpenAPI/Swaggerファむルは、フォヌマットされ、1行ではなくなりたす。
  • ⚡【最適化】
    他の人をチヌムに招埅
    する際、デフォルトの暩限が
    線集者
    に蚭定され、読み取り専甚ではなくなりたす。
  • 🐞【バグ修正】特定の環境/グロヌバル倉数が存圚する堎合、HTTPむンタヌフェヌスを開くず画面に異垞が発生する問題を解決したした。
  • 🐞【バグ修正】Apidogフォヌマットでファむルを゚クスポヌトする際、APIの順序がアプリ内ず䞀臎しない問題を解決したした。
  • 🐞【バグ修正】パスワヌドで保護されたオンラむンドキュメントを閲芧する際、特定の状況で画像が正垞に衚瀺されない問題を解決したした。
  • 🐞【バグ修正】特定の状況で、バヌゞョンブランチの衝突解決ができない問題を解決したした。
  • 🐞【バグ修正】タブが倚すぎる堎合、右偎に
    +
    ボタンが衚瀺されない問題を解決したした。

fixed

2.6.40

  • 🐞 [Bug Fix] Fixed an issue where the UI would malfunction when opening the HTTP endpoints with specific environment/global variables.
日本語:
  • 🐞【バグ修正】特定の環境/グロヌバル倉数が存圚する堎合、HTTPむンタヌフェヌスを開くず画面に異垞が発生する問題を解決したした。

new

improved

fixed

2.6.39

  • 🔥[New Feature] The main branch can be set as
    Protected
    , where modifications to the protected main branch are only allowed after submitting a Merge Request (MR) from the
    sprint branch
    and having it reviewed.
set main branch as protected
  • 🔥[New Feature] The sprint branches now support data import and export.
  • 🔥[New Feature] You can add
    comment
    to endpoints.
comment on endpoint doc
  • 🔥[New Feature] You can view the
    Change History
    made to test scenarios and revert them to a specific historical version.
change history for test scenarios
  • 🔥[New Feature] You can set allowlists for published
    doc sites
    based on IP and email.
IP or email allowlists for doc sites
  • ⚡[Optimization] A notification will prompt you to pull updates when the main branch resource associated with the sprint branch resource is updated.
  • ⚡[Optimization] Improved the UI for handling content conflicts.
  • ⚡[Optimization] The notification for completed automated tests now includes information about the sprint branch and the environment.
  • 🐞 [Bug Fix] Fixed an issue where, when modifying and saving test data, only the current page's data would be saved if there were multiple pages.
  • 🐞 [Bug Fix] Fixed an issue where test scenarios could not be moved in bulk to the root folder.
  • 🐞 [Bug Fix] Fixed an issue where test scenarios could not be run in certain situations.
  • 🐞 [Bug Fix] Fixed an issue where, after batch running test scenarios from a folder, the test report details would not display after refreshing the page.
  • 🐞 [Bug Fix] Fixed an issue where using the script as a step in automated tests could not obtain information from preceding steps.
  • 🐞 [Bug Fix] Fixed an issue where the main version could not be cloned after adjusting the version order of sub-sites in the doc site.
  • 🐞 [Bug Fix] Fixed an issue where the redirection links in the doc site were incorrect.
  • 🐞 [Bug Fix] Fixed an issue where, during the first SSO login, if the Apidog account was already associated with another SSO identity, the new identity could not override the existing one.
日本語:
  • 🔥【新機胜】䞻ブランチを
    保護
    ずしお蚭定でき、
    むテレヌションブランチ
    で MR を提出し、
    レビュヌ
    が行われた埌にのみ、保護された䞻ブランチの内容を倉曎できたす。
  • 🔥【新機胜】
    むテレヌションブランチ
    はデヌタのむンポヌトおよび゚クスポヌトをサポヌトしたす。
  • 🔥【新機胜】API に察しお
    コメント
    を远加できたす。
  • 🔥【新機胜】テストシナリオの倉曎
    履歎
    を確認でき、テストシナリオを特定の履歎バヌゞョンに
    埩元
    できたす。
  • 🔥【新機胜】公開された
    ドキュメントサむト
    に察しお、IP ずメヌルアドレスに基づく
    ホワむトリスト
    を蚭定できたす。
  • ⚡【最適化】むテレヌションブランチリ゜ヌスに関連する䞻ブランチリ゜ヌスが曎新された際に、曎新を取埗するように促すメッセヌゞが衚瀺されたす。
  • ⚡【最適化】コンテンツの競合を凊理するむンタヌフェヌスが最適化されたした。
  • ⚡【最適化】自動テストの実行完了通知に、むテレヌションブランチず実行環境の情報が远加されたした。
  • 🐞【バグ修正】テストデヌタを倉曎しお保存する際、耇数ペヌゞのデヌタがある堎合、珟圚のペヌゞだけが保存される問題を解決したした。
  • 🐞【バグ修正】テストシナリオを䞀括でルヌトディレクトリに移動できない問題を解決したした。
  • 🐞【バグ修正】特定の状況で、テストシナリオが実行できない問題を解決したした。
  • 🐞【バグ修正】ディレクトリでテストシナリオを䞀括実行埌、ペヌゞを曎新するずテストレポヌトの詳现が衚瀺されない問題を解決したした。
  • 🐞【バグ修正】自動テストのスクリプトステップで前のステップの情報を取埗できない問題を解決したした。
  • 🐞【バグ修正】ドキュメントサむトのサブサむトのバヌゞョン順序を調敎した際に、䞻バヌゞョンをクロヌンできない問題を解決したした。
  • 🐞【バグ修正】ドキュメントサむトのリンク遷移の誀りを解決したした。
  • 🐞【バグ修正】初回SSOログむン時に、Apidogアカりントが他のSSO認蚌ず関連付けられおいる堎合、新しい認蚌が既存のものを䞊曞きできない問題を解決したした。

fixed

2.6.38

  • 🐞 [Bug Fix] Fixed an issue in versions 2.6.34 ~ 2.6.37 where
    URL Slug
    ,
    Meta Title
    , and other information in SEO settings for the HTTP endpoints could not be saved properly.
日本語:
  • 🐞【バグ修正】
    2.6.34 ~ 2.6.37
    バヌゞョンで、HTTP APIのSEO蚭定内のURL Slug ず Meta Title などの情報が正垞に保存されない問題を解決したした。
Load More
→