2026.2.1
Changed 1
- Bump Prisma packages to 7.4.2
Fixed 3
- Hide horizontal scrollbar in Firefox for URL input
- Prevent request payload from overriding id and name
- Update documentation link for mock server
Security 1
- Enforce user ownership when deleting Personal Access Token
This patch release addresses a security issue related to Personal Access Token deletion, a regression with stored request payloads that could override collection identifiers, and list truncation beyond 10 items in team workspaces, alongside minor bug fixes.
What's Changed
- fix(common): hide horizontal scrollbar in Firefox for URL input by @Theproudcold in https://github.com/hoppscotch/hoppscotch/pull/5906
- fix(backend): prevent request payload from overriding id and name by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5913
- fix(backend): enforce user ownership when deleting PAT by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5916
- fix(common): update documentation link for mock server by @sh3xu in https://github.com/hoppscotch/hoppscotch/pull/5929
- fix(backend): bump Prisma packages to
7.4.2by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5932
New Contributors
- @Theproudcold made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5906
- @sh3xu made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5929
Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.2.0...2026.2.1