From 999132e7381e60e1d96331d852af35660caf14b2 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:14:26 +0000 Subject: [PATCH 1/3] Update changelogs/oct-15-2025.mdx --- changelogs/oct-15-2025.mdx | 62 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 changelogs/oct-15-2025.mdx diff --git a/changelogs/oct-15-2025.mdx b/changelogs/oct-15-2025.mdx new file mode 100644 index 0000000..6ff974b --- /dev/null +++ b/changelogs/oct-15-2025.mdx @@ -0,0 +1,62 @@ +--- +title: 'Oct 15, 2025' +label: 'Oct 15, 2025' +slug: oct-15-2025 +description: >- + Collection runner history in logged out state, keyboard shortcuts for API Client tabs, multipart-form support in cURL, plus multiple fixes for API Client and collection runner +visibility: PUBLIC +--- + +### **🚀 New** + +* Added **keyboard shortcuts to close active API Client tabs** for faster navigation. [#3622](https://github.com/requestly/requestly/pull/3622) + +* Added **collection runner config and history persistence in logged out state**, allowing you to save and access run history without being logged in. [#3658](https://github.com/requestly/requestly/pull/3658) + +* Added **multipart-form support in cURL import**, enabling better handling of file uploads and form data. [#3650](https://github.com/requestly/requestly/pull/3650) + +* Added **virtualization in collection runner result view** for improved performance with large result sets. [#3655](https://github.com/requestly/requestly/pull/3655) + +* Added **unsaved history banner for collection runs** to notify when history isn't saved. [#3654](https://github.com/requestly/requestly/pull/3654) + +* Added **stable IDs for local workspace records** with improved error handling and dynamic ID support for global environments. [#3573](https://github.com/requestly/requestly/pull/3573) + +### **🐛 Fixes** + +* Fixed issue where **autogenerated store was not populated correctly** in request preparator. [#3705](https://github.com/requestly/requestly/pull/3705) + +* Fixed **emulator environment variables** handling. [#3706](https://github.com/requestly/requestly/pull/3706) + +* Fixed API Client useAPIRecordsStore hook error. [#3702](https://github.com/requestly/requestly/pull/3702) + +* Fixed issue where **request body couldn't be sent without making changes**. [#3690](https://github.com/requestly/requestly/pull/3690) + +* Fixed **body container persistence in importers** to properly maintain request body data. [#3677](https://github.com/requestly/requestly/pull/3677) + +* Fixed **response status style consistency** across API Client. [#3669](https://github.com/requestly/requestly/pull/3669) + +* Fixed **badge style in test results**. [#3666](https://github.com/requestly/requestly/pull/3666) + +* Fixed **multiple instance of HTML5 Backend** error. [#3665](https://github.com/requestly/requestly/pull/3665) + +* Fixed **TypeError in document split function**. [#3663](https://github.com/requestly/requestly/pull/3663) + +* Fixed **tab indentation in GraphQL editor**. [#3640](https://github.com/requestly/requestly/pull/3640) + +* Fixed **global environment creation issue**. [#3651](https://github.com/requestly/requestly/pull/3651) + +* Fixed **test result title and test tab titles consistency**. [#3653](https://github.com/requestly/requestly/pull/3653) + +### **🔧 Improvements** + +* Replaced **react-virtualized with tanstack/virtual** in reorderable list for better performance. [#3656](https://github.com/requestly/requestly/pull/3656) + +* Removed **node-sass package** from browser extension MV3 application, replacing it with sass. [#3679](https://github.com/requestly/requestly/pull/3679) + +* Removed **obsolete MV3 migration modal and notifications**. [#3648](https://github.com/requestly/requestly/pull/3648) + +* Cleaned up **collection runner feature flag**. [#3662](https://github.com/requestly/requestly/pull/3662) + +* Updated **build and watch scripts for Windows dev environment**. [#3652](https://github.com/requestly/requestly/pull/3652) + +**Full Changelog**: [GitHub Compare](https://github.com/requestly/requestly/compare/changelog-2025.09.29...a180c6de95988566bac229cdd793c7e7440e1c70) From d717ed9f088b3f7ccf5a97c05fdec12052b3ecfc Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:14:37 +0000 Subject: [PATCH 2/3] Update docs.json --- docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs.json b/docs.json index d121ab3..2b2793c 100644 --- a/docs.json +++ b/docs.json @@ -331,6 +331,7 @@ { "group": "Overview", "pages": [ + "changelogs/oct-15-2025", "changelogs/sep-29-2025", "changelogs/sep-15-2025-1758561551098", "changelogs/sep-15-2025", From 802025f1960b91eb8b8cfd6f0b4bfbc5002b410a Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 13:16:21 +0000 Subject: [PATCH 3/3] Update changelogs/oct-15-2025.mdx --- changelogs/oct-15-2025.mdx | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/changelogs/oct-15-2025.mdx b/changelogs/oct-15-2025.mdx index 6ff974b..2a1bfda 100644 --- a/changelogs/oct-15-2025.mdx +++ b/changelogs/oct-15-2025.mdx @@ -19,16 +19,8 @@ visibility: PUBLIC * Added **unsaved history banner for collection runs** to notify when history isn't saved. [#3654](https://github.com/requestly/requestly/pull/3654) -* Added **stable IDs for local workspace records** with improved error handling and dynamic ID support for global environments. [#3573](https://github.com/requestly/requestly/pull/3573) - ### **🐛 Fixes** -* Fixed issue where **autogenerated store was not populated correctly** in request preparator. [#3705](https://github.com/requestly/requestly/pull/3705) - -* Fixed **emulator environment variables** handling. [#3706](https://github.com/requestly/requestly/pull/3706) - -* Fixed API Client useAPIRecordsStore hook error. [#3702](https://github.com/requestly/requestly/pull/3702) - * Fixed issue where **request body couldn't be sent without making changes**. [#3690](https://github.com/requestly/requestly/pull/3690) * Fixed **body container persistence in importers** to properly maintain request body data. [#3677](https://github.com/requestly/requestly/pull/3677) @@ -37,26 +29,10 @@ visibility: PUBLIC * Fixed **badge style in test results**. [#3666](https://github.com/requestly/requestly/pull/3666) -* Fixed **multiple instance of HTML5 Backend** error. [#3665](https://github.com/requestly/requestly/pull/3665) - -* Fixed **TypeError in document split function**. [#3663](https://github.com/requestly/requestly/pull/3663) - * Fixed **tab indentation in GraphQL editor**. [#3640](https://github.com/requestly/requestly/pull/3640) * Fixed **global environment creation issue**. [#3651](https://github.com/requestly/requestly/pull/3651) * Fixed **test result title and test tab titles consistency**. [#3653](https://github.com/requestly/requestly/pull/3653) -### **🔧 Improvements** - -* Replaced **react-virtualized with tanstack/virtual** in reorderable list for better performance. [#3656](https://github.com/requestly/requestly/pull/3656) - -* Removed **node-sass package** from browser extension MV3 application, replacing it with sass. [#3679](https://github.com/requestly/requestly/pull/3679) - -* Removed **obsolete MV3 migration modal and notifications**. [#3648](https://github.com/requestly/requestly/pull/3648) - -* Cleaned up **collection runner feature flag**. [#3662](https://github.com/requestly/requestly/pull/3662) - -* Updated **build and watch scripts for Windows dev environment**. [#3652](https://github.com/requestly/requestly/pull/3652) - **Full Changelog**: [GitHub Compare](https://github.com/requestly/requestly/compare/changelog-2025.09.29...a180c6de95988566bac229cdd793c7e7440e1c70)