This is a tiny release before the really big release, and also the last before the big v2.0.0. The most interesting things in this release are the new preliminary health endpoint to allow monitoring in K8s (and others), and the removal of upx
binary packing (which was causing erroneous virus flagging). Aside from that, the go-smtp
library did a breaking-change upgrade, which required some work to get working again.
Features:
- Preliminary
/v1/health
API endpoint for service monitoring (no ticket) - Add basic health check to
Dockerfile
(#555, thanks to @bt90)
Bug fixes + maintenance:
- Fix
chown
issues with RHEL-like based systems (#566/#565, thanks to @danieldemus) - Removed
upx
(binary packing) for all builds due to false virus warnings (#576, thanks to @shawnhwei for reporting) - Upgraded
go-smtp
library and tests to v0.16.0 (#569)
Documentation:
- Add HTTP/2 and TLSv1.3 support to nginx docs (#553, thanks to @bt90)
- Small wording change for
client.yml
(#562, thanks to @fleopaulD) - Fix K8s install docs (#582, thanks to @Remedan)
- Updated Jellyseer docs (#604, thanks to @Y0ngg4n)
- Updated iOS developer docs (#605, thanks to @SticksDev)
Additional languages:
- Portuguese (thanks to @ssantos)