Skip to content

v1.16.1

Compare
Choose a tag to compare
@trotzig trotzig released this 03 Feb 14:16
· 104 commits to master since this release

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).