2026.2.1
songquanpeng/one-api2026.2.1Mar 5, 2026by jamesgeorge007
AI Summary
This patch release addresses a security issue related to Personal Access Token deletion, a regression where stored request payloads could override collection identifiers, and list truncation issues in team workspaces.
Key Highlights
- Security fix enforcing user ownership when deleting Personal Access Tokens (PAT)
- Fix for regression where request payloads override collection IDs
- Fix list truncation beyond 10 items in team workspaces
- Hide horizontal scrollbar in Firefox for URL input
- Updated Prisma packages to 7.4.2
Full Release Notes
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.2` by @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