Skip to content

Releases: happo/happo.io

v8.4.4

27 Sep 18:29
Compare
Choose a tag to compare

In this patch release, we make it so that snap-requests are sent to happo.io API sequentially. Before, all snap-requests (there's one or more per target) would be sent in parallell. With this release, we await the POST request before moving to the next target.

v8.4.3

26 Sep 14:13
Compare
Choose a tag to compare

Make sure that all errors from makeRequest.js have timing information attached.

v8.4.2

25 Sep 13:42
Compare
Choose a tag to compare

This patch release fixes two things:

  • More logging when requests fail and are retried in makeRequest.js.
  • Fix race condition when using happo dev, sometimes the bundle was only half-done when using it.
  • Make verbose snippet logs contain project name for easier identification. (thanks to @sharmilajesupaul for the contribution!)

v8.4.1

21 Sep 15:02
Compare
Choose a tag to compare

This release increases the bundle load timeout from 10 to 60 seconds. It also makes the timeout configurable via a HAPPO_BUNDLE_LOAD_TIMEOUT_MS environment variable.

v8.4.0

18 Sep 10:42
Compare
Choose a tag to compare

This minor release fixes an issue where happo run would silently fail (exit with a zero exit code) if there was an error in the initialization phase of the Happo prepared webpack bundle.

v8.3.3

16 May 07:30
Compare
Choose a tag to compare

This patch release adds a ?payloadHash=<hash> query param to the outgoing POST for /api/snap-requests. This will make debugging on the server easier.

v8.3.2

16 Apr 08:29
Compare
Choose a tag to compare

This patch release addresses an issue with external PRs happening in a GitHub actions environment.

v8.3.1

29 Dec 21:15
Compare
Choose a tag to compare
  • Upgrade node dependencies to their latest patch versions.
  • Upgrade jsonwebtoken to 9.0.0 to fix vulnerability GHSA-qwph-4952-7xr6

v8.3.0

15 Nov 09:28
Compare
Choose a tag to compare
  • Allow babel-loader@^9 in peerDependencies

v8.2.0

11 Oct 13:23
Compare
Choose a tag to compare

Increase timeout when making calls to the happo.io API. This mostly affects asset package uploads, where occasionally they would take longer than 30 seconds (which was the previous value).