Skip to content

Releases: sunny-chung/hello-http

v1.4.0-pre.2

03 Dec 11:48
Compare
Choose a tag to compare
v1.4.0-pre.2 Pre-release
Pre-release
fix race condition in Environment name text field

v1.4.0-pre.1

03 Dec 11:02
Compare
Choose a tag to compare
v1.4.0-pre.1 Pre-release
Pre-release
update DropDownView to be non-clickable and disabled if nothing can b…

1.3.0

21 Nov 14:25
Compare
Choose a tag to compare

New

  • GraphQL support (queries + mutations + subscriptions)
  • "Connecting to the host" event in request timeline
  • SSL handshake completion event in WebSocket-based request timeline (it is present in HTTP-based requests)
  • Searching in response body

Change

  • Width of the project selector in the setting dialog is narrowed to make the dialog easier to be scrolled
  • Selected event in message streaming view is highlighted

Fix

  • Responses to single clicks, which the underlying view is listening to double clicks as well, should not be delayed
  • Crashed if Send Payload button was clicked while WebSocket connection was not yet established
  • Array values were not highlighted in JSON syntax highlighting
  • "Content Type" selector in the "Body" tab of Request Editor disappeared when a content type was selected

1.2.1

16 Nov 11:45
Compare
Choose a tag to compare

New

  • now.epochMills and now.epochSeconds user functions

Change

  • Only HTTP status code 101 is recognized as successful for WebSocket in UI (status label background colour)
  • "Click to show detail" applies to all WebSocket events in message streaming view regardless of event types

Fix

  • Various bug fixes related to WebSocket requests

1.2.0

14 Nov 12:46
Compare
Choose a tag to compare

New

  • Release for Ubuntu
  • WebSocket support
  • HTTP/2 support
  • Cancelling an ongoing request

Change

  • A project/subproject is automatically selected if there is only one
  • Subproject list is hidden if a project is not selected
  • Default user-agent header
  • Transition between delete buttons and confirm buttons is now an cross-fade animation

Fix

  • Request body JSON/raw text field should not reset the cursor upon typing
  • cURL commands generated were not usable in Windows
  • "Communicating" was shown and timer was counting indefinitely if an ongoing request was interrupted by restarting the application

1.2.0-beta.2

12 Nov 15:41
Compare
Choose a tag to compare
1.2.0-beta.2 Pre-release
Pre-release
v1.2.0-beta.2

update version to 1.2.0

1.1.1

01 Nov 17:22
Compare
Choose a tag to compare

New

  • Windows binary release
  • Flight timer during HTTP calls

Fix

  • Performance issue in large data uploading
  • Crashes in Timeline View when large amount of data is transferred
  • Timeline View was not actively updated
  • Incorrect minimum window size for macOS

1.1.0

29 Oct 06:20
Compare
Choose a tag to compare

First public release.