Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

v1.16.1

Choose a tag to compare

@trotzig trotzig released this 03 Feb 14:16

This release contains a possible bugfix for timeouts happening when the happoRegisterBase64Image task is called. Instead of sending the whole image (as a base64 encoded string), we send the full string in chunks and then on the last step everything is put together into a real png image. This approach has a smaller memory footprint than the previous approach, and should help prevent timeouts (which can be caused by processes dying).