8000 Tags · snow2zhou/hoppscotch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: snow2zhou/hoppscotch

Tags

2025.2.3

Toggle 2025.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(infra): deterministic env var ordering (hoppscotch#4893)

This change sorts environment variables alphabetically before they're
processed with import-meta-env that injects them into the index.html.
This makes sure consistent hashes across pod restarts when there aren't
any functional changes made to the `.env` file.

The issue was affecting desktop app reconnections after k8s pod restarts.

The cause was non-deterministic env var ordering (a sideeffect of `Map`)
during the import-meta-env injection process. Even when the env vars
themselves didn't change, their order in the injected JSON could change,
ultimately resulting in different file hashes.

This fix ensures that regardless of the order in which env vars are
provided by the runtime, they will be sorted alphabetically before being
written to the build.env file.

2025.2.2

Toggle 2025.2.2's commit message
chore: temporary skip for docker release ci

2025.2.1

Toggle 2025.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(desktop): increase bundle download timeout (hoppscotch#4844)

2025.2.0

Toggle 2025.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: version bump regression for sh-desktop and agent (hoppscotch#4801)

2025.1.1

Toggle 2025.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: import openapi file servers url detection (hoppscotch#4373)

Co-authored-by: Claudio Pennati <claudio.pennati@lastminute.com>

2025.1.0

Toggle 2025.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: schema generation issue on test runner (hoppscotch#4711)

fix: schema generation issue on test runner

2024.12.2

Toggle 2024.12.2's commit message
chore: bump `sh-desktop` version to 24.12.2

2024.12.1

Toggle 2024.12.1's commit message
chore: bump version to `2024.12.1`

Bump CLI version to `0.20.2`

2024.12.0

Toggle 2024.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: add missing `i18n` string entry (hoppscotch#4639)

2024.11.0

Toggle 2024.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: collection runner enhancements and ui clean up (hoppscotch#4564)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
0