Skip to content

Releases: karatelabs/xplorer

v1.4.0

31 Jul 07:57
1ca7a40
Compare
Choose a tag to compare

For installing, refer: https://github.com/karatelabs/xplorer/wiki/User-Guide#installing

Scroll to the end of these notes for the downloadable binaries.

New features and improvements

Folder View

Organize and view files within folders, and easily switch to files within a workspace with one click.

image

Import all sub-folders from Postman in one step.

Postman import is more stable, and now you can import all nested folders from a large collection in one shot.

image

Header drop-down for convenience

Drop-downs for commonly used headers make creating HTTP requests even easier.

image

Copy as cURL

Now you have the option to copy a request as a valid cURL command, great for sharing with other team members or for use in other tools.

image

Other improvements

  • Response size also shown alongside response time
  • Fixed Install issues on Windows
  • Fixed PKIX / SSL error when accessing some services on Mac M2+ machines
  • Fixed bug when editing request body to be empty
  • Multi-line functions now exported correctly when converting to Karate feature files
  • You are prompted to save unsaved work when exiting or switching flows

Notes for Karate users

Xplorer is a good way to make use of existing Postman collections or OpenAPI / Swagger data that you have. In future we will be adding a business-friendly way to interact with your existing investment in Karate test cases. Right now assertions are imported from Postman but not executed in Xplorer. Execution of assertions and reporting of passing or failure will be done in an upcoming release.

v1.3.0

15 Apr 10:38
1ca7a40
Compare
Choose a tag to compare

New:

  • Linux (Debian) installer available (please let us know if you need support for another platform)

Fixed:

  • Header values can now be copied to the clipboard
  • XML responses will be pretty printed
  • Chained tests work even if you skip some rows
  • Much easier to scroll when rows are expanded, tip: hover over the Request or Response tab to do so
  • unbalanced backticks and forward-slashes do not hang the edit area any more
  • Improved JavaScript engine to handle some edge cases

A reminded of the key features released in 1.2.0: OpenAPI and Swagger support, LLM MCP integration

Refer to the Install Guide.

v1.2.0

02 Apr 13:26
a72cf7d
Compare
Choose a tag to compare

New:

  • Deep OpenAPI and Swagger Support
  • MCP Server built-in
  • Native installers for Mac and Windows

Refer to the Install Guide.

v0.3.5

27 Feb 11:56
a72cf7d
Compare
Choose a tag to compare

New Feature: Output Custom HTML, refer to this video for what this means for business users Insurance Domain Example.

Also refer to the docs: Output HTML

There is a specific option to render a JSON array to a table, so you can do this in a few clicks.

More coming soon! Feel free to request features or provide feedback on the issue tracker.

Refer to the Install Guide.

v0.3.0

20 Feb 05:24
a72cf7d
Compare
Choose a tag to compare
  • Hide / Mask secrets in UI
  • Improved JSON grid, expand, collapse, search, keyboard short-cuts: see video.
  • New config system, use xp. prefix instead of _, refer: Config Variables. Existing scripts will continue to work, but please start using the new system.
  • Improved Postman import (including Postman JS)
  • OpenAPI and Swagger import
  • cURL and HAR import
  • Export to Karate feature / scripts
  • Improved UI for editing Before and After actions
  • Look and feel and styling improvements
  • You can now resize the row height and width (of main input area) using the mouse (drag)
  • Reduced installer size to below 100 MB
  • The charset is no longer appended to the Content-Type header. You can use xp.charset to set it if needed.
  • Introduced built-in functions, more on the way: Built In Functions

More coming soon! Feel free to request features or provide feedback on the issue tracker.

Refer to the Install Guide.

v0.2.0

07 Feb 11:32
cec9d01
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Re-written as a native desktop app, lighter and faster than before.

Improved UI.
Improved Postman import.

More coming soon! Feel free to request features or provide feedback on the issue tracker.

Refer to the Install Guide.

v0.1.4

11 Mar 10:35
cec9d01
Compare
Choose a tag to compare

Now you can import all supported formats: OpenAPI, Postman, Swagger, cURL and HAR. You can also export these formats to Karate scripts.

Refer to the Install Guide.

v0.1.3

28 Feb 09:53
cec9d01
Compare
Choose a tag to compare

New license activation approach, that can support offline activation in future.

Refer to the Install Guide.

v0.1.2

13 Dec 13:46
cec9d01
Compare
Choose a tag to compare

Fixed curl import and made error message better if it fails.

Refer to the Install Guide.

v0.1.1

07 Dec 13:05
cec9d01
Compare
Choose a tag to compare

Revised system to configure global behavior. So use _url instead of configUrl. The full list of special variables is given here: Config Variables.

Refer to the Install Guide.