Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2025.7.0 source code.tar.gz | 2025-07-30 | 9.9 MB | |
2025.7.0 source code.zip | 2025-07-30 | 11.0 MB | |
README.md | 2025-07-30 | 5.1 kB | |
Totals: 3 Items | 20.9 MB | 1 |
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: - Community Edition - Enterprise Edition
What's Changed
- feat(desktop): cross-platform
quit
action by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5266 - fix: preserve encoded characters in cURL URLs by @xTudoS in https://github.com/hoppscotch/hoppscotch/pull/4792
- feat(desktop): portable phase-1 foundational: infra & build by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5259
- feat(kernel): extensible content media types by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5244
- feat(common): add status code and additional metadata to GraphQL responses by @barrettluke in https://github.com/hoppscotch/hoppscotch/pull/4435
- feat(common): authorization ui panel revamp by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5258
- chore: add proper error msg and disable email updation in SH by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5247
- feat: move scripting code editors to use Monaco by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5191
- fix(common): added theme support for tooltips by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5242
- fix: allow aws signature to work with query params by @rafalaidlaw in https://github.com/hoppscotch/hoppscotch/pull/5231
- docs: removed repeated bold formatting from headers by @meeraiswar in https://github.com/hoppscotch/hoppscotch/pull/5277
- feat: preserve response viewer scroll position per tab by @kowsi2715 in https://github.com/hoppscotch/hoppscotch/pull/5193
- chore: security patches for the dependency chain by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5278
- chore(backend): prevent clear text transmission of sensitive cookie by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5274
- feature: reduce
.env
usage and move configurations to admin dashboard by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5194 - chore: add i18n for onboarding flow and cleanup by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5285
- docs(agent): add README by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5286
- chore: migrate to
@db.Timestamptz(3)
and removeluxon
dependency by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5283 - feat(common): add advanced configuration for auth and token request parameters by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5253
- chore: security patches for the dependency chain (second iteration) by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5288
- chore: change session config by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5289
- test(common): coverage for desktop tab navigation by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5291
- fix: SH admin dashboard setting and onboarding page cleanups by @nivedin in https://github.com/hoppscotch/hoppscotch/pull/5290
- chore: hide advanced configuration for non-authCode grant types by @anwarulislam in https://github.com/hoppscotch/hoppscotch/pull/5293
New Contributors
- @barrettluke made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/4435
- @rafalaidlaw made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5231
- @meeraiswar made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5277
- @kowsi2715 made their first contribution in https://github.com/hoppscotch/hoppscotch/pull/5193
Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2025.6.1...2025.7.0