Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions changelogs/oct-15-2025.mdx
Original file line number Diff line number Diff line change
@@ -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)
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
{
"group": "Overview",
"pages": [
"changelogs/oct-15-2025",
"changelogs/sep-29-2025",
"changelogs/sep-15-2025-1758561551098",
"changelogs/sep-15-2025",
Expand Down