Skip to main content

49 posts tagged with "dothttp-runner"

View All Tags

dothttp-runner 1.0.1 - 1.0.2

[1.0.2]#

  • [ BUG] Fix null property file while executing request without property file

[1.0.1]#

  • [ Improvement] Properties are now at workspace level
  • [ Improvement] Env are now at workspace level
  • [ Improvement] configure custom env file instead of default .dothttp.json
  • [ Bump] dotextensions-build is updated to 0.0.41a8

dothttp-runner 1.0.0

This is our first ever 1.0 release since its first introduced (Feb 2021). For past couple of months updates mainly focuses on fixing bugs and we feel now is the time to hit 1.0.

As a sole developer, i feel little proud of this product although adoption is little less. During my last job, I had work 10-20 microservices, each having its own apis. There is no client or sdk to interact with apis. Its hard to use curl as it is not easy to save or update. Postman is there (widely used) but i hated as its not dev friendly (hate switching multiple tabs and too many tabs). It also consumes huge cpu and memory. I started to built this product, solely to save and resue and dev friendly. These are the principles i have in mind.

  1. doesn't spy (or) no telemtry.
  2. dev friendly .
  3. quick import/export/share .
  4. works with existing dev tools (vscode and cli).
  5. easy to quick start and understand .
  6. save and re-use mentality .

It used be a just another cli like curl but after discussing internally with postman/insomnia users, I went on to create vscode code extension. After our first vscode extension release, there were some requests like support history, variables, multiple requests in single file, extending requests.

With its current usage, I felt investing any more in this is is not profitable (both professionally and personally). I will keep supporting(bug fixing) this but only for next 2-3 more months. and its reason for releasing it as 1.0.0.

Checkout this (this is our most promising feature) for quick recap on what dothttp runner can offer you.

dothttp-runner 0.0.64

[0.0.64]#

  • [ Improvement] dothttp now shows redirect history
  • [ Bump] bump dotextensions-build to 0.0.42a5
    • fixed: clear cookie is not working properly
    • new: dothttp redirect history support
    • chore: Bump certifi from 2022.9.24 to 2022.12.7

dothttp-runner 0.0.63

[0.0.63]#

  • [ Improvement] History now includes filename for each cell block.
  • [ Bump] bump dotextensions-build to 0.0.42a3
    • [Improvement ] Adds support for hawkauth
    • [Chore ] builds with python3.11 and its improvements
    • [Chore ] openssl update from 1.1.1p to 1.1.1q

dothttp-runner 0.0.62

[0.0.62]#

  • [ BUG] History tree item is not showing all, if there is an error in one item
  • [ Improvement] History export now excludes cells with no status code
  • [ BUMP]
    • bump dotextensions-build to 0.0.41 from 0.0.40

dothttp-runner 0.0.58

[0.0.58]#

  • [ BUG] fix Property view is not showing for .http/.dhttp files
  • [ Feature] Support hiding property value by default
    • toggle/untoggle for to view/hide
  • [ BUMP] dotextensions version bump
    • adds new methods VIEW, MKCOL, MOVE, PROPPATCH, REPORT, SEARCH
    • adds support for & url params.

dothttp-runner 0.0.54

[0.0.54]#

  • [ Improvement] Suggests reloading when dothttp path or agent path is updated
  • [ Improvement] Has Support to export all the history (executed http requests) to a notebook to easy share across peers

dothttp-runner 0.0.53

[0.0.52/0.0.53]#

  • [ Bug] Generate/OpeninEditor is not working in notebook output (bug introduced in webextension support (0.0.49))
  • [ chore ] Update dothttp cli to 0.0.41a5
    • [chore ] updates textx to 3.0.0
    • [chore ] updates requests to 2.28.1
    • [improvement ] python test script has support using for loop

[0.0.52]#

Prerelease

  • [ Improvement] Fix script execution logging is not logging error output if compilation issue
  • [ Improvement] change from ace editor to highlighter.js for faster rendereing. if you want to keep using ace editor, install dotbook extension

dothttp-runner 0.0.51

  • [0.0.50]
  • [ Improvement] Support for html in notebook cell output
  • [ Improvement] output channel is now renamed from dothttp-code to Dothttp
  • [ Bug] Fix export to postman from notebook
  • [ Bug] history is not working after 0.0.49
  • [0.0.51]
  • [ Bug] Issue with package version to cli fixed and upgrade fix

dothttp-runner 0.0.49

[0.0.49]#

  • [ Fetaure] suggestions of test scripts
  • [ Improvement] removes annoying setting of dothttp path in .settings.json
  • [ Bug] Fix for http as httpbook is not assigning correct file extension
  • [ Bug] fix(httpnotebook): open as http file fixed
  • [ Bug] fix: save output as file has filename ending with (0)
  • [ Bug] fix(generation): code generation fails when language is nodejs
  • [ Bug] fix: variables not working fixed
  • [ Feature] web extension has notebook support
  • [ Feature ] support webextension
  • [ Bug ] Fix code generation for node js not working.

dothttp-runner 0.0.43-0.0.44

[0.0.44]#

  • [ BUG ] fixed extension not working for first time users (caused by 0.0.43)

[0.0.43]#

  • [ Improvements ] activates everytime.
    • helps if developer wants to import/export without having no http notebooks/files.
  • [ BUG ][Windows] import postman/har as notebook shows error warning
  • [ BUG ][Windows] Fix for Using extension opens cmd
  • [ BUG ] Fix for extension not working when installed first time.

Checkout dothttp notebook collections

dothttp-runner 0.0.42

[0.0.42]#

  • [Improvement] NTLM auth suggestions and other
  • [Improvements] Notebook
    • Generate curl/code from cell itself
    • Now output of cell creates new presentation view for most used content types (simple view)
    • Actions to Reveal history/Variables view && Restart cli with ease
  • [Bug] web extension show commands only which works
  • [Bug] Earlier history is always recorded. now it respsects configuration
  • [Bump] bump dothttp version to 0.0.40

dothttp-runner 0.0.41

0.0.41#

  • [Improvement] New Walkthroughs to setup dothttp easily
  • [Improvement] NewNotebook/NewHttpFile Menu
  • [Bump] dothttp
    • cookies are not visible in request tab or in history
    • curl for request is not including cookies
    • ntlm authentication

0.0.40#

  • [Improvement] Use Vscode inbuilt search in notebook

dothttp-runner 0.0.38

[0.0.38]#

  • [Improvement] better code outline and easy filtering
    • use '^' to filter urls
    • use '#' to filter by name
  • [Improvement] test script completion provided using request forwarding to javascript.
  • [Bug] renaming target in notebook or reording notebook is causing failure with incorrect target fixed
  • [Bug] swagger import is not showing '.yml' files while import
  • [bump]
    • dothttp version to 0.0.40a2
      • supports script suggestions
    • swagger-to-har2 to 1.0.4
      • fixes openapi3 import request payloads

dothttp-runner 0.0.37

[0.0.37]#

  • [New] added create new notebook command
  • [New] support web extensions (vscode.dev/github.dev)
    • Only syntax highlighting and notebook viewing is supported for any other features.
  • [Bug] update settings gui section name (earlier it used to be configuration now it will be new)
  • [Bump] bump dothttp version to 0.0.40-alpha1
    • changes w.r.t new improvments like syntax structure.

dothttp-runner 0.0.34

  • [0.0.34]#

  • [New] show information message when ever http file is opened. to switch to httpbook
  • [Improvement] ask for file type, (http or notebook) when importing resource (swagger, har, postman, curl, curlv2)
  • [Bug] Fix uploading httpbook export as postman for a file fix
  • [Bug] Fix for server responding with incorrect json response
  • [Feature] show output if output is mentioned in request. (used occationally when response is binary) source code changes: https://github.com/cedric05/dothttp-runner/pull/91

dothttp-runner 0.0.33

[0.0.33]#

  • [Improvement] HttpBook
    • formatting for json and xml (on user input)
    • Hover, active, inactive coloring fix
    • Indicate number of headers, number tests, properties, show script output log if exists
  • [Improvement] upload httpbooks to postman collection/account
  • [Bug] Fix for Notebook target execution for first time is not working

source code changes: https://github.com/cedric05/dothttp-runner/pull/90/files

Latest notebook demo:

dothttp-runner 0.0.32

[0.0.32]#

  • [Feature] Postman Personal Account Integration
    • [Feature] Import Postman Collections / workspaces
    • [Feature] Export to Postman Collection (single file and folder)
  • [Feature] Better suggessions for generate programming language
  • [Feature] Httpbook response coloring, search
  • [Bug] HttpBook Generate request programming language is not working in case of target not defined in same cell
  • [Bug] Request error is not shown in case of property is not found
  • [Bug] history item not executing fixed
  • [BUMP] dothttp build to 0.0.40

source code changes: https://github.com/cedric05/dothttp-runner/pull/89/files

Latest notebook demo:

dothttp-runner 0.0.31

[0.0.31]#

  • [Improvement] HttpBook
    • Save Response of httpbook cell
    • Generate Programming Language (easy import) from HttpBook cell
    • Convert HttpBook to httpfile for easy sharing
    • Show Hover suggesstions in HttpBook cell
    • Run Individual target when multiple targets are defined in single cell of HttpBook notebook
    • Http Targets can be extended from http target defined in Other cell of HttpBook notebook
    • Import http file as Httpbook (notebook)
  • [Improvement] feat(useunstable): use unstable build of dothttp, includes unstable build of dothttp while figuring out which version to download
  • [Improvement] now, extension uses disposes all commands, which helps vscode editor refresh or discard extension when not in use faster
  • [Bug] Targets Execution will be taken from code lens or editor panel (earlier, it is taken from activetexteditor, which is running into errors incase its not real editor, such as output window)
  • [Bug] export to postman runs into error in case of file already exported.
  • [Bug] import postman runs into error in case of file already exits, now shows correct error message.

dothttp-runner 0.0.28

[0.0.28]#

  • [Improvement] export postman now generates filename with suffix ".postmancollection.json"
  • [New Feature] supports importing har file
  • [Improvement] curl with new library and import by file, should fix most curl import issues
    • Use other formats as curl import os not standardised
  • [Improvement] Now dothttp history, dothttp environment and dothttp propertiles will be shown in seperate view container for easy access

dothttp-runner 0.0.26

[0.0.26]#

  • [Feature] Better distinction between json and javascript

  • [Feature] editor will show suggestions in .dothttp.json

  • Bump dothttp version to 0.0.33

    • New Feature Support AWSAuth (landed in version dothttp 0.0.32)

    • New Feature Support UnixSocket (landed in dothttp version 0.0.31)

    • [New Feature] New dynamic properties ($randomSlug, $uuid, $timestamp)

    • [Improvement] Better postman export (apikey, bearerauth)

    • [Improvement] Curl/har export shows duplicate headers in case of header has case change

    • [Improvement] Curl Generation/export will add content-length (curl itself will generate, adding it will cause other problems)

    • [Improvement] keeping track of performance (via benchmark suite)

    • [Improvement] load huge request payload from file without fear memory

    • [Improvement] postman import to http (import variables to .dothttp.json)

    • [Improvement] postman import to http (create base http incase of inherit auth)

    • [Improvement] postman export expose vairables from .dothttp.json

    • [Bug] Curl/har with basic auth, adding authentication header fixed

    • [Bug] postman with urlencode not working fixed

    • [Bug] add tests for p12, cert, awsauth for dotextensions execute target, (landed in dothttp version 0.0.33)

    • [Bug] error handling for regenerate http from parsed object (landed in dothttp version 0.0.33)

    • [Bug] requests-aws4auth is not must included (dothttp-wasm) (landed in dothttp version 0.0.33)

    • [Bug] fix curl gen for awsauth

    • [Bug] fix curl for urlencoded not generating payload data

    • [Bug] fix format http file for certificates and awsauth

    • [Bug] fix aws auth with post method not working

    • [Tests] integration tests for awsauth

dothttp-runner 0.0.25

[0.0.25]#

  • [Feature] Better distinction between json and javascript
  • [Feature] editor will show suggestions in .dothttp.json
  • Bump dothttp version to 0.0.26
    • [Feature] New dynamic properties ($randomSlug, $uuid, $timestamp)
    • [Improvement] Better postman export (apikey, bearerauth)
    • [Improvement] Curl/har export shows duplicate headers in case of header has case change
    • [Improvement] Curl Generation/export will add content-length (curl itself will generate, adding it will cause other problems)
    • [Continous] keeping track of performance
    • [Improvement] load huge request payload from file without fear memory
    • [Bug] Curl/har with basic auth, adding authentication header fixed
    • [Bug] postman with urlencode not working fixed

dothttp-runner 0.0.23-0.0.24

[0.0.24]#

Includes 0.0.23 with support vscode january 2021 version

[0.0.23]#

  • [Feature] Import Single Curl Request
  • [Feature] Import Swagger (2.0 & 3.0, versions more than 3.0 might work not guaranteed )
  • [Feature] Export http file to postman collection for easy sharing with peers
  • [Improvement] Bump dothttp-cli to 0.0.25

dothttp-runner 0.0.22

[0.0.22]#

  • [Feature] Restart dothttp-cli command
  • [Improvement] save file before running (for http file, for notebook it will not try to save)
  • [Bug] import postman shows error message in case of failure
  • [Feature] supports vscode hovers(shows informational message on hovering in dothttp)

    Suggestions

  • [Feature] supports vscode definition(on clicking name, it will direct you to base definition)
  • [Improvement] postman import with file(earlier it used to be link, now supports import via locally downloaded file)
  • [Improvement] Bump dothttp-cli to 0.0.24
    • [Improvement] import postman now supports 2.1.0 postman collection (also lot of bug fixes with import)

dothttp-runner 0.0.19 & 0.0.20

0.0.20#

This is preview release for notebooks. (enabled by default in vscode-insiders) No changes

0.0.19#

  • [Bug]fixes issue with curl import (few)
  • Feature provides ability create and test via programming languages in javascript
  • [improvement] text/xml payload can be broken down, one can insert useful comments (comment/uncomment few parts)

dothttp-runner 0.0.17/0.0.18

0.0.18 is released after two hours of 0.0.17 because of REGRESSSION issue

[0.0.18]#

  • [Bug] REGRESSSION fixed dotextensions client not getting updated

[0.0.17]#

  • [Improvement] auto installation of dothttp-req, incase of using with pythonpath
  • [Bug] integers are sent as float in json type fixed
  • [Bug] pure data payload with chineese not working fixed
  • [Bug] extension package file has included unwanted files(js libraries), which increased size from 2.5 MB to 4.5 MB fixed

dothttp-runner 0.0.16

[0.0.16]#

  • [Improvement] curl generated for json data types will formatted for better viewing experience
  • [Improvement] notebooks will be serialized in formatted json, for better reading in git (preview)
  • [Improvement] Better completion for infile variables, completes language keywords, better details for environment/properties/infile variable information
  • [Improvement] urls can be completed from past runs(past 100 entries) (earlier it used to be from current file)
  • [Improvement] History entry will now have urls for easy filtering
  • [Bug] fast error reporting. (earlier there is bug which will not update error diagnostics right away, even though its fixed)
  • [Bug] users running with pythonpath not able to start extension for first time fixed
  • [Bug] grammer fixed and many improvements (highlights triple quotes correctly, indentation not happening fix)

dothttp-runner 0.0.11

Announcement#

  • users can try dothttp syntax on dothttp-playground without having to install. checkout playground
  • dothttp-runner now supports macos/darwin natively

More fixes/improvements:#

  • [Feature] no need to escape quotes or double quotes when using """ """ for data payload
  • [Feature] variables can now be multiline.
  • [Feature] extension now supports macos.

dothttp-runner 0.0.10

More fixes/improvements:

  • [Feature] generate clients for all other languages
  • [Bug] pick first one if only one target per file
  • [Bug] when reuse tab is enabled and response saved, tab is not appearing
  • [Bug] http def code generation fails when active texteditor is output channel

dothttp-runner 0.0.9

github code spaces

More fixes/improvements:

  • [Announcement] dothttp-runner can be run in remote wsl and containers.
  • [Improvement] history item will now start showing time of executed for better reference.
  • [Improvement] run http def (rerun last target disabled), will now start showing urls also (for ease picking).
  • [Improvement] Configure response directory name (saving responses in request file itself is not suitable for all) use/configure dothttp.conf.response.savedirectory to not save in current file's directory.
  • [Bug] multipart (files payload) with content-type not specified is taking forever in windows platform.
  • [Bug] busybox multipart decoder is considering upload text part as file (don't set content-type for normal)
  • [Bug] don't set default python3 path (if user adds it, he has to install dothttp-req)
  • [Bug] postman import is creating duplicate folder, use showOpenDialog rather than, showSaveDialog
  • [Bug] history execute is not showing file extension/ file syntax
  • [Bug] history item hove is showing 200 undefined fixed.

history imp1 history imp2

dothttp-runner 0.0.8

More fixes/improvements:

  • [New] reuse old tab, when executing httpdef target
  • [New] format any dictionary/json in httpdef (select dictionary, do ctrl+1 click format json)
  • [New] execute entries from history
  • [Improvement] now onwards windows users neednot have to change eol to linux file ending
  • [Bug] all toggle commands aren't working fixed
  • [New] url and method in outline

dothttp-runner 0.0.7

randomStr#

Now Users can use ${randomStr} to generate randomStrings on the fly (no need to edit to new value file again) random show case

More fixes/improvements:#

  • [Improvement] run and curl generation initally runs first target in http file.
    • when user runs/trys two generate two options
    • if dothttp.conf.runrecent to true (defaults to true)
      • runs most recently run target (optional)
    • if dothttp.conf.runrecent to false
      • asks user for which target to run
  • [Improvement] while updating properties, input box will prefills old value
  • [Improvement] added option to disable all environments at a time.
  • [Bug] History pane is loading too much data while page load fixed.
  • [Bug] curl generation in editor title is not working fixed
  • [Bug] linux installation has few glitches

dothttp-runner 0.0.6

Installation Dependency#

from now onwards, there is no need to install dothttp-req (python dependency). devs can start from vscode itself

Better Grammar Support#

now highlights url, name, method and json

grammer support

Outline#

Now http file outline is available, dev can switch between multiple http defs in single easily

grammer support

History#

Now onwards dev can list requests he made, open requests

history history view

Error reporting#

Now reports error while editing.

error reporting ![error reporting with more info](/img/error-reporting-with more info.jpg)

Output Channel#

From now onwards dev can check communication between langserver and vscode and can report bugs.

Users can go to dothttp-code view of output channel.

output channel