NativeRest リリース

各リリースの最新情報を、機能・強化・解決済みの課題の詳細とともに確認しましょう。

1月
2月
3月
4月
5月
6月
7月
8月
9月
10月
11月
12月
NativeRest v3.4.12026年5月10日
機能
  • Added string.isEmpty function.
  • Added the ability to save a value to a variable from an XML response.
修正
  • 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.02026年4月12日
機能
  • 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.
修正
  • 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.32026年4月5日
機能
  • 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).
修正
  • Fixed saving multipart/form-data fields.
  • Fixed some phrases in Bulgarian.
NativeRest v3.3.22026年3月24日
機能
  • Added fast XML formatting.
修正
  • 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.12026年3月10日
機能
  • Added gradient animation when creating a request and folder.
  • Improved import of requests from Postman file.
NativeRest v3.3.02026年3月1日
機能
  • 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.
修正
  • 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.22026年2月18日
機能
  • 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.12026年2月8日
機能
  • 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.02026年2月1日
機能
  • Added file.readAll, file.readLine, file.readJson and file.readProperty functions.
  • Added os.getEnv function (the operating system's environment variable).
修正
  • Fixed a bug with saving the state of response fields.
  • Fixed various other bugs.
NativeRest v3.1.12026年1月18日
機能
  • Added math.abs and math.sqrt functions.
  • Added the ability to select folder color.
修正
  • Fixed issue with saving a request when creating a new one.
  • Fixed a Postman file import error.