Hoppscotch

Developer Tools

An open-source API development ecosystem — a lightweight web-based alternative to Postman.

Latest 2026.7.0 · by HoppscotchWebsitehoppscotch/hoppscotch

Release activity

Release activity — 10 releases across 10 days since Feb 26, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Feb 26, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on May 3, 2026No releases on May 10, 2026No releases on May 17, 2026No releases on May 24, 2026No releases on May 31, 2026No releases on Jun 7, 2026No releases on Jun 14, 2026No releases on Jun 21, 2026No releases on Jun 28, 2026No releases on Jul 5, 2026No releases on Jul 12, 2026No releases on Jul 19, 2026No releases on Jul 26, 2026No releases on Aug 2, 2026No releases on Aug 9, 2026No releases on Aug 16, 2026
MondayNo releases on May 4, 2026No releases on May 11, 2026No releases on May 18, 2026No releases on May 25, 2026No releases on Jun 1, 2026No releases on Jun 8, 2026No releases on Jun 15, 2026No releases on Jun 22, 2026No releases on Jun 29, 2026No releases on Jul 6, 2026No releases on Jul 13, 2026No releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026
TuesdayNo releases on May 5, 2026No releases on May 12, 2026No releases on May 19, 2026No releases on May 26, 2026No releases on Jun 2, 2026No releases on Jun 9, 2026No releases on Jun 16, 2026No releases on Jun 23, 20261 release on Jun 30, 2026No releases on Jul 7, 2026No releases on Jul 14, 2026No releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026
WednesdayNo releases on May 6, 2026No releases on May 13, 2026No releases on May 20, 2026No releases on May 27, 2026No releases on Jun 3, 2026No releases on Jun 10, 2026No releases on Jun 17, 2026No releases on Jun 24, 2026No releases on Jul 1, 2026No releases on Jul 8, 20261 release on Jul 15, 2026No releases on Jul 22, 2026No releases on Jul 29, 2026No releases on Aug 5, 2026No releases on Aug 12, 2026
ThursdayNo releases on May 7, 20261 release on May 14, 2026No releases on May 21, 20261 release on May 28, 2026No releases on Jun 4, 2026No releases on Jun 11, 2026No releases on Jun 18, 2026No releases on Jun 25, 2026No releases on Jul 2, 2026No releases on Jul 9, 2026No releases on Jul 16, 2026No releases on Jul 23, 20261 release on Jul 30, 2026No releases on Aug 6, 2026No releases on Aug 13, 2026
FridayNo releases on May 8, 2026No releases on May 15, 2026No releases on May 22, 2026No releases on May 29, 2026No releases on Jun 5, 2026No releases on Jun 12, 2026No releases on Jun 19, 2026No releases on Jun 26, 2026No releases on Jul 3, 2026No releases on Jul 10, 2026No releases on Jul 17, 2026No releases on Jul 24, 2026No releases on Jul 31, 2026No releases on Aug 7, 2026No releases on Aug 14, 2026
SaturdayNo releases on May 9, 2026No releases on May 16, 2026No releases on May 23, 2026No releases on May 30, 2026No releases on Jun 6, 2026No releases on Jun 13, 2026No releases on Jun 20, 2026No releases on Jun 27, 2026No releases on Jul 4, 2026No releases on Jul 11, 2026No releases on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026No releases on Aug 15, 2026

10 releases since Feb 26, 2026

Changelog

2026.7.0

Latest
Added 2
  • Implement fallback to initial values for empty environment variables
  • Add configurable connection timeout bounds on the Desktop App
Fixed 4
  • Address collection data loss in personal workspaces
  • Prevent request loss in large team collections
  • Remove ctrl+backspace and ctrl+delete key bindings
  • Hide native Edit menu bar on Linux
Security 1
  • Apply security patch for the dependency chain

This release addresses collection data loss in personal workspaces and request loss in imported large team collections, adds fallback to initial values for empty environment variables and configurable connection timeouts on the Desktop App, alongside security patches and bug fixes.

Read more at: https://hoppscotch.com/blog/hoppscotch-v2026-7-0.

What's Changed
New Contributors

Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.6.1...2026.7.0

View originalPermalink
How 2026.7.0 went

2026.6.1

Added 2
  • Allow containers to run with arbitrary non-root user IDs
  • Enable response-cookie capture for Agent-routed requests
Changed 1
  • Lazy-load jq-wasm in the JSON lens renderer for lighter response rendering
Fixed 1
  • Desktop App login loop caused by empty auth cookies when signing in to self-hosted instances

[!Important] This release applies to self-hosted deployments. Cloud web remains on the previous stable release, and the Cloud Desktop App release is deferred, while the personal-workspace data-loss issue (#6483) is being addressed.

This patch release resolves a Desktop App login loop when signing in to self-hosted instances, adds support for running containers under arbitrary non-root user IDs, and enables response-cookie capture for Agent-routed requests, alongside a lighter JSON response renderer.

What's Changed
New Contributors

Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.6.0...2026.6.1

View originalPermalink
How 2026.6.1 went

2026.6.0

Added 5
  • Cookie persistence support on the Desktop App
  • ID token support across OAuth2 flows
  • Mock server URL handling for subpath deployments
  • Thai language support
  • Surface which config fields block saving in self-hosted admin
Fixed 9
  • Mock server persists isPublic on creation and defaults to private
  • Enforce ownership on user history and private user fields in backend
  • Reject path/query/fragment in SMTP URL validation
  • Resolve environment variables in inherited collection headers
  • Preserve JSON bodies in curl parser
  • Sync self-hosted instance version from manifest in desktop
Security 1
  • Security patch for the dependency chain

[!IMPORTANT] There's a known issue on the cloud offering where personal-workspace collections may appear missing or become inaccessible, and the cloud web deployment has been rolled back. Self-hosted deployments are not affected. Follow updates in #6483.

This release adds cookie persistence support on the Desktop App, ID token support across OAuth2 flows, mock server URL handling for subpath deployments, and Thai language support, alongside security patches and bug fixes.

Read more at: https://hoppscotch.com/blog/hoppscotch-v2026-6-0.

What's Changed
New Contributors

Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.5.0...2026.6.0

View originalPermalink
How 2026.6.0 went

2026.5.0

Added 4
  • Make proxy URL configurable from environment variables and admin dashboard
  • Add zoom level control in Desktop App settings
  • Add OpenAPI 3.1 collection export
  • Add Mongolian language support
Fixed 5
  • Fix class validator decorator usages
  • Wait for proxy settings before issuing requests
  • Align appload types and resolve shell import alias
  • Fix class validation issue for updateRESTUserRequest
  • Preserve collection tree on OpenAPI re-import
Security 3
  • Prevent mass assignment in onboarding
  • Stop secret variable values from leaking to backend
  • Apply security patch for the dependency chain

This release adds OpenAPI 3.1 collection export, zoom level controls in the Desktop App, configurable proxy URLs from environment variables and the admin dashboard, and Mongolian language support, alongside security patches and bug fixes.

Read more at: https://hoppscotch.com/blog/hoppscotch-v2026-5-0.

What's Changed
New Contributors

Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.4.1...2026.5.0

View originalPermalink
How 2026.5.0 went

2026.4.1

Added 1
  • Add desktop setting for keyboard shortcuts on non-QWERTY layouts
Fixed 2
  • Preserve script imports and avoid WebKit lookbehind regression affecting top-level imports in pre-request and test scripts on the experimental scripting sandbox
  • Resolve desktop blank screen on older macOS versions

This patch release fixes a regression affecting top-level imports in pre-request and test scripts on the experimental scripting sandbox, resolves a desktop blank screen on older macOS versions, and adds a desktop setting for keyboard shortcuts on non-QWERTY layouts.

What's Changed

Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.4.0...2026.4.1

View originalPermalink
How 2026.4.1 went

2026.4.0

Added 3
  • Collection-level pre-request and test scripts
  • SMTP OAuth2 authentication support
  • Desktop settings with manual update controls
Changed 3
  • Improve API documentation publishing UX
  • Use stateless OAuth2 state store
  • Make webapp-server timeouts configurable in self-hosted deployments
Fixed 14
  • Handle non-string values in Postman collection import
  • Correct environment locale wording
  • Make $randomUUID predefined variable RFC 4122 compliant
  • Add missing aria-labels to icon-only sidenav links
  • Variable hover tooltip was not clickable (disappeared)
  • Resolve invalid environment validation when publishing docs in personal workspace
Security 1
  • Security patch for the dependency chain v2026.4.0

This release introduces collection-level pre-request and test scripts, desktop settings with manual update controls, refinements to the API documentation experience, and self-hosted improvements, including SMTP OAuth2 authentication, alongside security patches and bug fixes.

Read more at: https://hoppscotch.com/blog/hoppscotch-v2026-4-0.

What's Changed
New Contributors

Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.3.1...2026.4.0

View originalPermalink
How 2026.4.0 went

2026.3.1

Fixed 1
  • Unblock settings save in the admin dashboard when input validation passes

This patch release, exclusive to the Enterprise offering, resolves an issue that prevented changes to settings from being saved in the admin dashboard.

What's Changed
  • fix(sh-admin): unblock settings save when input validation passes by @nivedin

Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.3.0...2026.3.1

View originalPermalink
How 2026.3.1 went

2026.3.0

Added 4
  • Add Cloud for Organizations support to the desktop app
  • Show user workspace memberships in admin dashboard
  • Add MAILER_SMTP_IGNORE_TLS option and optional SMTP authentication
  • Fall back to ref_id in remove functions when id is missing
Changed 2
  • Route mock server and published docs operations through platform backend
  • Update Chinese translations
Fixed 14
  • Persist OAuth2 code challenge method selection
  • Prevent stored XSS in team member overflow tooltip
  • Fetch full team collection tree on workspace import
  • Restore tooltips on icon-only buttons inside popover triggers
  • Prevent infinite auth refresh retry loop on permanent token failure
  • Add native Edit menu to enable clipboard shortcuts on Linux
Security 1
  • Apply security patches for the dependency chain

This release brings Cloud for Organizations to the desktop app, adds admin workspace visibility, keyboard shortcut support for non-English layouts, and optional SMTP authentication, alongside security patches and bug fixes.

Read more at: https://hoppscotch.com/blog/hoppscotch-v2026-3-0.

What's Changed
New Contributors

Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.2.1...2026.3.0

View originalPermalink
How 2026.3.0 went

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
New Contributors

Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.2.0...2026.2.1

View originalPermalink
How 2026.2.1 went

2026.2.0

Added 5
  • URL encode/decode context menu actions
  • Search and pagination to teams list in sh-admin
  • Foundational support for dropdown-based organization switcher
  • API documentation versioning
  • Cloud for orgs platform contract in desktop
Changed 1
  • Update Czech locale with improved translations
Fixed 7
  • Correctly resolve secret environment variables in basic auth header
  • Auto-recover from corrupted sandbox state
  • Improve responsive layout and overflow in realtime pages
  • Constrain variable tooltip to viewport for long values
  • Resolve TypeError when opening request from search results
  • Increase modal dialog width for more screen sizes
  • Prevent IDOR in user collection and request endpoints
Deprecated 1
  • Legacy interceptor system
Security 2
  • Security patch for the dependency chain
  • Resolve security advisories for IDOR and onboarding bypass

This release introduces API documentation versioning, a unified dropdown-based switcher for Cloud orgs tier, and scripting sandbox reliability improvements, alongside security patches, bug fixes, and enhancements.

Read more at: https://hoppscotch.com/blog/hoppscotch-v2026-2-0.

[!Note] This release includes database migrations required for the API Documentation versioning feature. If you are self-hosting, please ensure you run the latest migrations after upgrading. Please refer to the documentation for more context.

What's Changed
New Contributors

Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2026.1.1...2026.2.0

View originalPermalink
How 2026.2.0 went
View all

Discussion

If you publish Hoppscotch, you can claim this product by proving you administer its repository.