Skip to content

Tags: requestly/requestly

Tags

changelog-2025.12.29

Toggle changelog-2025.12.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fallbacks when body is null/undefined (#4081)

changelog-2025.12.22

Toggle changelog-2025.12.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[AI-10]: Seed analytic events for AI tests generation (#4063)

changelog-2025.12.15

Toggle changelog-2025.12.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ENGG-5078] fix ts error in collectionRunResult/utils.ts (#4023)

changelog-2025.12.08

Toggle changelog-2025.12.08's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ENGG-4237] feat: Support to Delete Workspaces (#3906)

* fix: Fix active workspace name

* fix: Fix dependency array for activeWorkspaceName, code cleanup

* [WIP] feat: Add Delete functionality for local workspaces

* fix: Apply CodeRabbit suggestion to avoid rendering until teamDetails is valid

* refactor: Move local workspace deletion code to a separate component

* refactor: Remove previousPath typecasting as per PR suggestion

* refactor: Change variable name as per PR suggestion

* refactor/fix: Replace window.state with useSelector to access Redux state

* change: Change removeWorkspace timeout from 80s to 10s

* refactor: Use WorkspaceType.LOCAL instead of string literal

* refactor: Move refresh and navigation code in DeleteWorkspaceSection to a separate function

* refactor/fix: Change type for removeWorkspace to FileSystemResult<void>

* refactor: Rename DeleteWorkspaceSection to DeleteLocalWorkspaceSection

* refactor: Use existing type FileSystemResult and remove newly declared types for removeWorkspace

* refactor: Remove optional chaining from getNonLocalWorkspaces

* refactor: Use getAllWorkspaces() as getAllLocalWorkspaces() in DeleteWorkspaceSection

* refactor: Rename local workspace deletion component and move styling to a separate file

* change: Move toast after setAllWorkspaces dispatch

* refactor: Switch to useParams to get workspaceId

* refactor: Use WorkspaceType.LOCAL instead of string literal

* change: Add Sentry captureException to addWorkspaceToView

* refactor/fix: Remove redundant FileSystemError type from FsManagerServiceAdapter

* refactor: Refactor Sentry captureException

* refactor: Revert successful workspace deletion toast position & add a toast to indicate refresh failure

* fix: Check result type for removeWorkspace

* refactor: Remove comment for removeWorkspace

* refactor: Move DeleteLocalWorkspaceSection files to a separate folder

* feat: Add compatibility check for DeleteLocalWorkspace

* fix: workspace selectors

* [ENGG-4237]: Add Deletion Modal & Analytics Events to Local Workspace Deletion (#3968)

* add: Add Deletion Modal for local workspace deletion

* add: Add analytics tracking for workspaceDeleteClicked and workspaceDeleted

* refactor: Specify exact params for trackWorkspaceDeleted

* Update app/src/modules/analytics/events/common/teams/index.js

Co-authored-by: Nafees Nehar <[email protected]>

---------

Co-authored-by: Nafees Nehar <[email protected]>

---------

Co-authored-by: nafees87n <[email protected]>

changelog-2025.12.01

Toggle changelog-2025.12.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
upgraded amplitude version (#3929)

changelog-2025.11.25

Toggle changelog-2025.11.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "added custom keybindings into GraphQL editor (#3901)" (#3904)

This reverts commit 7ba775e.

changelog-2025.11.18

Toggle changelog-2025.11.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ENGG-4839] fix: sharing execution context across collection run (#3844)

* [ENGG-4628] fix: sharing execution context across collection run

* fix: request state and runtime variables rendering

* fix: runtimestore

* fix: request updation to reflect changes in script logs

* fix: runtime variables override

changelog-2025.11.10

Toggle changelog-2025.11.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for require and some builtin modules and globals (#3778)

* Added support to specify error type

* Add support to sanitize value when script sets a key

* Add support for require and globals in scripts

* Added error handling to xml2Json

* Fixed types for try

* Added more packages

* added lodash in require

* Updated package-lock

changelog-2025.11-03

Toggle changelog-2025.11-03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ENGG-4607] Enable autoFocus for Environment Creation (#3786)

* fix: Enable breadcrumb autofocus on creation of a new Collection

* refactor: rename CollectionView prop isNewItem to isNewRecord

* fix: Add isNew, setIsNew to tabStore, change getIsNew() to use tabStore instead of tabSource, add setIsNew() to useGenericState(), remove isNewRecord prop from CollectionView, trigger setIsNew(false) on collection rename

* Apply suggestions from code review (coderabbitai)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update app/src/componentsV2/Tabs/store/tabStore.ts, suggestion by Nafees

Co-authored-by: Nafees Nehar <[email protected]>

* fix: Move setIsNew(false) to onBlur

* fix: Enable autoFocus for Environment creation

* fix: Add setIsNew(false) to environment (VariablesListHeader) header onBlur

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Nafees Nehar <[email protected]>

changelog-2025.10.27

Toggle changelog-2025.10.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: resolve API Client body editor text cutoff behind footer (#3692)