Skip to content

Releases: SoftInstigate/http-shell

v0.1.0

17 Dec 18:14
516f852
Compare
Choose a tag to compare

HTTP Shell v0.1.0

First production ready release

Change Log

  • Bump to v0.1.0 (516f852)
  • Fix error handling for write requests (01b7693)
  • Update dev mode start command (977f2b0)
  • Update kui to 9.3.3 (600b837)
  • Add link to binaries donwload page to README (e8607ca)
  • Fix link to docs on restheart.org website (db652b8)

v0.0.3

29 Oct 18:01
614f30a
Compare
Choose a tag to compare

HTTP Shell v0.0.3

Updates to Kui 9.1.0 that brings inline Sidecar and enhance help http-shell by sections, navigations and click-executable example.

Change Log

  • Update notebooks (614f30a)
  • Bump to v0.0.3 (9088208)
  • Make all examples in help clickable (e850cd9)
  • Update kui to v9.1.0 (602bf58)
  • Merge pull request #2 from myan9/help-http-shell (e4222ef)
  • Enhance help http-shell by sections, navigations and click-executable example (bee20b7)
  • Allow URLs without protocol and only limited to port number in 'h set ' (e5a6058)
  • Prefix all commands with 'h', e.g. 'h get coll' (cce548f)
  • Merge pull request #1 from myan9/mediatype (739784b)
  • fix: get media type is not parsed correctly (71e6af5)
  • Add missing fileds (7669aa1)
  • Create ISSUE_TEMPLATE.md (c85c594)
  • Create CONTRIBUTING.md (7e3e4d0)
  • Create LICENSE.txt (65a9f54)
  • Update README.md (464c07a)
  • Update README.md (8fcbaf0)
  • Update README.md (320dbb5)
  • Update README.md (d65e7dc)
  • Update status of BasicAuthenticationWidget when executing 'reset auth' (e2beaa6)

v0.0.2

20 Oct 08:16
7d43419
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

HTTP Shell v0.0.2

This release provides better error messages (command usage) and more secure basic authentication credentials input form

Change Log

  • Basic authentication are set via a form with hidden password (3ea80b8)
  • Cleaned up code involving Usage (b5beb23)
  • Print out usage in case of cmd error (thrown UsageError) (037bd54)
  • Fix help http-shell not working at first call (7c8f7bc)

v0.0.1

13 Oct 17:32
3faa8d9
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

HTTP Shell v0.0.1

This is the first MVP release with following features:

  • support for HTTP methods GET, POST, PUT, PATCH, DELETE, OPTIONS
  • write request body can be read from file
  • status widgets display current base url and current basic authentication id
  • supported response content type include application/json, text/html, text/xml, application/xml
  • support for basic authentication
  • request headers can be read, set and cleared only globally (for all requests)
  • response body displayed on Sidecar
  • error response displayed on Sidecar
  • include following kui plugins: plugin-core-support, plugin-client-common, plugin-bash-like, plugin-git, plugin-carbon-themes, , plugin-proxy-support

Change Log

  • 3faa8d9 (HEAD -> master, tag: v0.0.1, origin/master, origin/HEAD) Update image on Welcome notebook
  • 389a922 Renamed to HTTP Shell
  • 9a03f74 Update screenshot in README
  • 9ff4065 Renamed to HTTP Cli
  • 6152ea3 Indent json body
  • 7c963fe Handle different content types
  • 30d0be1 Better error message whene request terminates unexpectly
  • 5b1bba7 Add reset auth cmd
  • 5d7461b Update kui to v9.0.0
  • 85f4aa0 Add build instruction to README
  • 531e6df Add commands: post, delete, optioms, patch, put, set header, get headers, cleart headers
  • ffb8b85 Add post command, improve response view
  • f8f8d76 Change prompt and improved help
  • ae3c5cf Replace unirest with superagent as http client library
  • dd0b551 Remove npm dependency to removed plugin-test
  • 1e7eec2 Fix license headers
  • 0b9ba54 Remove plugin-test
  • 87e66cc Add widgets to open help window and to display current set url, client id
  • 18d6892 Update about menu
  • 2a614ec Update to Kui 8.12.2
  • 82e16f6 Update README.md
  • e1cbee0 Clarify how to get usage help on README
  • 65a0dbe Fix cmds after refactoring
  • 10b933d Refactor commands code into lib/cmds dir
  • 90b8253 Use UsageModel to document available commands
  • 94c534f Add image to README
  • 2dc8863 Initial commit
  • 8c934c4 Initial commit