v4.1.2
Mail-0/Zerov4.1.2Jul 13, 2026by rajnandan1
AI Summary
This release focuses on enhancing the monitoring API by exposing external URLs and adding TLS support to gRPC and DNS monitors. It also includes fixes for incident notifications, theme consistency, and translations for Chinese and Vietnamese.
Key Highlights
- Exposed external_url in monitors POST and PATCH endpoints
- Enhanced gRPC and DNS monitors with TLS options
- Fixed incident comment notifications for subscribers
- Fixed theme respect via defaultMode in ModeWatcher
New Features
- Exposure of external_url in monitor API endpoints
- TLS configuration options for gRPC and DNS monitors
- DefaultMode support for site themes
- Favicon resolution fix for custom base paths
Full Release Notes
## What's Changed * Fix Chinese Translation by @CrazyComputer2008 in https://github.com/rajnandan1/kener/pull/766 * feat(api): expose external_url in monitors POST and PATCH endpoints by @jhermesn in https://github.com/rajnandan1/kener/pull/770 * Enhance gRPC and DNS monitors with TLS options by @phatlet in https://github.com/rajnandan1/kener/pull/772 * fix: pass defaultMode to ModeWatcher so site theme is respected by @TTurletti in https://github.com/rajnandan1/kener/pull/777 * fix: notify subscribers when incident comments are posted by @rajnandan1 in https://github.com/rajnandan1/kener/pull/775 * fix: Vietnamese translation by @phinguyen in https://github.com/rajnandan1/kener/pull/779 * Fix favicon resolution for KENER_BASE_PATH by @lokiee0 in https://github.com/rajnandan1/kener/pull/782 * Refactor chartId to use $derived for reactive updates by @lokiee0 in https://github.com/rajnandan1/kener/pull/783 * Handle follow rediretc or not by @garadar in https://github.com/rajnandan1/kener/pull/780 * Create changelog for version 4.1.2 with new features, improvements, a… by @rajnandan1 in https://github.com/rajnandan1/kener/pull/784 ## New Contributors * @CrazyComputer2008 made their first contribution in https://github.com/rajnandan1/kener/pull/766 * @jhermesn made their first contribution in https://github.com/rajnandan1/kener/pull/770 * @TTurletti made their first contribution in https://github.com/rajnandan1/kener/pull/777 * @phinguyen made their first contribution in https://github.com/rajnandan1/kener/pull/779 * @lokiee0 made their first contribution in https://github.com/rajnandan1/kener/pull/782 * @garadar made their first contribution in https://github.com/rajnandan1/kener/pull/780 **Full Changelog**: https://github.com/rajnandan1/kener/compare/v4.1.1...v4.1.2