Tags: snow2zhou/hoppscotch
Tags
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.
fix(desktop): increase bundle download timeout (hoppscotch#4844)
fix: version bump regression for sh-desktop and agent (hoppscotch#4801)
fix: import openapi file servers url detection (hoppscotch#4373) Co-authored-by: Claudio Pennati <claudio.pennati@lastminute.com>
fix: schema generation issue on test runner (hoppscotch#4711) fix: schema generation issue on test runner
chore: collection runner enhancements and ui clean up (hoppscotch#4564) Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
PreviousNext