Skip to main content

dothttp-runner 1.0.54 Release Notes

1.0.54#

  • Upgraded dotextensions-build to version 0.0.44a19.
  • Added support for migrating to the new format (properties).
  • Fixed execution of .http files (excluding notebooks) in remote environments (remote workspace via dothttp extension).
  • Prompt users to choose between opening in a workspace or a new window (defaulting to workspace for convenience).
  • Updated dependencies: lodash, openapi-to-postmanv2, and curl-to-postmanv2.

dothttp-runner 1.0.53 Release Notes

1.0.53#

  • Updated dotextensions-build to version 0.0.44a19
    • Now supports filesystem operations in remote environments.
  • Improved property view:
    • Prevents duplicate keys and allows selecting the desired key.
    • Added automatic retry when the CLI exits unexpectedly.
  • Introduced support for using CLI capabilities from a remote machine (not recommended for full-fledged editing):
    • For scenarios where requests need to originate from a specific machine (due to network filters, iptables, etc.), you can launch the CLI using dothttp.conf.path.
    • Your script is responsible for downloading and launching the correct CLI version, while VSCode handles request execution and remote editing.

dothttp-runner 1.0.50 / 1.0.51 / 1.0.52 Release Notes

1.0.52#

  • Update dotextensions-build to version 0.0.44a15
    • Now Supports array indexing in variable
    • Now supports simple string, int, float,boolean as json
    • Now supports redefining variable
  • Update vscode-uri, ts-loader,semver

1.0.51#

  • Update dotextensions-build to version 0.0.44a14
  • Update mocha, openapi-to-postmanv2, whatwg-url

1.0.50:#

  • Include property information for query and headers
  • Fix Packaging

dothttp-runner 1.0.45 - 1.0.47 Release Notes

1.0.47:#

  • Fix issue with dothttp-code version 1.0.45, notebook execute is not working properly

1.0.46:#

  • The VSCode publish step failure was resolved by addressing a rename in the vscode/vsce package.

1.0.45:#

  • Create menu in explorer easy http file and notebook file
  • Update dotextensions-build to version 0.0.44a11
    • error will fail at the end of resolution of all properties

dothttp-runner 1.0.42 - 1.0.44 Release Notes

1.0.44:#

  • Update dotextensions-build to version 0.0.44a10
  • Enhance content resolution by including resolved property

1.0.43#

  • Update dotextensions-build to version 0.0.44.a9
    • Feat Fixes loading properties from property file on hover over url/json dict

1.0.42#

  • Update dotextensions-build to version 0.0.44.a9
    • Feat Fixes relative import issue for resolving on hover

dothttp-runner 1.0.33 - 1.0.34 Release Notes

1.0.34#

  • Update dotextensions-build to version 0.0.43-a29
  • Feat: Notebook request dothttp exception is now shown in the DothttpUI view instead of simple text.
  • Fix: The error message for default/infile variable multi substitution not being supported has been improved to better explain what went wrong.
  • Update npm packages

1.0.33#

  • Update dotextensions-build to version 0.0.43-a28
  • Support math expressions in variable syntax using keyword $expr. For example $expr:2*10 will substitute 20
  • can use xmltodict library for testing/parsing xml response in test_scripts

dothttp-runner 1.0.33 - 1.0.34 Release Notes

1.0.34#

  • Update dotextensions-build to version 0.0.43-a29
  • Feat: Notebook request dothttp exception is now shown in the DothttpUI view instead of simple text.
  • Fix: The error message for default/infile variable multi substitution not being supported has been improved to better explain what went wrong.
  • Update npm packages

1.0.33#

  • Update dotextensions-build to version 0.0.43-a28
  • Support math expressions in variable syntax using keyword $expr. For example $expr:2*10 will substitute 20
  • can use xmltodict library for testing/parsing xml response in test_scripts

dothttp-runner 1.0.27 Release Notes

1.0.27#

dothttp-runner 1.0.20 - 1.0.26 Release Notes

1.0.26#

  • Fix build issues

1.0.25#

  • Update dotextensions-build to 0.0.43-a23
    • Allows user to use arthematic expressions in json payload
  • Fix linux arm64 extension: packages correct platform version of dotextensions-build
  • Update dependent packages
    • yauzl to 3.1.3
    • jsonc-parser to 3.3.1

1.0.24-1.0.23#

  • Keep history of cell response for comparision.
    • max number of responses to keep in notebook can be configured by dothttp.conf.notebook.numofresponses.
      • if 0, it keeps all, default is five.
    • Update dependent packages
      • follow-redirects to 1.15.8
      • @types/node to 22.5.2
      • @types/lodash to 4.17.7

1.0.22#

  • Update dotextensions-build/cli to 0.0.43a16
    • Updates dependent packages (requests, msal, faker, certifi, urllib3)

1.0.21#

  • Update dotextensions-build/cli to 0.0.43a14
    • Updates dependent packages

1.0.20#

  • Update dotextensions-build/cli to 0.0.43a13
    • Fix Azure Cli Login