Releases: karatelabs/xplorer
Release list
v2.3.6
Download
Download the Xplorer installer DMG / MSI file based on your OS from the links at the bottom.
New / Fixed
-
PKIX cert error on Windows
-
Option to use offline license for teams doing evaluation
-
Detailed logging and diagnostics when sign-in fails
-
Fixed OAuth 2.0 authentication failing when Postman collection auth fields contain boolean values instead of strings
v2.2.0
OpenAPI and Swagger support: https://xplorer.karatelabs.io/docs/openapi
v2.1.3
- 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
v2.1.1
- 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
v2.1.0
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
Refer: https://github.com/karatelabs/xplorer/wiki/v1.4.0
For installing, refer: https://github.com/karatelabs/xplorer/wiki/User-Guide#installing
v1.3.0
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
RequestorResponsetab 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
New:
- Deep OpenAPI and Swagger Support
- MCP Server built-in
- Native installers for Mac and Windows
Refer to the Install Guide.
v0.3.5
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
- 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
BeforeandAfteractions - 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
charsetis no longer appended to theContent-Typeheader. You can usexp.charsetto 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.