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.