diff --git a/changelogs/oct-15-2025.mdx b/changelogs/oct-15-2025.mdx new file mode 100644 index 0000000..2a1bfda --- /dev/null +++ b/changelogs/oct-15-2025.mdx @@ -0,0 +1,38 @@ +--- +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) + +### **🐛 Fixes** + +* 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 **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) + +**Full Changelog**: [GitHub Compare](https://github.com/requestly/requestly/compare/changelog-2025.09.29...a180c6de95988566bac229cdd793c7e7440e1c70) 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",