Skip to content

Releases: jcoc611/vsconnect

v0.3.1 Beta

18 Apr 19:15

Choose a tag to compare

v0.3.1 Beta

Improvements

  • Added support for connection-oriented protocols
  • Added WebSockets
  • Added command vsConnectClient.sendCurrentRequest to send the current request from a different document

v0.3.0 Beta

29 Mar 01:22
ca41149

Choose a tag to compare

v0.3.0 Beta

Improvements

  • HTTP: Added special value auto for Content-Length, which causes the body length to be used before sending the request.
  • HTTP: Added timeout setting on a per-request basis.
  • Some dependency upgrades.
  • Out of alpha!

v0.2.10 Alpha

03 Dec 06:23

Choose a tag to compare

v0.2.10 Alpha Pre-release
Pre-release

Changelog

Fixes

  • HTTP requests with no protocol in the URL (defaults to http://)
  • Displays appropriate error messages on all HTTP connection errors
  • Updates npm package dependencies

v0.2.9 Alpha

31 May 21:22

Choose a tag to compare

v0.2.9 Alpha Pre-release
Pre-release

Changelog

Fixes

  • Context Menu positioning was wrong when scrolling
  • Updated response boolean short values to be more consistent with rest of UI
  • Changing the language type on a text editor now updates Content-Type and underlying language
  • Fixed key bindings for history navigation (up/down arrows)
  • Changed "send request" key bindings to CTRL + Enter to prevent issues in text areas, etc.
  • Store contents are preserved across VS Code restarts (e.g. cookies).

v0.2.8 Alpha

25 May 00:29

Choose a tag to compare

v0.2.8 Alpha Pre-release
Pre-release

Changes:

Features

  • Added ability to resend previous requests
  • Added ability to rerun all requests (resending them one after the other)
  • Added a 'clear' button

Fixes

  • Displays DNS Resource Record values as objects rather than strings.
  • Better synchronization of Content-Type and body language
  • Accessibility: Fixed context menu keyboard navigation
  • Accessibility: Fixed tab navigation visualization

v0.2.7 Alpha

17 May 21:45

Choose a tag to compare

v0.2.7 Alpha Pre-release
Pre-release

Changelog:

Features

  • Added ability to compute request values with JavaScript
  • Added a Store for User-Agent, so that the previous value is remembered for next requests.

Fixes

  • Fixed issue of moving from a multipart body to a different kind of body
  • Fixed history navigation (with up/down arrows) not recomputing derived information like cookies

v0.2.6 Alpha

10 May 23:25

Choose a tag to compare

v0.2.6 Alpha Pre-release
Pre-release

Changelog

  • Added: Delete row feature for table editor
  • Fixed: some performance issues, still some extra work needed
  • Fixed: cannot remove OAuth 1.0
  • Fixed: Auto focus on new request

v0.2.5 Alpha

10 May 23:19

Choose a tag to compare

v0.2.5 Alpha Pre-release
Pre-release

Changelog

  • Added multipart bodies
  • Fixed cookie parsing
  • Improved package size, as well as extension speed (extra optimization still needed)
  • Improved dev docs and experience
  • Replaced 'request' with native HTTP CLIENT
  • some other various minor fixes/improvements

v0.2.4 Alpha

10 May 23:18

Choose a tag to compare

v0.2.4 Alpha Pre-release
Pre-release

Changelog:

  • Fixed DNS client issues and UX
  • Fixed some other usability bugs
  • Added feature to open textareas (e.g. HTTP bodies) on separate text editor
  • Added context menus
  • Added Stores, with support for cookies

v0.2.3 Alpha

10 May 23:17

Choose a tag to compare

v0.2.3 Alpha Pre-release
Pre-release

Changelog:

  • Added ability to expand and contract requests and responses
  • Added file upload (binary) body for HTTP requests
  • Added body previews for HTTP response bodies
  • Added support for gzip, br, and deflate Content-Encoding
  • Added support for non-utf8 charsets
  • Added a default User-Agent
  • Added HTTP response duration (time to request end)
  • Fixed a few usability bugs and better styling