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エラーが発生する問題を解決しました。