v4.1.2
rajnandan1/kenerv4.1.2Jul 13, 2026by rajnandan1
AI Summary
This release introduces API enhancements for monitor configurations, including the exposure of the `external_url` and TLS options for gRPC and DNS monitors. It also includes several bug fixes regarding translations, theme mode handling, and favicon resolution, alongside a refactor to improve reactive updates.
Key Highlights
- Added TLS options to gRPC and DNS monitors for enhanced security.
- Exposed `external_url` parameter in monitor POST and PATCH endpoints.
- Fixed translations for Chinese and Vietnamese languages.
- Resolved favicon resolution issues for custom base paths.
- Implemented notifications for incident comments.
New Features
- Expose external_url in monitors POST and PATCH endpoints
- Enhance gRPC and DNS monitors with TLS options
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