Pororoca Versions Save

An HTTP inspection tool with support for HTTP/2 and HTTP/3. Alternative to Postman.

1.6.0

1 year ago

Breaking Changes

  • Currently dropping support for arm and arm64 releases of Pororoca Desktop. If your operating system supports emulation, you can run the x64 or x86 versions. The version 1.5.0 will remain available for download and it supports arm architectures. The Pororoca.Test package does not have such restraint and can run on these machines.

Features

  • Adds support for WebSockets (only HTTP/1.1 for now!)
  • Adds syntax highlighting for text editors!
    • Thanks to the Avalonia team for the Avalonia.Edit project!
    • This adds support for Ctrl+F search in text editors! Issue #10
    • This allows for zooming the text editor with the mouse scroll wheel!
  • Generates Windows installer releases for Pororoca!
    • Thanks to @Drizin for the NsisMultiUser project!
    • Pororoca installed on Windows will save collections and user preferences on AppData\Roaming\Pororoca folder.
  • Files for HTTP request bodies are now loaded using async operating system APIs
  • Shows check for updates reminder dialog, once every two months.

Bug Fixes

  • When a request, folder, environment is created, the main screen now is switched to it.
  • The HTTP request screen splitter resizing is no longer bugged (thanks to the new text editor!)
  • When clicking the Send button in HTTP request, the screen does not freeze anymore.

Others

  • Adds VS Code tasks for debugging Pororoca Desktop and TestServer.
  • Sets PororocaUserData folder at project root when debugging, avoiding crash.
  • Raised .NET SDK version to 6.0.403.
    • global.json file is no longer necessary for running tests on Windows 7.
  • Raised Avalonia version to 0.10.18.
  • Simplified docs and replaced .jpg images for .png.

1.5.0

1 year ago

Features

  • Adds support for HTTP/2 on MacOSX

1.4.0

1 year ago

Features

  • Supports HTTP response trailers (only available for HTTP/2 and HTTP/3)
  • Shows button in response area to disable TLS verification
  • Switches selected response tab to "Body" when exception occurs

Others

  • Improved .editorconfig and reformatted the entire code
  • Moved TestServer to tests folder
  • Renamed docs home pages to README.md
  • Detailed on documentation how to select exportation file format
  • Dynamically adds global.json for unit tests on Windows 7
  • Raised .NET SDK used for compilation to version 6.0.301
  • Unified Pororoca Desktop releases for Windows 7 and newer Windows versions