Skip to content

Releases: hoppscotch/hoppscotch

2025.10.0

31 Oct 06:13
654e18f

Choose a tag to compare

This release introduces mock servers for simulating API responses, enhancements to the scripting suite, including Chai-powered assertions with experimental Postman script import support (see RFC #5221), the ability to disable HTTP redirects for native interceptors, alongside bug fixes and improvements.

Read more at: https://hoppscotch.com/blog/hoppscotch-v2025-10-0

Note: This release comprises database migrations for the mock server feature. Ensure to run the latest migrations after upgrading.

What's Changed

New Contributors

Full Changelog: 2025.9.2...2025.10.0

2025.9.2

08 Oct 06:02

Choose a tag to compare

This is a patch release comprising various bug fixes across the board.

Note

The Desktop App update is not included in this release and will be addressed in an upcoming release.

What's Changed

  • fix(js-sandbox): resolve errors with pw.env namespace in legacy sandbox by @jamesgeorge007 in #5433
  • fix: prevent syncing secret variable initial values by @nivedin in #5434
  • fix: focus existing request tab instead of duplicating by @nivedin in #5452

Full Changelog: 2025.9.1...2025.9.2

2025.9.1

01 Oct 06:09

Choose a tag to compare

This patch release fixes an issue where request runs were not properly resolving inherited authorization properties and headers from parent collections.

What's Changed

  • fix: correctly resolve inherited properties before request runs by @nivedin in #5418

Full Changelog: 2025.9.0...2025.9.1

2025.9.0

29 Sep 09:05
5039a14

Choose a tag to compare

This release introduces alphabetical sorting for collections, enhanced UI interactions, and expanded scripting capabilities through the new hopp namespace within the experimental scripting sandbox. It also includes numerous bug fixes and improvements across the platform.

Read more at: https://hoppscotch.com/blog/hoppscotch-v2025-9-0.

Note

It is not recommended to migrate or reformat your existing scripts to the new scripting APIs at this time. Upcoming updates are expected to introduce breaking changes as we continue to refine and improve the scripting experience.

The current rollout is intentionally gradual, allowing us to gather user feedback and iterate based on real-world usage.

All further updates to scripting will be scoped to the experimental scripting sandbox, which is the default, and the preference can be updated from Settings → Experiments.

Your feedback will be invaluable as we shape the next generation of Hoppscotch scripting.

What's Changed

New Contributors

Full Changelog: 2025.8.1...2025.9.0

2025.8.1

02 Sep 10:13

Choose a tag to compare

This is a hotfix release addressing an issue where request deletions incorrectly affected order index computations across collections specific to Self Hosted instances, alongside other improvements. We recommend you update to this release immediately.

What's Changed

  • fix: orderIndex update to scope by collection ID by @mirarifhasan in #5365
  • feat: allow non-empty shared workspace names by @nivedin in #5363
  • fix: add support for data-schema changes after version bump by @nivedin in #5368

Full Changelog: 2025.8.0...2025.8.1

2025.8.0

28 Aug 06:02

Choose a tag to compare

This release introduces collection variables, OpenTelemetry integration for connecting Hoppscotch to your own telemetry pipeline, enhancements to OpenAPI import and OAuth 2.0 flows, alongside various improvements and bug fixes.

Read more at: https://hoppscotch.com/blog/hoppscotch-v2025-8-0.

SH Deployment Notes:

This release includes a schema update that recalculates and enforces ordering constraints for collections and requests.
Specifically:

  • orderIndex values are recalculated for UserCollection, UserRequest, TeamCollection, and TeamRequest to ensure consistent ordering within their respective parents.
  • New deferrable unique constraints have been added to enforce the uniqueness of orderIndex within each parent scope (user/team + collection/parent).

These changes are backwards-compatible, but you must run the latest database migrations after upgrading. Skipping this step may result in duplicate order indices or pending migrations being reported.

What's Changed

New Contributors

Full Changelog: 2025.7.1...2025.8.0

2025.7.1

08 Aug 11:43
c04faaa

Choose a tag to compare

This is a patch release that includes various bug fixes across the platform.

What's Changed

New Contributors

Full Changelog: 2025.7.0...2025.7.1

2025.7.0

30 Jul 08:09
2ac8a15

Choose a tag to compare

This release introduces a new onboarding flow for SH instances, scripting editors powered by Monaco as part of the experimental scripting sandbox, and advanced configuration options for OAuth 2.0 requests alongside various enhancements and bug fixes across the platform.

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

SH Deployment Notes:

  • Database Schema Update: This release includes a schema update that converts all timestamp fields to timezone-aware UTC format (TIMESTAMPTZ(3)). While the change is backwards-compatible, you must run the latest database migrations after upgrading. Skipping this step may result in the system reporting pending migrations.

  • Environment Variable Deprecations (UI-Based Configuration): Several environment variables are now deprecated in favour of configuration via the Admin Dashboard, introduced through an updated onboarding flow. Existing setups will continue to function, but any values supplied for the deprecated environment variables will no longer take effect. Instead, configuration should now be completed and maintained through the UI.

For more context, please refer to the official documentation:

What's Changed

New Contributors

Full Changelog: 2025.6.1...2025.7.0

2025.6.1

15 Jul 07:21

Choose a tag to compare

This is a patch release featuring various improvements and bug fixes across the board.

What's Changed

New Contributors

Full Changelog: 2025.6.0...2025.6.1

2025.6.0

26 Jun 10:11
224525b

Choose a tag to compare

This release introduces some quality of life improvements to the desktop experience with native tab keyboard shortcuts and enhanced navigation handling, alongside the ability to copy between initial and current environment values. We've also included security patches, German i18n additions, and various bug fixes across the platform.

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

What's Changed

New Contributors

Full Changelog: 2025.5.4...2025.6.0