Skip to content

v0.4.3-alpha

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 10:01
· 30 commits to main since this release

Overview

  • Fixes out of memory caused due to high read buffer size.
  • Form fixes for email notification

Please follow the upgrade steps

Changelog

  • 36d91de fix: remove email validation from SMTP username field in email notification form schema
  • 57c1948 fix[OOM]: fix read buffer size configuration in server settings, the readbuffer was set to the max body size making the binary go OOM.