Skip to content

Releases: karatelabs/xplorer

v2.3.6

Choose a tag to compare

@ptrthomas ptrthomas released this 22 May 04:58
afac954

Download

Download the Xplorer installer DMG / MSI file based on your OS from the links at the bottom.

New / Fixed

v2.2.0

Choose a tag to compare

@ptrthomas ptrthomas released this 04 Dec 07:25

OpenAPI and Swagger support: https://xplorer.karatelabs.io/docs/openapi

v2.1.3

Choose a tag to compare

@ptrthomas ptrthomas released this 12 Nov 08:39
  • Implemented all Oauth 2.0 flows, refer docs: https://xplorer.karatelabs.io/docs/oauth
  • Now you can click on breadcrumbs in the request UI to navigate to parent folder or collection root
  • Passwords and secrets in auth UI are now masked
  • Support for masking variables of type "secret" now in place

https://xplorer.karatelabs.io

v2.1.1

Choose a tag to compare

@ptrthomas ptrthomas released this 20 Oct 10:16
  • Fixed Auth inheritance, null auth was defaulting to "noauth" instead of "inherit"
  • Script inheritance now works, root level and parent folder level scripts are run before and after request in the correct order
  • Fixed pm.sendRequest() API
  • Chai assertion to.be.an('array') now works correctly
  • embedded JS engine improvements

https://xplorer.karatelabs.io

v2.1.0

Choose a tag to compare

@ptrthomas ptrthomas released this 12 Oct 12:52
1ca7a40

New: Native support for running existing collections: https://xplorer.karatelabs.io
Please reach out to us directly if you need help upgrading.

v1.4.0

Choose a tag to compare

@ptrthomas ptrthomas released this 31 Jul 07:57
1ca7a40

v1.3.0

Choose a tag to compare

@ptrthomas ptrthomas released this 15 Apr 10:38
1ca7a40

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

Choose a tag to compare

@ptrthomas ptrthomas released this 02 Apr 13:26
a72cf7d

New:

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

Refer to the Install Guide.

v0.3.5

Choose a tag to compare

@ptrthomas ptrthomas released this 27 Feb 11:56
a72cf7d

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

Choose a tag to compare

@ptrthomas ptrthomas released this 20 Feb 05:24
a72cf7d
  • 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.