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