Skip to main content

dothttp-runner 1.0.56 Release Notes

1.0.56#

  • Updated dotextensions-build to version 0.0.44a20.
    • Supports template strings in json/variable json (previously its not possible)
  • considers content-type application/x-amz-json-1.0 application/vnd3.github.json as json response.

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#