mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #5534] [MERGED] chore: v2025.10.0 release #5253
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#5253
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/5534
Author: @jamesgeorge007
Created: 10/30/2025
Status: ✅ Merged
Merged: 10/31/2025
Merged by: @jamesgeorge007
Base:
main← Head:next📝 Commits (10+)
743aaa1chore: replace all instances oftwitter.comwithx.com(#5455)bb8b9cechore: mergehoppscotch/mainintohoppscotch/nextc31f748refactor: cleanup sync logic and imports (#5428)6064186fix: resetONBOARDING_COMPLETEDtofalseduring infra config reset (#5496)cd084ebfix: ensure graceful shutdown and container stop when stopApp is called (#5494)53e8b28chore: security patch for the dependency chain (#5487)aa15837fix: avoid rapid polling while fetching teams in selector (#5485)795cc82fix: preserve PKCE and client secret in postman collection imports (#5480)68d1db7feat: add auth refresh token flow if token expires (#5490)567344afix(common): preserve file uploads in experimental scripting sandbox (#5512)📊 Changes
261 files changed (+45896 additions, -5459 deletions)
View changed files
📝
.github/workflows/build-hoppscotch-agent.yml(+649 -228)📝
.github/workflows/tests.yml(+4 -1)📝
README.md(+1 -1)📝
aio-multiport-setup.Caddyfile(+12 -1)📝
aio-subpath-access.Caddyfile(+12 -1)📝
healthcheck.sh(+8 -0)📝
netlify.toml(+1 -1)📝
package.json(+7 -6)📝
packages/codemirror-lang-graphql/package.json(+3 -3)📝
packages/hoppscotch-agent/package.json(+3 -3)📝
packages/hoppscotch-agent/src-tauri/Cargo.lock(+1211 -1019)📝
packages/hoppscotch-agent/src-tauri/Cargo.toml(+1 -1)📝
packages/hoppscotch-agent/src-tauri/tauri.conf.json(+1 -1)📝
packages/hoppscotch-agent/src-tauri/tauri.portable.conf.json(+1 -1)📝
packages/hoppscotch-backend/backend.Caddyfile(+12 -1)📝
packages/hoppscotch-backend/package.json(+21 -20)➕
packages/hoppscotch-backend/prisma/migrations/20251016080714_mock_server/migration.sql(+142 -0)📝
packages/hoppscotch-backend/prisma/schema.prisma(+127 -59)📝
packages/hoppscotch-backend/src/app.module.ts(+2 -0)📝
packages/hoppscotch-backend/src/auth/auth.controller.ts(+1 -1)...and 80 more files
📄 Description
This PR houses changes scoped for the
v2025.10.0release, merging changes to the default branch.ONBOARDING_COMPLETEDtofalseduring infra config reset by @mirarifhasan in https://github.com/hoppscotch/hoppscotch/pull/5496$randomCompanyNamepredefined variable by @EmanFateen in https://github.com/hoppscotch/hoppscotch/pull/5479v0.1.15by @CuriousCorrelation in https://github.com/hoppscotch/hoppscotch/pull/5531v2025.10.0release by @jamesgeorge007 in https://github.com/hoppscotch/hoppscotch/pull/5534Full Changelog: https://github.com/hoppscotch/hoppscotch/compare/2025.9.2...2025.10.0
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.