NativeRest Releases

Learn what's new across releases, with details of features, enhancements, and resolved issues.

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
NativeRest v3.4.1May 10, 2026
Features
  • Added string.isEmpty function.
  • Added the ability to save a value to a variable from an XML response.
Fixes
  • Fixed text selection using the Ctrl + Shift + Home shortcut.
  • Fixed word-by-word navigation in text.
  • Fixed problem refreshing the list of workspaces when creating a workspace.
  • Fixed a Postman file import error (when auth is null).
NativeRest v3.4.0Apr 12, 2026
Features
  • Postman Migration Engine:
    • Structural Folder Import: NativeRest now fully supports importing complete, nested folder structures directly from Postman files, keeping your enterprise projects perfectly organized.
    • Enhanced Attributes & Tests: Added deeper support for importing additional request attributes and fixed specific edge cases when importing testing scripts from the Postman format.
    • Import Statistics Dashboard: A brand-new statistics popup now appears after an import, giving you a clear, transparent summary of exactly how many requests, folders, and scripts were successfully migrated.
  • Added auto-formatting of the request body when importing cURL:
    • Auto-Formatting: When importing a cURL command, NativeRest now automatically formats the request body, saving you time and improving readability instantly.
    • Advanced Parsing: This release has significantly improved the core parsing engine to better detect and handle complex HTTP methods and nested body data from cURL strings. 
  • Workflow & Productivity:
    • Bulk Authorization: Managing security across massive collections just got easier. You can now select and apply an authorization method to multiple requests simultaneously.
    • High-Speed XML Formatting: This release has introduced a highly optimized, fast XML formatting engine for massive enterprise data payloads.
    • UI Polish: Modernized look with new NativeRest color preset for request methods, alongside smooth, native gradient animations when creating new requests and folders.
Fixes
  • Fixed a bug when importing tests from Postman format.
  • Fixed an issue with saving multipart/form-data fields.
  • Resolved context menu display issues on macOS modal forms.
  • Fixed the positioning of the context menu for developers using dual-monitor setups.
  • Fixed a bug related to setting environment variables directly from a response body.
  • Miscellaneous under-the-hood optimizations and stability enhancements.
NativeRest v3.3.3Apr 5, 2026
Features
  • Added the ability to apply the selected authorization to multiple requests.
  • Added NativeRest color preset for request methods.
  • Improved import from cURL (method and body parsing).
Fixes
  • Fixed saving multipart/form-data fields.
  • Fixed some phrases in Bulgarian.
NativeRest v3.3.2Mar 24, 2026
Features
  • Added fast XML formatting.
Fixes
  • Fixed display of context menu in modal forms on macOS.
  • Fixed display of the context menu on two monitors.
  • Fixed setting a variable from the response body.
NativeRest v3.3.1Mar 10, 2026
Features
  • Added gradient animation when creating a request and folder.
  • Improved import of requests from Postman file.
NativeRest v3.3.0Mar 1, 2026
Features
  • Added the ability to open a folder after saving a response and exporting requests on macOS and Linux.
  • Added export/import of request description and tests fields.
  • Added animation for waiting for a response in the list of requests.
  • Added a color indicator for test results on the Tests tab.
  • Added XML syntax highlighting.
  • Added installer signature/certificate verification before auto-update.
  • Added request size check to avoid data loss.
  • Improved function random.string to 65535 characters.
  • Improved performance of searching in the response body.
Fixes
  • Fixed a freeze - improved rendering of XML response.
  • Fixed a freeze when expanding and collapsing JSON elements.
  • Fixed the download file name when updating the portable version.
  • Fixed other bugs and other improvements.
NativeRest v3.2.2Feb 18, 2026
Features
  • Added hex.encode and hex.decode functions.
  • Added if function with support for various comparison operators.
  • Added support for folders when exporting to Postman format.
  • Added support for folder colors when importing and exporting.
  • Added method colors presets.
NativeRest v3.2.1Feb 8, 2026
Features
  • Added file.readIni and file.readXml functions.
  • Added random.ulid and random.string functions.
  • Added os.userRegistry and os.machineRegistry functions (only Windows).
NativeRest v3.2.0Feb 1, 2026
Features
  • Added file.readAll, file.readLine, file.readJson and file.readProperty functions.
  • Added os.getEnv function (the operating system's environment variable).
Fixes
  • Fixed a bug with saving the state of response fields.
  • Fixed various other bugs.
NativeRest v3.1.1Jan 18, 2026
Features
  • Added math.abs and math.sqrt functions.
  • Added the ability to select folder color.
Fixes
  • Fixed issue with saving a request when creating a new one.
  • Fixed a Postman file import error.